/***** BEGIN Red Menu Styles *****/
.admintext
{
	font-family:Helvetica,Verdana,Arial,sans-serif;
	font-size:16px;
	color:#606;
	font-weight:bold;
}
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
html[xmlns] .clear { display: block; font-family:Helvetica,Verdana,Arial,sans-serif;}
* html .clear { height: 1%;}

nav.red {border-top: 0px solid #3284FF; border-bottom: 0px solid #3284FF; border-radius: 0px; }
nav.red ul {margin: 0px; padding: 0px; border-left: 1px solid #3284FF;}

/* Top level */
nav.red li {list-style: none; float: left; border-right: 1px solid #3284FF; position: relative;}
nav.red li.first, nav li.first a {border-top-left-radius: 2px; border-bottom-left-radius: 0px; -moz-border-top-left-radius: 2px; -moz-border-bottom-left-radius: 0px;}
nav.red li.last, nav li.last a {border-top-right-radius: 2px; border-bottom-right-radius: 0px; -moz-border-top-right-radius: 2px; -moz-border-bottom-right-radius: 0px;}
nav.red li.drop a {padding-right: 30px;}
nav.red li a {display: block; padding: 8px 18px 8px; text-decoration: none; background-image: url(../Images/navigation-sprite-blue.png); background-repeat: repeat-x; font-size: 14px; color: #FFF; border-top: 1px solid #3284FF; border-left: 1px solid #3284FF;}
nav.red li a {background-position: 0px 0px;}
nav.red li a:hover, nav li.active a {background-position: 0px -36px;}
nav.red li a:active {background-position: 0px -72px;}
nav.red .dropdown {display: block; float: right; width: 7px; height: 5px; background: url(../Images/drop-down-blue.png) no-repeat; margin: -20px 15px 0px 12px;}

/* Drop down */
nav.red li ul {opacity: 0; position: absolute; top: 33px; left: -26px; padding: 8px 15px; border-radius: 3px; -moz-border-radius: 3px; background: #0066FF; display: none;z-index: 100;}
nav.red li ul li {border-right: 0px; float: none!important; border-bottom: 1px solid #FFF; width: 220px;}
nav.red li ul li:last-child { border-bottom: 0px;}
nav.red li ul li a {background: none!important; border-left: 0px; border-top: 0px; padding: 6px 22px; font-size: 13px}
nav.red li ul li a:hover { color:#FF0;}

nav.red li ul li.arrow {background: url(../Images/arrowtop-blue.png) top left no-repeat; border-bottom: 0px; height: 10px; margin-top: -5px; margin-bottom: 10px;}

/***** END REd Menu Styles *****/