#UserControl1 .SimpleMenulevel1Selected
{
	color:White;
	font-size:11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	background-color: #468BE0;
	font-weight: bold; 
}
#UserControl1 .SimpleMenulevel1Off
{
	color:white;
	font-size:11px;
	font-family:Verdana, Arial;
	text-decoration: none;
	height :20px;
	font-weight: bold; 
}

#UserControl1 .SimpleMenulevel1On
{
	color:white;
	font-size:11px;
	font-family: Verdana, Arial;
	text-decoration: none;
	font-weight: bold; 
}

#UserControl1 .SimpleMenuLevel1On:hover
{
	color:White;
	text-decoration: none;
	height:20px;
	background-color: #468BE0;
	border-right:solid #53AAE7 1px;
	padding-right:10px;
	padding-left:10px;
	font-weight: bold; 
	padding-top:10px;
}
#UserControl1 .SimpleMenuLevel1On:active
{
	color:White;
	text-decoration: none;
	height:20px;
	background-color: #468BE0;
	border-right:solid #53AAE7 1px;
	padding-right:10px;
	padding-left:10px;
	font-weight: bold; 
}
#UserControl1 .SimpleMenuLevel1On:visited
{
	color:White;
	text-decoration: none;
	height:20px;
	background-color: #468BE0;
	border-right:solid #53AAE7 1px;
	padding-right:10px;
	padding-left:10px;
	font-weight: bold; 
}

#UserControl1 .SimpleMenuLevel1Off:td:hover
{
	color:White;
	height:20px;
	background-color: #468BE0;
	border-right:solid #53AAE7 1px;
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
}
#UserControl1 .SimpleMenuLevel1Off
{
	color:White;
	border-right:solid #53AAE7 1px;
	padding-right:10px;
	padding-left:10px;
	padding-top:2px;
}
#UserControl1 .SimpleMenuLevel1Selected
{
	height:20px;
	border-right:solid #53AAE7 1px;
	padding-right:10px;
	padding-left:10px;
	text-decoration: none;
	padding-top:2px;
}
#UserControl1 .SimpleMenuLevel1Selected:hover
{
	color:white;
	background-color: #468BE0;
	height:20px;
	padding-top:2px;
}
#UserControl1 .SimpleMenuLevel1Selected:td:hover
{
	border-right:solid #53AAE7 1px;
	padding-right:10px;
	padding-left:10px;
	height:20px;
	padding-top:2px;
}

