﻿
#menu {
	background: #3181af;
	float: left;
	font-weight:bold;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font-family: Verdana, Helvetica, sans-serif ;
	font-size: 11px;	
	margin: 0;
	padding: 0;
}
#menu a {
	background: #3181af url("images/headerMenu/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #7ec3e7 url("images/headerMenu/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}


#menu a.active {
	background: #7ec3e7 url("images/headerMenu/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	}

