
.menu{ 
    min-width:215px; max-width:260px;    
}
.menu ul{
    list-style: none;
    margin:0;
    padding:0;
    width:100%; 
}
.menu ul li ul{
    width:100%;  
}
.menu ul li{

    background-color: #transparent!important; 
}



.menu ul li a{
    padding-top:0px;
   border-top:solid 0px #666;  border-right:solid 0px #666;  border-bottom:solid 0px #666;  border-left:solid 0px #666;/* */
	 padding-left: 10px;
    display:block;
    text-decoration: none;
    color:#353535;
    font:bold 17px;
    height:40px;
    background: url(arrow.png) no-repeat center right;
	background-color:#ccc!important;
    line-height: 2.8em; 
	
	
	
	
	background-attachment: scroll;
    background-clip: border-box;
    
    background-image: url("arrow.png");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-color: #1a1a1a #1a1a1a #fff;
    border-style: solid;
    border-width: 0;
    
	
	
	
	
	
}
.menu ul li ul a{
   border-top:solid 0px #ccc;  border-right:solid 0px #000!important;  border-left:solid 0px #fff;  border-bottom:solid 1px #ccc;
    margin:0px 0px 0px 0px;
    padding-left: 20px;
    display:block;
    text-decoration: none;
    color:#2d2d2d;
    line-height: 2.8em;
	
    font-weight: normal;
    background-color: #fff!important; padding-top:0px;
	background: none;
}
.menu ul li a:hover{
    background:  url(arrow2.png) no-repeat center right; color:#fff!important; background-color:#898888!important; 
}
.menu ul li ul a:hover{
    background-color: #4698ca!important; color:#fff; margin:0px -1px 0px -1px!important; 
}

.menu ul li ul{
    display:none;

}

.active li   {border-right:solid 1px #ccc;    border-left:solid 1px #ccc; }




.nav-tabs > li > a {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0px 0px 0 0;
    height: 40px!important;
    padding-bottom: 8px;
    padding-top: 0px; 
}


