/* ================================================================ 
                    MENU css for DROPDOWN menu
=================================================================== */

/* Menu */
#top_menu {
	background			: #ffffff;
	padding-left		: 4px;
	float				: left;
}
.menu {
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	float:left;
	background:url("../images/menu_bg.gif") repeat-x #e0e0e0;
	height: 26px;
}
.menu li a{
	display:block;
	margin:3px 0px 1px 0px;
	width:99px;
	text-align:center;
	color:#0b75bf;
	text-decoration:none;
	z-index:100;
	height:18px;
}
.menu ul li ul a{margin:0;height:auto;} 
.menu ul {padding:0; margin:0;list-style-type: none; color: #ffffff; }
.menu ul li {float:left; position:relative;z-index:100;margin:2px 0px;border-left: 2px solid #ffffff;}
.menu ul ul li {margin:0px;border:none;}
.menu ul li:first-child {border-left: none;}
.menu ul li ul {display: none;padding-left:29px;margin:0px;}
.menu ul li a, .menu ul li a:visited{color:#f15a24;}
.menu ul ul li a {color:#000000}
.menu ul ul {padding-top:4px;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#0b75bf;}
.menu ul li:hover ul {display:block; position:absolute; top:22px; left:-54px; width:102px;padding-top:2px;}
/*More- icon if there are child elements -for top menu */
.menu ul li a.topHide, .menu ul li a.topHideFF {width:102px;} /* Top menu - more  */
.menu ul li:hover a.topHide, .menu ul li:hover a.topHideFF {width:102px;}
/*More- icon if there are child elements -for sub menus */
/*.menu ul li a.hide,*/ .menu ul li a.hideFF {background:url('../images/menu_list_bg.gif') repeat-x #999999;width:102px;color:#F15A24;} /* Sub menu - more  */
/*'MORE' LINK - MAY INCLUDE ARROW ETC.*/
.menu ul li a.hideFF {background:url('../images/menu_list_bg.gif') repeat-x #999999;}/*ADDS the indicator there are more items*/
/*DROP DOWN MENU - HOVERED COLOR, WIDTH AND BACKGROUND*/
.menu ul li:hover ul li:hover a.hideFF {color:#0b75bf;width:154px;}
.menu ul li:hover ul li ul {display: none;}
/*DROP DOWN MENU - UN-HOVERED COLOR, WIDTH AND BACKGROUND*/
.menu ul li:hover ul li a {
	display:block;
	background:url('../images/menu_list_bg.gif') repeat-x #999999;
	color:#000000;
	width:154px;
	margin:0px;
	padding: 4px 0px;
	}
.menu ul li:hover ul li a:hover, .menu ul li:hover ul li div:hover {
	background: url('../images/menu_list_bg.gif') repeat-x #999999;
	color:#0b75bf;
	text-decoration:none;
	}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:126px; top:-2px; color:#000;}

#menu_left, #menu_right {
	width: 12px;
	height: 27px;
	float: left;
}

#menu_left {
	background:url("../images/menu_bg_left.gif") no-repeat;
}
#menu_right {
	background:url("../images/menu_bg_right.gif") no-repeat;
}

/*SIDE MENU*/
#sidemenu a {
	font-weight			: bold;
	color				: #000000;
	line-height			: 1.5;
	text-decoration		: none;
}
#sidemenu .topLevel a {
	color				: #ef3f00;
}
#sidemenu a:hover {
	color				: #0b75bf;
}
#sidemenu ul {
	list-style-type		: none;
	padding-left		: 6px;
	margin				: 0px;
}
#sidemenu ul ul {
	list-style-type		: disc;
	margin				: 0px;
	padding-left		: 10px;
	margin-left			: 11px;
}
