@charset "utf-8";
/* CSS Document */

topmenu {
font-family:Arial, Helvetica, sans-serif;
}
#topmenu ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}
#topmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
	font-weight:bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
#topmenu a:visited {
	color: #FFFFFF;
}
#topmenu a:hover {
	background-position: center center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:#085AB5;
}
/*#topmenu a:active {
	background-color:#5BB5D4;
	background-repeat: repeat-x;
	background-position: center center;
}*/
#topmenu li {
	display:inline;
}
.clear{clear:both;}