#ASPSiteMenu *
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-width: 0 0 0 0;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	z-index:100;
}
#ASPSiteMenu
{
 display: block;
 width: 232px;
 _width: 222px;
 position: relative;
 z-index:100;
}
#ASPSiteMenu ul.submenu
{
 display: none;
 width: 215px;
 position: relative;
 top: -33px;
 left: 202px;
 border-bottom: solid 1px #fff;
}
#ASPSiteMenu > li
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 32px;
 background-image: url('images/menu.png');
 background-position: left center;
 background-repeat: no-repeat;
 border-bottom: solid 1px #fff;
}
#ASPSiteMenu > li.withsubmenu
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 32px;
 background-image: url('images/menu_WithChildren.png');
 background-position: left center;
 background-repeat: no-repeat;
 border-bottom: solid 1px #fff;
}
#ASPSiteMenu > li:hover
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 32px;
 background-image: url('images/menu-hover.png');
 background-position: left center;
 background-repeat: no-repeat;
 margin-left: -5px;
 padding-left: 5px;
 border-bottom: solid 1px #fff;
}
#ASPSiteMenu > li.withsubmenu:hover
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 32px;
 background-image: url('images/menu_WithChildren-hover.png');
 background-position: left center;
 background-repeat: no-repeat;
 margin-left: -5px;
 padding-left: 5px;
 border-bottom: solid 1px #fff;
}
#ASPSiteMenu ul.submenu > li
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 32px;
 background-image: url('images/submenu2.png');
 background-position: left center;
 background-repeat: no-repeat;
 margin-left: -3px;
 border-top: solid 1px #fff;
}
#ASPSiteMenu ul.submenu > li:hover
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 32px;
 background-image: url('images/submenu-hover.png');
 background-position: left center;
 background-repeat: no-repeat;
 margin-left: -3px;
 border-top: solid 1px #fff;
}
#ASPSiteMenu li > a
{
 display: block;
 width: 204px;
 height: 25px;
 text-decoration: none;
 color: #000;
 background-color: transparent;
 padding-left: 28px;
 padding-top: 7px;
}
#ASPSiteMenu li:hover > a
{
 display: block;
 width: 204px;
 height: 25px;
 font-weight: bold;
 text-decoration: none;
 padding-left: 28px;
 padding-top: 7px;
 color: #f6ec71;
 background-color: transparent;
}