
body{
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}

/*============================*/
/* Main Navigation
/*============================*/
#nav {            
    height: 93px;
    margin:0 auto;
     width: 900px;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background:url(https://regmed.uz/css/images/menu.png) no-repeat;
}

#nav ul {
    list-style: none;
    margin:0 auto;
    padding: 0;
    width:700px;
}

#nav li {    
    float: left;
    position: relative;
    line-height:93px;
    list-style:none;
	 margin:0 auto;
}

#nav li a {                
    color: #ffffbe;
    text-transform:uppercase;
    display: block;
    font-size: 11px;
    font-weight:bold;
    padding:0 18px;
    height:93px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-shadow:#000000 1px 1px 1px;  
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;	
}



#nav li:hover > a {
    background:url(https://regmed.uz/css/images/menu_h.png) repeat-x;
    color: white;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
   }
   
   #menu li a.current{
					display:block;
					float:left;
					background:url(https://regmed.uz/css/images/menu_h.png) repeat-x;			
					color:##ffffbe;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:93px;
					text-decoration:none;
					padding:0 18px;	
					height:93px;
			}
			
			
#menu li a:hover.current{
						color: White;
			}
			
			
   
#nav span {
    position: relative;    
}



.dropdown > a span:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffbe;
    content: "";
    right: -13px;
    position: absolute;
    top: 3px;
    text-shadow:#000000 1px 1px 1px;  
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;
}

.dropdown:hover > a span:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffbe;
    content: "";
    right: -15px;
    position: absolute;
    top: 6px;
    text-shadow:#000000 1px 1px 1px;  
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;
}

/*============================*/
/* Sub Navigation
/*============================*/
#nav ul ul {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
    -moz-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out; 
    -ms-transition: all 300ms ease-out; 
    transition: all 300ms ease-out;
}

#nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

#nav ul ul li {
    background: #00bfff;
    float: none;    
    line-height: 0;
    width: 100%;
}



#nav ul ul li a {
    opacity: 0,5;
    border-right: none;
    border-left: none;
    border-top: 1px solid #fff;
    color: #ffffbe;
    font-size: 10px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-shadow:#000000 1px 1px 1px;  
    -webkit-box-shadow: inset 0 0 10px transparent;
    -moz-box-shadow: inset 0 0 10px transparent;
}

#nav ul ul li a:hover {
    background: #0000cd;
    opacity: 0,5;
    color: white;
    text-shadow: 0px 0px 6px rgba(255,255,255,0.7);
}

#nav ul ul a:active span {
    color: #ffffbe;
    position: relative;
    top: 1px;
}

#nav li a.current{
					display:block;
					float:left;
					background:url(https://regmed.uz/css/images/menu_h.png) repeat-x;			
					color:##ffffbe;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					line-height:93px;
					text-decoration:none;
					padding:0 18px;	
					height:93px;
			}
					#nav li a:hover.current{
						color: White;
			}

