#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: 225px;
 position: relative;
 top: -33px;
 left: 210px;
 background: url('images/submenu-bot.png') bottom left no-repeat transparent;
 padding: 0 0 8px 0;
}
#ASPSiteMenu > li
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 33px;
 background-image: url('images/menu.png');
 background-position: left center;
 background-repeat: no-repeat;
}
#ASPSiteMenu > li.withsubmenu
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 33px;
 background-image: url('images/menu_WithChildren.png');
 background-position: left center;
 background-repeat: no-repeat;
}
#ASPSiteMenu > li:hover
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 33px;
 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
{
/* 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 ul.submenu > li
{
 display: block;
 width: 232px;
 _width: 222px;
 height: 33px;
 background-image: url('images/submenu2.png');
 background-position: left center;
 background-repeat: no-repeat;
}
#ASPSiteMenu ul.submenu > li.first
{
background:url("images/submenu-first.png") no-repeat scroll 0 0 transparent;
}
#ASPSiteMenu ul.submenu > li.single
{
background:url("images/submenu-first.png") no-repeat scroll 0 0 transparent;
height:31px;
}
#ASPSiteMenu ul.submenu > li.last
{
  height:26px;
}
#ASPSiteMenu ul.submenu > li:hover
{
/*  background-image: url('images/submenu-hover.png'); */
}
#ASPSiteMenu li > a
{
background-color:transparent;
color:#000000;
display:block;
height:22px;
padding-left:28px;
padding-top:11px;
text-decoration:none;
width:204px;
}
#ASPSiteMenu li:hover > a
{
 font-weight: bold;
}
