﻿.menu {
	position: relative;
	float: right;
	width: 100%;
}

.menu ul {
	position: absolute;
	float: right;
	padding: 0;
	margin: 0;
	list-style-type:none; 
	background:transparent;
}

.menu ul li {
	float:left;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	font-family: Tahoma, Arial, sans-serif;
	text-decoration:none;
	color:#333;
	background:transparent;
	padding:0 30px 0 6px;
}

/* first level hover */
.menu a:hover { 
	color:#607BB5;
	background:transparent; 
	text-decoration: none;
}

/* individual dropdown menu classes */
.menulink {
	position:absolute;
	visibility: hidden;
	border:1px solid #333;
	border-bottom-width: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	filter: alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	z-index: 100;
	background-color: #D2D7E5;
	width: 124px;
}

.menulink_narrow {
	position:absolute;
	visibility: hidden;
	border:1px solid #333;
	border-bottom-width: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	filter: alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	line-height: 18px;
	z-index: 100;
	background-color: #D2D7E5;
	width: 100px;
}

.menulink a:link, .menulink a:visited, .menulink_narrow a:link, .menulink_narrow a:visited {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
}

.menulink a:hover, .menulink a:active, .menulink_narrow a:hover, .menulink_narrow a:active{ /*hover background color*/
	background-color: #5871A6;
	color: white;
}

