ul.menu{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul.menu li{
	float: left;
	margin-left: 4px;
}
ul.menu a{
	background: url(gfx/_new/bg_menu.png) no-repeat 0px -36px;
	width: 155px;
	height: 33px;
	text-align: center;
	color: Black;
	text-decoration: none;
	line-height: 30px;
	display: block;
	font-weight: bolder;
	
}
ul.menu a.on, ul.menu a:hover.on{
	background: url(gfx/_new/bg_menu.png) no-repeat 0px 0px;
	color: White;
}
ul.menu a:hover{
	background: url(gfx/_new/bg_menu.png) no-repeat 0px -69px;
	color: White;
}
ul.menu a.on2{
	background: url(gfx/_new/bg_menu.png) no-repeat 0px -69px;
	color: White;
}
.clear{
	clear: both;
}
div.pagesubmenu{
	background-image: url(gfx/_new/submenu.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 26px;
	line-height: 26px;
	margin: 0px;
	margin-top: -2px;
	text-align: left;
	width: 950px;
   clear: both;
}
div.pagesubmenu a{
	color: White;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	 margin-left: 10px;
}
div.pagesubmenu a:hover, div.pagesubmenu a.on{
	text-decoration: underline;
}