
#menu 
{
	/*
	position:absolute; 
	overflow:hidden;
*/
	margin:0px;
	padding:0px;
	position:absolute;
	overflow:visible;
	top:0px;
	left:0px;
	z-index:200;
}




/* menu */
.menuMainMenuContainer {
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	margin: 0;
	padding: 0;
}

/* popup menus */
.menuSubMenuContainer {
	display: none;
	position: absolute;
	top: 36px;
	left: 0px;
	/*width: 14em; / *this width should match the width of the sublinks*/
	border: 1px solid #000;
	background: #E5E5E2;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	/*overflow:auto;*/
	/*height: 200px;*/
	/*width: 16em;*/ /*this width should match the width of the sublinks*/
	/*overflow-y: auto;*/
}
.menuSubMenuContainer_Large {
	display: none;
	position: absolute;
	top: 0;
	left: 9.5em;
	border: 1px solid #000;
	background: #E5E5E2;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	overflow:auto;
	height: 380px;
	width: 28em; /*this width should match the width of the sublinks*/
	/*overflow-y: auto;*/
}


/*this is not currently used*/
img.menuMainItemArrow  
{
	background:none;
	position:absolute;
	top:.5em;
	left:-1em;
}
/*menuItems*/
.menuMainItem_hasSubs, .menuMainItem_noSubs, .menuMainSelected {
	position: relative;
	width:100px;
	/*display:inline;*/
	background-color: #FFF7D9;/*#E9E0CD;*/
	padding: 4px .4em  2px .4em;
	border: solid 2px #9a6600;
	height:40px;
	margin:0px;
	text-align:center;
}


/*applies to all anchors in menu */
.menuMainMenuContainer a, .menuMainMenuContainer /*span*/{
    font-size: 8pt;
	background: none;
	margin: 0px; /*0em .3em 0em .3em;*/
	/*padding: 0px; / *.6em;*/
	text-decoration: none;
	color: #000000;
/*	width: 8em;
	width:100px;
*/
/*    border-bottom: solid;
    border-bottom-width: .1em;
    border-color: black;
*/
	/*border: solid 1px #9a6600;*/
}
.menuMainSelected a, .menuMainSelected span {
	/*	color:#32B9F1; original blue*/
	/*	color:#64B85A; original green*/
	/*	color:#2F6129; darker green*/
	color: black;
	/*font-style:italic;*/
}



/*menuMainLinks*/
a.menuMainLink_noSubs, a.menuMainLink_noSubs:visited
{
	color:Black;
}

a:hover.menuMainLink_noSubs 
{
	color: black;
}

a.menuMainLink_hasSubs 
{
	color:Black;
}

a:hover.menuMainLink_hasSubs {
}

/*SubLinks*/ 
a.menuSubLink {
	background-color: #E2D6BD;
	font-size: 9pt;
	width: 14em;
	/*width: 100px;*/
	margin:0px;
	font-style:normal;
	color: #000000;
	border: solid 1px #9a6600;
	height:auto;
	padding: 4px;
	text-align:left;
}
a:hover.menuSubLink {
	background-color: #B6B5DE;
	font-size: 9pt;
	width: 14em;
	/*width:100px;*/
	margin:0px;
	color: #000000;
	border: solid 1px #9a6600;
	text-align:left;
}

a.menuSubLink_Large {
	background-color: #E2D6BD;
	font-size: 9pt;
	width: 26em;	
	margin:0px;
	font-style:normal;
	color: #000000;
	border: solid 1px #9a6600;
	height:auto;
}

a:hover.menuSubLink_Large {
	background-color: #B6B5DE;
	font-size: 9pt;
	width: 26em;
	margin:0px;
	color: #000000;
	border: solid 1px #9a6600;
}







