﻿ul#topmenu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 110%; font-family: Arial, "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#topmenu li { display: block; float: left; margin: 0 0 0 5px; }
ul#topmenu li a { height: 43px; color: green; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#topmenu li a:hover { color: #333; }
ul#topmenu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }

#menu {
	background: #2186c4;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu li {
	font: 110% Arial, "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 12em;
}
#menu a {
	background: #2186C4;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
	width: 12em;
}
#menu a:hover {
	background: #7ab6dc url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	width: 12em;
}
#menu a.current {
	background: #7ab6dc url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
	width: 12em;
}
