﻿#header #menus {
	border-collapse: collapse;
	font-size: 11px;
	margin-left: auto;
	margin-right: 11px;
}

#menus a{
	display: block;
	font-weight: bold;
	height: 32px;
	line-height: normal;
	padding: 5px 2em;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	white-space: nowrap;
}

#menus a:hover{
	color: Black;
	background-color: #fffeff;
}

#menus div{
	display: none;
	position: absolute;
	text-align: left;
	z-index: 100;
}

#menus div a {
	background-color: #255E0A;
	color: White;
	font-weight: normal;
	height: auto;
	padding: 5px;
	text-align: left;
}

#menus div a:hover {
	background-color: Black;
	color: White;
}

#menus td {
	border-left: 1px solid white;
}
