.ulclass
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
.aclass
{
	float:left;
	width:6.9em;
	text-decoration:none;
	color:white;
	background-color:#225378;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}
.aclassAdmin
{
	float:left;
	width:4em;
	text-decoration:none;
	color:white;
	background-color:#225378;
	padding:0.2em 0.6em;
	border-right:1px solid white;
	border-left: 1px solid white;
	border-top: 1px solid white;
}

.liclass {
	display:inline;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.divMenu {
	left: 0px;
        
	/*margin-top: 27px;*/
}

.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {
	text-decoration: underline;
	color: yellow;
	font-weight: bold;
}
