@charset "utf-8";
/* CSS Document */

.menu {
	background-image:url(images/navBarBkgrd34h.gif);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F00;
	vertical-align: top;
	text-align: center;
	width: 200px;
	height: 22px;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 1px;
	padding-left: 25px;
	clear: both;
	float: none;
}

.menu li {
	color: #cc0000;
	clear: both;
	height: 25px;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	list-style-type: none;
	
}
.menu a:link,a:visited {
	color: #c00;
	
}
.menu a:hover,a:active {
	color: #ff0000;
}

