@charset "utf-8";
/* CSS Document */
img
{
border:0px;
}
#drop-nav {
width:1000px;
height:47px;
margin:0;
background:none;
padding:0px 0px;
/*z-index:100;
position:absolute;*/
box-shadow: 0px -1px #5FACEB, 0px 3px 0px #2A74B1, 0px 4px 4px #333;
background-color: #5FACEB;
background-image: linear-gradient(180deg, rgba(44, 160, 202, 0), rgba(0, 0, 0, 0.13));
border-width: 0px 0px 2px;
border-style: solid;
border-color: #5396CD;
border-radius: 5px;
}
#drop-nav li {
padding:0;
margin:0;
float: left;
list-style:none;
height:47px;
/*background:url(../images/menu-bg.png) repeat-x top;*/

}
#drop-nav a {
height:40px;
display:block;
text-align:left;
line-height:30px;
margin:0px;
padding:0 19px 0px 19px;
text-decoration:none;
font-family: 'CorbelRegular';
font-size:14px;
color:#fff;
text-transform:uppercase;
background:none;
}
#drop-nav a:hover {
color:#fff;
background:url(../images/menu-bg-a.png) repeat-x top;
}
#drop-nav .active {
color:#fff;
background:url(../images/menu-bg-a.png) repeat-x top;
}
#drop-nav li ul {
display:none;
}
#drop-nav li:hover ul {
padding:0px;
margin:0px;
width:323px;
position:absolute;
display:block;
padding-bottom:20px;
padding-top:10px;
background:url(../images/submenu-bg-bottom.png) no-repeat bottom;
}
#drop-nav li ul li {
	background:none;
	height:28px;
}
#drop-nav li ul a {
width:270px;
height:18px;
line-height:18px;
display:block;
margin:0;
font-size:12px !important;
padding:0px;
margin:0 10px;
padding: 3px 10px 4px 22px; color: #332b1d !important; background: url(../images/bullet-1.png) 10px 9px no-repeat; text-decoration: none !important; -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px; color:#000;
text-transform:uppercase;
}
#drop-nav li ul a:hover {
color:#ff0102; 
 background: url(../images/bullet-1.png) 10px 9px no-repeat #cabb9f; -moz-box-shadow: 0px 1px 0px #d2e2ed; -webkit-box-shadow: 0px 1px 0px #d2e2ed; box-shadow: 0px 1px 0px #d2e2ed;
}