@CHARSET "ISO-8859-1";
.menuBar {
	position: relative;
	border-collapse: collapse;	
	font-family: Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #F7DEBE; 
	background-color: #970038;
	height: 25px;
	vertical-align: middle; 
	border-top-color: #F7DEBE;
	border-top-style: solid;
	border-top-width: 2px;
	
}

.menuBar .menuItem {

	border-right-style: dotted;
	border-right-width: 1px;
	border-right-color: #F7DEBE;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.menuBar .menuItemSpacer {
	
}
	
.menuBar a:visited{
	color: #F7DEBE;
	text-decoration: none;
	}	

.menuBar a:link{
	color: #F7DEBE;
	text-decoration: none;
	}	

.menuBar a:active{
	color: #F7DEBE;
	text-decoration: none;
	}	

.menuBar a:hover {
	color: #F7DEBE;
	text-decoration: none;
	}