﻿
#topMenu ul {
	list-style: none;
	text-align: center;
	float: left;
	height: 24px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#topMenu ul a {
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	background-image: url('../images/generic/menu_button.gif');
	background-repeat: no-repeat;
	color: #000000;
}

#topMenu ul a:hover {
	background-position: 0 -24px;
	color: #FFFFFF;
}

#topMenu ul li {
	display: inline;
	float: left;
}


#topMenu .current {
	display: block;
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	background-image: url('../images/generic/menu_button.gif');
	background-repeat: no-repeat;
	background-position: 0 -24px;
	color: #FFFFFF;
}

#topMenu .current a, #topMenu .current a:hover {
	color: #FFFFFF;	
}


