.clear:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

html[xmlns] .clear {
display:block;
}

* html .clear {
height:1%;
}

nav.reds {
border-radius:3px;
width:96%;
margin-top:10px;
background-color:#b16015;
}

nav.reds ul {
border-left:1px solid #b16015;
font-size:10px;
margin:0;
padding:0;
}

nav.reds li {
list-style:none;
float:left;
border-right:1px solid #b16015;
position:relative;
}

nav.reds li.first,nav li.first a {
border-top-left-radius:2px;
border-bottom-left-radius:2px;
-moz-border-top-left-radius:2px;
-moz-border-bottom-left-radius:2px;
}

nav.reds li.last,nav li.last a {
border-top-right-radius:2px;
border-bottom-right-radius:2px;
-moz-border-top-right-radius:2px;
-moz-border-bottom-right-radius:2px;
}

nav.reds li.drop a {
padding-right:30px;
}

nav.reds li a {
display:block;
text-decoration:none;
font-size:18px;
color:#fff;
border-top:1px solid #975555;
border-left:1px solid #813737;
text-shadow:0 -1px 0 #000;
font-family:calibri bold;
background-position:0 0;
padding:9px 23px 4px;
}

nav.reds li a:hover,nav li.active a {
background-position:0 -36px;
}

nav.reds li a:active {
background-position:0 -72px;
}

nav.reds .dropdown {
display:block;
float:right;
width:7px;
height:5px;
background:url(../img/drop-down.png) no-repeat;
margin:-16px 15px 0 12px;
}

nav.reds li ul {
opacity:0;
position:absolute;
top:45px;
left:-26px;
border-radius:3px;
-moz-border-radius:3px;
background:#83460e;
display:none;
z-index:100;
padding:12px 15px;
}

nav.reds li ul li {
border-right:0;
float:none!important;
border-bottom:1px solid #251302;
width:125px;
}

nav.reds li ul li:last-child {
border-bottom:0;
}

nav.reds li ul li a {
background:none!important;
border-left:0;
border-top:0;
font-size:15px;
width:257px;
padding:10px 0;
}

nav.reds li ul li a:hover {
opacity:0.5;
}

nav.reds li ul li.arrow {
background:url(../img/arrowtop.png) top left no-repeat;
border-bottom:0;
height:10px;
margin-top:-22px;
margin-bottom:10px;
}