/* Start of CMSMS style sheet 'basicfit:menu' */
/* ----[ LINKS ]----*/

/* all menu links */
#subMenusContainer a{
font-family:Trebuchet MS;
	text-decoration:none;
	display:block;
	padding:10px 20px;
font-size:10pt;
font-weight:bold;
}
#subMenusContainer a{
	background-color:#5b3626;
}

/* Just sub menu links */
#subMenusContainer a, #navlink li li a{
	text-align:left;
color:#fff;
}


/* All menu links on hover or focus */
#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused{
	color:#fff;
background-color:#2d1a13;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#subMenusContainer a.subMenuParentBtnFocused
{
	color:#fff;

}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}

/* All submenu OLs and ULs */
#subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/
	left:0;
border:1px solid #311d14;

}

/* All ULs and OLs */
#subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin:0;
	list-style: none;
	line-height: 1em;
}

#subMenusContainer li{
	list-style: none;

}


#subMenusContainer{	display:block; 	position:absolute;	top:10px;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* End of 'basicfit:menu' */

