﻿#Menu {
	font-size: 12px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: none;
	color: white !important;
	text-align: left;
	background-color: #17A299;
	height: 20px;
	z-index: 2000;
	width: 500px;
}

#MenuBar {
	background-color: #17A299;	
	height: 5px;
	width: 100%;
	z-index: 2000;
}


#Menu a {
	color: white;
}

.MenuStatic 
{
	width: 95%;
}

.MenuStaticItem {
	
	text-align: center;
	margin-top: 5px;
	border-right: 1px #F7931E solid;
}

.MenuDynamic {
	margin-top: 5px;
	margin-left: 0px;
	text-align: left;
	z-index: 1000; 
}

.MenuDynamicItem {
	padding: 5px;
	background-color: #17A299;
}

/* Quick and Dirty override for the Contact Menu item */

.MenuStaticItem ctl00_MainHorizMenu_HorizMenu_4 {
	border-right: 0px;
	
}