html
{
	height: 100%;
	overflow-y: scroll;
}

.new-topmenu
{
	float: left;
	text-transform: uppercase;
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 30px;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
}
.new-topmenu:hover
{
	color: #000000;
	text-decoration: none;
	background-image: url('/images/topmenu-on.gif');
	background-repeat: repeat-x;
	background-position: left top;
}

.new-topmenu-on
{
	float: left;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: normal;
	color: #000000;
	font-family: Arial;
	text-decoration: none;
	font-size: 13px;
}
.new-topmenu-on:hover
{
	color: #000000;
	text-decoration: none;
}

.new-topmenu2
{
	text-transform: uppercase;
	font-size: 11px;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
}
.new-topmenu2:hover
{
	color: #000000;
	text-decoration: none;
}

