/*General dropdown styles*/
.dropdown {
float:left;
padding-right:5px
}

.dropdown dt,.dropdown-last dt {
width:138px;
font-weight:700;
cursor:pointer;
background:url(images/header.gif);
margin-top:-1px;
padding:0
}

.dropdown-last {
background:url(../../assets/img/nav-div.png) center right no-repeat
}

.dropdown dt:hover {
background:url(images/header_over.gif)
}

.dropdown dd,.dropdown-last dd {
position:absolute;
overflow:hidden;
width:auto;
display:none;
background:none;
z-index:200;
opacity:0
}

.dropdown ul {
width:204px;
border:2px solid #9ac1c9;
list-style:none;
border-top:none
}

.dropdown li {
display:inline
}

.dropdown a,.dropdown-last a,.dropdown a:active,.dropdown a:visited {
display:block;
text-decoration:none
}

/*.dropdown a { height: 35px;}*/
.dropdown a:hover,.dropdown-last a:hover {
background:none;
color:#000
}

.dropdown .underline {
border-bottom:1px solid #b9d6dc
}

.dropdown dt a,.dropdown-last dt a {
color:#464646;
font-style:normal;
font-weight:400;
font-family:Arial, Helvetica, sans-serif;
display:block;
width:100%;
text-align:center;
margin-right:35px;
height:28px;
padding:3px
}

/*END-General dropdown styles
#nav styles*/
#nav .dropdown,#nav .dropdown-last {
padding:0
}

#nav .dropdown-last {
float:right;
width:170px
}

#nav .dropdown dt {
width:auto
}

#nav .dropdown dt a.first {
width:185px;
background:url(../../assets/img/nav-div.png) center left no-repeat;
/*margin-left: 19px; */  
 margin-left: 59px;
}

#nav .dropdown dt.last {
background:none
}

#nav .dropdown dt a,#nav .dropdown-last dt a {
background:none;
height:31px;
font-size:2.1em;
width:110px;
text-align:center;
margin:0;
padding:10px 22px
}

#nav dl dd ul {
background:#fafafa;
border:1px solid #c8c8c8;
width:270px;
-moz-border-radius-bottomleft:15px;
-webkit-border-bottom-left-radius:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-right-radius:15px;
padding:0 0 5px 10px
}

#nav dl dd ul li {
margin:0
}

#nav dl dd ul li a {
color:#666;
font-weight:400;
border:none;
margin-left:15px;
border-bottom:1px dotted #dddbdc;
margin-right:25px;
padding:8px 8px 8px 0
}

#nav dl dd ul li a:hover {
color:#892820
}

#nav dl dd ul li a.no-underline {
border-bottom:none;
margin-right:25px
}

/*#nav-2 styles*/
#nav-2 .dropdown dt a {
background:url(../../assets/img/nav-div.png) center right no-repeat;
height:36px;
font-size:2.2em;
padding-top:12px
}

#nav-2 .dropdown dt a.last {
background:none
}

#nav-2 dl dd ul {
background:#fafafa;
border:1px solid #c8c8c8;
width:180px;
-moz-border-radius-bottomleft:15px;
-webkit-border-bottom-left-radius:15px;
-moz-border-radius-bottomright:15px;
-webkit-border-bottom-right-radius:15px;
margin-top:1px;
padding:0 0 5px 10px
}

#nav-2 .dropdown dt {
width:170px
}

#nav-2 dl dd ul li {
margin:0
}

#nav-2 dl dd ul li a {
color:#969696;
font-weight:700;
border:none;
margin-left:15px;
padding:8px 8px 8px 0
}

#nav-2 dl dd ul li a:hover {
color:#892820
}

#nav-2 dl dd ul li a.underline {
border-bottom:1px dotted #dddbdc;
margin-right:25px
}