/* Menu Styles */
/* Created November 2006 */
.mnutitle {
/*	border-top: 1px solid #B4B7D7;
	border-bottom: 1px solid #7379B5;
	background-color:#8389BF; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #2E2E2E;
	text-align: center;
	padding-top: 0.4em;
	height: 1.6em;
}
.mnuitem {
/* height:1.6em; padding-top:0.4em;
	border-top:1px solid #F2F3FF;
	border-bottom:1px solid #7379B5; */
/*	background-color:#E0E1ED; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:normal;
	color:#484848;
	text-align:center;
	padding-top:0.4em;
	height: 1.6em;
}
.mnuitem_s {
	width:177px;
	border-top:1px solid #8E7E53;
	border-bottom:1px solid #FFF4D7;
	background-color:#EBEDF0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#484848;
	text-align:center;
	text-indent:20px;
	padding-top: 0.3em;
	height: 1.4em;
}
#mnumover {
	color:#484848;
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
}
#mnumnorm {
	color:#484848;
	text-decoration:none;
}

/* TabNav > Menu */

#tabmenu {
		color: #000000;
		border-bottom: 0px solid #F63336;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 0px }

#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; }

#tabmenu a, a.active {
	color:#8D3164;
	font: bold 14px "Trebuchet MS", Arial, sans-serif;
	border: 0px solid #F63336;
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; }

#tabmenu a.active {
	background-image:url(../images/tab_active.gif);
	background-position:top center;
	background-repeat:no-repeat;
	width:123px;
	height:33px;
	border-bottom: 0px solid #FFFFFF; }

#tabmenu a:hover {
	color: #999999;
	background: #FFFFFF; }
	
#tabmenu a:visited:hover {
	color: #999999;
	background: #FFFFFF; }

/*#tabmenu a:visited {
	color: #003366; }*/

#tabmenu a.active:hover {
	background: #FFFFFF;
	color: #999999; }

	/*#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #ABAD85;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #E8E9BE; }

	#content a:hover { background: #898B5E; }
*/
