/* CSS Document */

#Menu ul
{
	list-style-type: none;
	line-height: 18px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#MenuList {
	margin-left: 0px;
	padding-left: 0px;
}

#Menu li {
	background-image: url(/images/menuBG.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
}


#Menu ul li a
{
	background: url(/images/menuBG.gif) no-repeat left center;
	padding-left: 17px;
	font: normal 11px/19px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #4553A4;
	height: 18px;
}

#Menu ul li a:hover
{
	background: url(/images/menuBGRoll.gif) no-repeat left center;
	color: #4553A4;
	height: 18px;
}
#MenuListSector li{
	background-image: url(/images/menuBG.gif);
	background-repeat: no-repeat;
	background-color: #F6F6F6;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 18px;
}
#MenuListSector li a{
}
#MenuListSector li a:hover{
	background-image: url(/images/menuBGRoll.gif);
}
#Menu #MenuList #MenuListIndent a {
	color: #7F8AC5;
	background-image: none;
}

#MenuListIndent li{
	background-image: url(/images/menuIndent.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 18px;
	color: #7F8AC5;
}
#MenuListIndent li a{
	background-image: url(/images/menuIndent.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #7F8AC5;
}
#MenuListIndent li a:hover{
	background-color: #FFFFFF;
	color: #4553A4;
}
#MenuListIndent li:hover {
	background-image: url(/images/menuIndentRoll.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #7F8AC5;
}

