.topmenu{
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background: url(../images/mn_bg.gif) repeat-x; /*tab background image path*/
	height: 42px;
	list-style: none;
}

.topmenu li{
	float:left;
}

.topmenu li a{
	float: left;
	display: block;
	color:#003373;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 0 20px; /*Padding to accomodate left tab image. Do not change*/
	height: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;	
}

.topmenu li a b{
	float: left;
	display: block;
	padding: 0 35 0 0px; /*Padding of menu items*/
}

.topmenu li.current a{
   font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	background: url(../images/mn_current.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.topmenu li.current a b{
   font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #fff;
	background: url(../images/mn_right.gif) no-repeat right top; /*right tab image path*/
}

