/* .NET Menu CSS Layout *//* Main Division */#MainMenu {	background:url(../images/grey_bar.png) repeat-x;	padding-left:10px;	float:none;	margin-top:-35px;	position:absolute;	width:930px;	height:35px;	overflow:hidden;	line-height:32px;}#MainMenu_Home {	background:url(../images/grey_bar.png) repeat-x;	padding-left:10px;	float:none;	margin-top:-35px;	position:absolute;	width:930px;	height:55px;	overflow:hidden;	line-height:32px;	font-size:15px;}#MainMenu span, #MainMenu_Home span {font-size:16px; font-weight:bold; margin-top:-2px; margin-right:5px; color:#FFF;float:none;}#MainMenu_Home span {font-size:20px; margin-right:15px;}#MainMenu a, #MainMenu_Home a {color:#FFF; text-transform:uppercase;float:none; margin-right:30px;}#MainMenu a:hover, #MainMenu_Home a:hover {color:#CCC;}