﻿
#menubar {
		/*position:relative;*/
		float: right;
		z-index: 99;
		display: inline;
		top: 0px;
	}
#menubar a {
		font-weight: bold;
		font-size: 12px;
		padding-left:10px;
		padding-right:10px;
		padding-top: 5px;
		padding-bottom: 10px;
		text-decoration:none;
		line-height: 30px;
		z-index: 99;
		
	}
#menubar  a:hover{
		background-color: #cc0000;
		color: #fff !important;
}
#menubar #top_menu0{color: #3f3f3f;}
#menubar #top_menu1{color: #3f3f3f;}
#menubar #top_menu2{color: #3f3f3f;}
#menubar #top_menu3{color: #3f3f3f;}
#menubar #top_menu4{color: #3f3f3f;}
#menubar #top_menu5{color: #3f3f3f;}
#menubar #top_menu6{color: #3f3f3f;}
.menu0_arrow{
		/*position:relative; margin-top: -7px;left: 58px; */
		position:relative; margin-top: -7px;
}

.menu1_arrow{
		/*position:relative; margin-top: -7px;left: 58px; */
		position:relative; margin-top: -7px;left:23px;
}
.menu2_arrow{
		position:relative; margin-top: -7px; left: 24px;
}
.menu3_arrow{
		position:relative; margin-top: -7px;left: 53px;
}
.menu4_arrow{
		position:relative; margin-top: -7px; left: 25px;
}
.menu5_arrow{
		position:relative; margin-top: -7px; left: 31px;
}
.menu6_arrow{
		position:relative; margin-top: -7px; left: 132px;
}


#options{ 
	padding: 3px;
	background-color: #d6d6d6;
	BORDER-RIGHT: #999999 1px solid;
	BORDER-LEFT: #999999 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
}
#menu_red_arrow0
{
	display: block;
	height: 16px;
	width: 100px;
	background: url('/_layouts/images/imgbin/icons/menu_arrow_down.gif') no-repeat;
	background-position: 23px  5px;
}
#menu_red_arrow1
{
	display: block;
	height: 16px;
	width: 100px;
	background: url('/_layouts/images/imgbin/icons/menu_arrow_down.gif') no-repeat;
	background-position: 23px  5px;
}
#menu_red_arrow2
{
	display: block;
	height: 16px;
	width: 100px;
	background: url('/_layouts/images/imgbin/icons/menu_arrow_down.gif') no-repeat;
	background-position: 24px  5px;
}
#menu_red_arrow3
{
	display: block;
	height: 16px;
	width: 100px;
	background: url('/_layouts/images/imgbin/icons/menu_arrow_down.gif') no-repeat;
	background-position: 53px  5px;
}
#menu_red_arrow4
{
	display: block;
	height: 16px;
	width: 100px;
	background: url('/_layouts/images/imgbin/icons/menu_arrow_down.gif') no-repeat;
	background-position: 25px  5px;
}
#menu_red_arrow5
{
	display: block;
	height: 16px;
	width: 100px;
	background: url('/_layouts/images/imgbin/icons/menu_arrow_down.gif') no-repeat;
	background-position: 31px  5px;
}
#menu_red_arrow6
{
	display: block;
	height: 16px;
	width: 150px;
	background: url('/_layouts/images/imgbin/icons/menu_arrow_down.gif') no-repeat;
	background-position: 132px  5px;
}
.menu_header { font-size: 11px; color: #3f3f3f;  font-weight: bold; line-height: 25px; padding-left:8px;}

.menu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none; z-index: 9999;
}

.menu A{
	BORDER-RIGHT: #d6d6d6 1px solid; 
	PADDING-RIGHT: 10px; 
	BORDER-TOP: #d6d6d6 0px solid; 
	DISPLAY: block; PADDING-LEFT: 8px; BACKGROUND: #fff; PADDING-BOTTOM: 3px; BORDER-LEFT: #d6d6d6 1px solid; WIDTH: auto; COLOR: #005091 !important; PADDING-TOP: 3px; BORDER-BOTTOM: #d6d6d6 1px solid; TEXT-DECORATION: none
}
 .menu A:hover {
	DISPLAY: block; BACKGROUND: #e4eef0; COLOR: #cc0000 !important;
}

#menu_bottom a
{ 	
	font-size: 11px; color: #005091 !important;  font-weight: bold; BACKGROUND: #d6d6d6; text-align: right; margin-right: 0px;
}
#menu_bottom a:hover
{ 	
	color: #cc0000 !important;
}

.topnav_on{
	background-color: #cc0000; 
	color: #fff !important;
}
#menu_on a{
	color: #cc0000 !important;
}
#menu_on .topnav_on{
	background-color: #cc0000; 
	color: #fff !important;
}


