/* Main Horizontal Menu */

#menuMainTable {
	background-color: #afafaf;
	height: 32px;
	width: 800px;
	tx-align: center;
	background-image: url(../images/menus/menuMainInactiveBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
#menuMainTable .menuMainTableMarginTd {
	background-color: #FFFFFF;
	width: 3px;
	padding: 0px;
	margin: 0px;
}

#menuMainTable td a{
text-decoration:none;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;

}

#menuMainTable td.menuMainTableCurrent a{
	text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0px;
	margin: 0px;

}


#menuMainTable .menuMainTableCurrent {
	background-color:#c5c5c5;
	background-image:url(../images/menus/menuMainCurrentArrowBg.gif);
	background-position: center top;
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0px;
}
#menuLevel2Container {
	background-image: url(../images/menus/menuLevel2BlankBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 800px;
	text-align: center;
}
#menuLevel2Container #menuLevel2Table {
	height: 30px;
	width: 794px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	color: #000000;
}
#menuLevel2Container #menuLevel2Table a {
	color: #003366;
	text-decoration: none;
}

#menuLevel2Container #menuLevel2Table td.menuLevel2Current a {
	color: #000000;
	text-decoration: none;
}

/* styles like level 2 menu above but smaller type for gallery (more text) */

#menuLevel2Container #menuLevel2TableGallery {
	height: 30px;
	width: 794px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 10px;
	color: #000000;
}
#menuLevel2Container #menuLevel2TableGallery a {
	color: #003366;
	text-decoration: none;
}

#menuLevel2Container #menuLevel2TableGallery td.menuLevel2Current a {
	color: #000000;
	text-decoration: none;
}
#container #mainContentContainer .browseTd .browseDescription #broswenavTable a {

}
