
.topmenu
{
	background: url('images/topmenu.png') no-repeat left top;
	text-align: right;
	padding: 5px 40px 0 0;
}
.page > .topmenu
{
	min-height: 39px;
	height: auto;
}
.topmenu li
{
	display: inline;
}
.topmenu li a
{
	float: left;
	width: 105px;
	height: 33px;
	background: #A3BDE5 url('images/Roll.png') no-repeat left top;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "Arial Narrow";
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	overflow: hidden;
}
.topmenu li > a
{
	min-height: 39px;
	height: auto;
}
.topmenu li a:hover
{
	background: #83A6DC url('images/Roll.png') no-repeat 0 -39px;
}


.subMenuSpandynamic
{
	float: left;
	width: 120px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	font-family: "Arial";
	font-size: 11px;
	font-weight: bold;
	padding-top: 8px;
	overflow: hidden;
	padding-left: 8px;
}

