#menu {
	background: #00457c;
	font-size: 12px;
	font-weight:  bold;
}

.menu {
	width: 863px;
	width: 883px;
	height: 25px;
	padding: 0 0 0 117px;
	padding: 0 0 0 97px;
	position: relative;
	z-index: 70;
}

.menu ul {
	padding: 0;
	list-style-type: none;
	margin: 0px;
}

.menu li {
	float: left;
	position: relative;
	text-align: center;
}

.menu a, .menu a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 25px;
	border: 1px solid #fff;
	border-width: 0 0 0 2px;
	background: #00457c;
	padding: 0 10px 0 10px;
	line-height: 25px;
}

.menu a:hover, .menu ul ul a:hover{
	color: #fff;
	background: #6482a0;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #fff;	
	background: #6482a0;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 25px;
	left: 0;
	border-top: 1px solid #fff;
}

.menu ul ul li {
	width: 170px; 
	text-align: left;
}

.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

.menu ul ul a {
	background: #00457c;
	color: #fff;
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
}

.menu ul ul a:visited {
	height: auto;
	line-height: 1em;
	padding: 5px 10px;
	border-width: 0 1px 1px 1px;
}

.menu ul ul a.divider {
	border-top: 2px #fff solid;
	border-width: 2px 1px 1px 1px;
}

.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}

/* menu third level stuff */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background: #00457c url() bottom right no-repeat;
}

.menu ul ul a.drop:hover {
	background: #c9ba65 url() bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
	background: #00457c url() bottom right no-repeat;}
	
.menu ul ul ul a, .menu ul ul ul a:visited {
	background: #e2dfa8;
}

.menu ul ul ul a:hover {
	background: #b2ab9b;
}

.menu ul ul ul{
	left: 149px;
	top: -1px;
	width: 149px;
}

.menu ul ul ul.left {
	left: -149px;
}

.menu ul :hover ul ul {
	visibility: hidden;
}

.menu ul :hover ul :hover ul {
	visibility: visible;
}