a.menu						{
	color: #003399; 
	text-decoration: none;
}
a.menu:hover				{
	color: #000066; 
	text-decoration: none;
}
#menuMain .loggedinuser {
	font: normal 0.8em Tahoma, Helvetica, Arial, Verdana, sans-serif;
	color: #000066; 
	float: right;
}
#menuMain ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#menuMain ul li {
	margin: 0;
	padding: 0 4px;
	line-height: 1.2em;
	white-space: nowrap;
	font: normal 0.7em Tahoma, Helvetica, Arial, Verdana, sans-serif;
}
#menuMain ul li span {
	color: #000066; 
	text-decoration: none; 
	font-weight: bold;
}
#menuMain ul li .seperator {
	border: none;
	font: normal 0.6em Tahoma, Helvetica, Arial, Verdana, sans-serif;
}
.menuMainPrimary, .menuMainPrimary li, .menuMainSecondary li {
	float: left;
}
.menuMainSecondary {
	float: right;
}
.menuLevelsubdiv {
   position: absolute;
	top: 1px;
	left: 1px;
   display: none;
	border: 1px solid #003399;
	background-color: white;
	z-index: 25;
}
.menuLevelsubdiv tr {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #003399;
	text-align: left;	
	white-space: nowrap;
}
.menuLevelsubdiv td {
	font: normal 0.7em Tahoma, Helvetica, Arial, Verdana, sans-serif;
	margin-left: 4px;
	margin-right: 4px;
	white-space: nowrap;
	line-height: 1.2em;
}
a.menuLevelsubhref:link,
a.menuLevelsubhref:visited,
a.menuLevelsubhref:active {
	font: normal 1em Tahoma, Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #003399;
	line-height: 1.4em;
	padding: 2px;
}
a.menuLevelsubhref:hover {
	text-decoration: none;
	color: #000066;
}