@CHARSET "ISO-8859-1";
.menuBar {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right:10px;
	width: 100%;
	min-height:80px;
	min-width: 900px;
	margin: auto;
	text-align: center;
	font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14pt;
	color:white;
	background-color: grey;
	line-height:20pt;
	text-align:right;
	vertical-align:center;
}

.menuBar .menuItem {

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

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

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

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