/* CSS Document */

ul#cssmenu {
	width:100%;
	margin: 0;
	border: 0 none;
	padding: 0;
  	list-style: none;
	background: #CC3300 url('../i/templates/red/top_menu_gradient.gif') repeat-x left top;
  	height: 30px;
	font:  12px/28px Verdana, Arial;
	border-left:#CC3300 1px solid;}

ul#cssmenu li {
	margin: 0;
	border-right: 1px solid #942500;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	height: 30px;
}

ul#cssmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 30px; z-index: 9999;
	left: 0;
}

ul#cssmenu ul:after {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#cssmenu ul li {
	width: 200px;
	float: left;
	display: block !important;
	display: inline;
}

/* Main Menu */
ul#cssmenu a {
	border-right: 1px solid #872100;
	border: 0px;
	padding: 0 10px;
	float: none !important;
	float: left;
	display: block;
	background: #CC3300 url('../i/templates/red/top_menu_gradient.gif') repeat-x left top;
	color: #FFFFFF;
	
	text-decoration: none;
	height: auto !important;
	height: 1%;
}

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
	background: #872100;
	color:#FFFFFF;
	border-top:#CC3300 1px solid;
}

/* Second Menu */
ul#cssmenu li:hover li a,
ul#cssmenu li.iehover li a {
	border-top: 2px solid #000000;
	float: none;
	background: #CC3300 url('../i/templates/red/top_menu_gradient.gif') repeat-x left top;
	color: #FFFFFF;
}

/* Second Menu Hover */
ul#cssmenu li:hover li a:hover,
ul#cssmenu li:hover li:hover a,
ul#cssmenu li.iehover li a:hover,
ul#cssmenu li.iehover li.iehover a {
	border-top: 2px solid #FFFFFF;
	background: #872100;
	color:#FFFFFF;
	border:#000000 1px solid;
}

ul#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
	display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
	display: block; 
}


a {color: #f62f00;}

.top_menu  {background: #CC3300 url('../i/templates/red/top_menu_gradient.gif') repeat-x left top;}
.top_menu .top_menu_bg1 {background: transparent url('../i/templates/red/top_menu_bg1.gif') no-repeat left top;}
.top_menu .top_menu_bg2 {background: transparent url('../i/templates/red/top_menu_bg2.gif') no-repeat right top;}
.nc_subdivision_list .nc_menu_item a {background: transparent url('../i/templates/red/arrow.gif') no-repeat right center;}
.top_menu a {border-right: 1px solid #8E2300;}
.orange_border {background: #CC3300;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none; color: #cccccc;
}
a:active {
	text-decoration: none;
}
#error .error {font-size: 20px; text-transform: uppercase; margin: 0 auto; color: #e1e1e1; font-weight: bold; text-align: right; width: 250px; margin-top: 30px;}
#error .error .e404 {font-size: 130px; margin-top: 45px; }
#error .error .edescr {text-transform: none; color: #e1e1e1; font-weight: normal; text-align: center; margin-top: 50px; font-size: 12px;}


a#move_up {
        position        : fixed;
		right           : 30px;
        top             : 10px;
        width           : 100px;
        height          : 21px;
        display         : none;
        text-align      : center;
        font            : 12px Verdana;
        text-decoration : none;
        color           : #FFFFFF;
        background      : #CC3300;
        padding-top     : 5px;
        opacity         : 0.9;
        filter          : alpha(opacity = 90);
    }

    a#move_up:hover {
        color      : #fff;
        background : #FF0000;
    }

