
/*-------- Begin Main Level --------------*/
a.mainlevel:link, a.mainlevel:visited {
	background: url(images/solmenu.gif) no-repeat;
	background-position: 0px 0px;
	display: block;
	float: left;
	padding: 9px 0px 0px 13px;
	font-size:11px;
	font-weight:600px;
	color: #ffffff;
	text-align: left;
	text-decoration: none;
	height: 23px!important;
	height: 32px;
	width: 260px!important;
	width: 260px;	
}

a.mainlevel:hover {
	background-position: 0px -32px;
	text-decoration: none;
	color: #ffffff;
}


