#other_nav{
/*display:none;*/
}

/*This is styles for new menu system. */
ul.main-nav,
ul.main-nav * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
ul.main-nav {
	position:relative;
	float:right;
	z-index:50;
        
        
}
/* sub-menu ULs */
ul.main-nav li ul {
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:0px;	
	background:url(img/clear.gif);/* trick to keep'em open */
	background-color: #F8B719; 
	width:150%;
	
}

/* All LIs */
ul.main-nav li {
	position:relative;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
	height:23px;
	padding-left:4px;
	margin-right:4px;
	background:url(/images/navbar/tab-left-main.gif) no-repeat top left;
}
/* sub-menu LIs */
ul.main-nav li ul li {
	background:#f8b719;
	border-bottom:1px solid #002c5c;
	width:100%;
}
/* All anchors */
ul.main-nav li a {
	color:#002c5c;
	text-decoration:none;
	display:block;
	float:left;
	font-size:9px;
	height:23px;
	font-weight:bold;
	line-height:23px;
/*  uncomment the declaration below if you want to go "full width" */
/*	width:7.47em; */
	background:url(/images/navbar/tab-right-cap.gif) no-repeat top right;
	padding-right:4px;
	
}

/* sub-menu Anchors */
ul.main-nav li ul li a {
	
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	font-weight:bold;
	background-image:none;
	color:#002c5c;
	text-decoration:none;
	text-align:left;
	width:100%;
	line-height:23px;
	padding-right:0px;
	
}
ul.main-nav li ul li:hover{
background-color:#002c5c;
}
/* :hover and stuff */
ul.main-nav li a:hover,
ul.main-nav li a:focus,
ul.main-nav li a:active {text-decoration:underline;}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
ul.main-nav ul a:hover,
ul.main-nav ul a:focus,
ul.main-nav ul a:active {background:#002c5c;color:#F8B719;text-decoration:none;}
/* display and z-index for the sub-menus */
ul.main-nav li:hover ul,
ul.main-nav li.msieFix ul {display:block;z-index:10;top:23px;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */

