a {
	color: #FFFFFF;
	font-weight: bold;
}

span.topmenu a {
	font-family: verdana;
	color: white;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}

span.topmenu a:hover {
	color: red;
	text-decoration: underline;
}

span.topmenu_active a {
	color: red;
	text-decoration: underline;
	font-family: verdana;
	font-weight: bold;
	font-size: 12px;
}

div.menu_bottom a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 18px;
	line-height: 25px;
	height: 20px;
	width: 200px;
	_width: 200px;
	background-image: url(../images/menubuttonbg.gif);
	display: table-cell;
	background-repeat: no-repeat;
}

div.menu_bottom_active a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 18px;
	line-height: 25px;
	height: 20px;
	width: 200px;
	_width: 200px;
	background-image: url(../images/menubuttonbg_active.gif);
	background-repeat: no-repeat;
	display: table-cell;
}

div.menu_border_buttom a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 25px;
	height: 20px;
	width: 160px;
	display: table-cell;
	background-image: url(../images/menuborderbuttonbg.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}

div.menu_border_buttom_active a {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
	line-height: 25px;
	height: 20px;
	width: 160px;
	display: table-cell;
	background-image: url(../images/menuborderbuttonbg_active.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}