div.topmenu {
	width: 950px;
	padding: 0px;
	margin: 0px;
}

div.topmenu_left {
	width: 8px;
	padding: 0px;
	background-image: url(images/menu-left.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 28px;
	float: left;
}

div.topmenu_right{
	width: 8px;
	padding: 0px;
	background-image: url(images/menu-right.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 28px;
	float: left;
}

div.topmenu_center {
	width: 934px;
	padding: 0px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 28px;
	float: left;
}
br.cleaner {
	font-size: 0px;
	clear: both;
}
div.submenu {
	width: 950px;
	padding: 0px;
	background-color: #F4F4F4;
	margin: 0px;
	margin-top: -4px;
	height: 60px;
	#overflow: hidden;
}
div.submenu_left {

	width: 8px;
	padding: 0px;
	background-image: url(images/submenu-left.jpg);
	background-repeat: no-repeat;
	margin: 7px 0px 7px 7px;
	height: 48px;
	float: left;
}
div.submenu_right {

	width: 9px;
	padding: 0px;
	background-image: url(images/submenu-right.jpg);
	background-repeat: no-repeat;
	margin: 7px 0px;
	height: 48px;
	float: left;
}
div.submenu_center {
	width: 881px;
	padding: 0px;
	background-image: url(images/submenu-bg.jpg);
	background-repeat: repeat-x;
	margin: 7px 0px;
	height: 48px;
	float: left;
	vertical-align: middle;
}
.toplinks {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 5px;
	height: 27px;
}
.menuBG {
	height: 25px;
	width: 127px;
	color: #1757AB;
	text-decoration: none;
	background-position: bottom;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	background: url(images/active.jpg) no-repeat center center;
}
.menuEmpty {
	height: 25px;
	width: 127px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: bottom;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
}

.menuEmpty:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	
}

.subMenuLinks {
	float: left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4F4F4F;
	text-decoration: none;
	padding-top: 1px;
}

.subMenuLinks a{
	padding-top: 3px;
	margin-right: 10px;
	color: #4F4F4F;
	text-decoration: none;
	text-align: center;
	height: 20px;
	width: 116px;
	display: block; 
	float: left;
}
.subMenuLinks a:hover{
	padding-top: 3px;
	margin-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/sub-active.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 116px;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
