/****** Menu ******/
#menu {
	width: 780px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 33px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menuContainer {
	background-image: url(../images/up-navbar.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #086090;
}
#menu table {
	width: 95%;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu a.menuLink {
	text-align: center;
	position: relative;
	color: #086090;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0em;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
#menu a.menuLink:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #002C43;
	background-image: url(../images/over-butt-menu.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#menu a.menuSelected {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
#menu a.menuSelected:hover {
 color: #eeeeee;
 text-decoration: none;
}
#menu .dropsubmenu {
	position: absolute;
	z-index: 50;
	background-color: #000;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu a.submenuDrop {
	text-align: left;
	position: relative;
	color: #e2e2e2;
	text-decoration: none;
	font-size: 11px;
	background-color: #002C43;
	letter-spacing: 0em;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-indent: 15px;
	border-top-style: none;
	font-weight: bold;
}
#menu a.submenuDrop:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CADCE6;
}
#menu a.submenuSelected { text-decoration: none; }
#menu a.submenuSelected:hover { }
