div.menuBar { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	text-align: left;
	padding: 5px 2px 10px 0;
	margin-left: auto; 
	margin-right:auto;
	width: 760px;
}
div.menuBar A.menuButton {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none;
	color: #FFFFFF; 
	background-image: url(/images/taboff.gif);
	background-position: top left;
	border-right: #3D726F 1px solid; 
	border-bottom: #3D726F 1px solid; 
	padding: 3px 6px;
	margin:0;
	cursor: default; 
	position: relative; 
	z-index: 100; 
}
div.menuBar A.menuButton:hover {
	background-image: url(/images/tabon.gif);
}
div.menuBar A.menuButtonActive {
	color: #FFFFFF; 
	background-image: url(/images/tabon.gif);
	background-position: top left;
	border-right: #3D726F 1px solid; 
	border-bottom: #3D726F 1px solid; 
	padding: 3px 6px;
	cursor: default; 
}

div.menuBar A.menuButtonSelected {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: none;
	color: #004539; 
	background-image: url(/images/tabselected.gif);
	background-position: top left;
	border-right: #3d726f 1px solid; 
	border-bottom: #eaefea 1px solid; 
	padding: 3px 6px;
	cursor: default; 
}

div.menuBar A.menuButtonSelected:hover {
	color: #3d726f; 
}

/* ----------------------- drop down menus--------------*/
div.menu {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal; 
	font-size: 11px; 
	font-style: normal; 
	color: #004539; 
	padding: 0 1px 1px 0;
	background-color: #f5f8f5;
	border: #e0e0e0 2px outset; 
	position: absolute; 
	z-index: 101; 
	top: 0; 
	left: 0;
	visibility: hidden; 
}

div.menu A.menuItem {
	font-weight: normal; 
	font-size: 11px; 
	font-style: normal; 
	font-family: Verdana, Arial, sans-serif;
	display: block; 
	cursor: default; 
	color: #000000; 
	padding: 3px 1em ;
	white-space: nowrap; 
	text-decoration: none;
}

div.menu A.menuItem:hover {
	color: #ffffff; 
	background-color: #3D726F;
}

div.menu A.menuItemHighlight {
	color: #ffffff; 
	background-color: #3d726f;
}

div.menu A.menuItem span.menuItemArrow {
	margin-right: -0.75em;
}
div.menu div.menuItemSep {
	border: #e0e0e0 1px inset; 
	margin: 4px 2px; 
}

table.altmenu {
	border: 1px solid #8EAE9F; 
	border-collapse: collapse; 	
}

table.altmenu TD {
	border: 1px solid #8EAE9F; 
	background-color: #6DA198;
}

table.altmenu A {
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}

table.altmenu A:link, TABLE.altmenu A:active, TABLE.altmenu A:visited {
	color: #FFFFFF;
}

table.altmenu A:hover{
	color:#FFCC00;
}
