#MainNavWrapper ul {
	font: normal 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
	height:100%;
}
#MainNavWrapper li {
	display:inherit
}
#MainNavWrapper li {
	display:inline;
	margin:0;
	padding:0;
}
#MainNavWrapper a {
	float:left;
	color:#fff;
	margin:0;
	padding:0 15px;
	text-decoration:none;
	font-weight:bold;
}
#MainNavWrapper p {
	margin:0;
	padding:6px 0 7px 0;
	font-size:10pt;
}
#MainNavWrapper li a.selected p {
	color: #FFD150;
}
#MainNavWrapper li a.selected, #MainNavWrapper li a:hover{ /*currently selected tab*/
	background-color: #054829;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #c8a233; /*THEME CHANGE HERE*/
	border-top:none; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #c8a233; /*THEME CHANGE HERE*/
	padding: 2px 10px;
	text-decoration: none;
	background-color: #eed280;
	color:#000000;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color:#c8a233;
	color:#ffffff;
}
/* Sub Nav Styles---------------------------------------------------------------------------------------------*/	
#SubNavWrapper {
	float:left;
	margin-top:19px;
	padding:0;
	min-height:280px;
	width:220px;
	/*background-color:#fef8d0;*/
}
#SubNav {
	margin-left:8px;
	margin-bottom:0;
	padding:0;/*needed for FF*/
	width:206px;
	font-family:Verdana, Arial, sans-serif;
}
#SubNav ul {
	margin:0;
	padding:0;
	list-style: none;
}
#SubNav li {
	margin:0;
	padding:0;
	display:inline;
	cursor: pointer;
}
#SubNav a {
	/*display: block;*/
	padding:0;
	margin:0;
	text-decoration:none;
	color:#000000;
}
#SubNav div {
	/*any styles we need to apply to all divs within the main navigation*/
	padding-top:1px;
	padding-bottom:2px;
	cursor: pointer;
	border-bottom:1px dotted #efb30c;
}
#SubNav div:hover, #SubNav li.selected div {
	background-color:#c8a233;
}
#SubNav div:hover p, #SubNav li.selected p {
	color:#ffffff;
}
#SubNav p {
	/*if the navigation is images then don't display the text*/
	margin:0;
	padding:0 0 0 4px;
	font-size:9pt;
	color:#e0a707;
	font-weight:bold;
	/*background:url(/Templates/Images/Content/subnav-arrow.gif) no-repeat 0 6px;*/
}
/* FooterNavWrapper Styles---------------------------------------------------------------------------------------------*/	
#FooterWrapper {
	padding:15px 16px 0 16px;
	background:url(/Templates/Images/Common/bg-footer.png) no-repeat left top;
	height:100px;
	font-size:8pt;
	text-align:center;
}
#FooterWrapper img {
	margin-top:5px;
}
#FooterWrapper a {
	/*display: block;*/
	margin:0;
	color:#006838;
}
ul#FooterNav {
	margin:0;
	padding:0;
	list-style-type:none;
}
#FooterNav li {
	float:left;
	margin:0;
	padding:0 7px;
	display:inline;
	cursor: hand;
	cursor: pointer;
	border-left:1px solid #808080;
}
#FooterNav li.first {
	padding-left:0;
	border-left:none;
}
#FooterNav li.last {
	border:none;
}
#FooterNav div {
	/*any styles we need to apply to all divs within the Footer navigation*/
		margin:-3px 1px 0 1px;
	padding:0;
	cursor: hand;
	cursor: pointer;
	height:15px;/*for horizontal add float - For IE6 Only*/
}
#FooterNav p {
	margin:0;
	/*if the navigation is images then don't display the text*/
	display:block;
	color: #808080;
	text-transform:uppercase;
	font-size:8pt;
}
#FooterNav p:hover {
	text-decoration:underline;
}
/* Site Map Styles---------------------------------------------------------------------------------------------*/	
#SiteMapWrapper {
	width:720px;
}
#SiteMapWrapper #SiteMapLeft {
	float:left;
	width:280px;
}
#SiteMapWrapper #SiteMapRight {
	float:right;
	margin-right:130px;
	width:214px;
}
#SiteMapWrapper ul {
	padding-bottom:10px;
	font-weight:bold;
}
#SiteMapWrapper ul li {
	margin:8px 7px 1px 20px;
	font-size:10pt;
	font-style:normal;
	list-style-type:none;
	line-height:13px;
}
#SiteMapWrapper ul li a {
	color:#AB0534;
	text-decoration:none;
	font-weight:bold;
}
#SiteMapWrapper ul li ul {
	margin:0;
	padding:2px 0 10px 19px;
	font-weight:bold;
}
#SiteMapWrapper ul li ul li {
	list-style-type:square;
}
#SiteMapWrapper ul li ul a {
	color:#0D469D;
	font-size:10pt;
	text-decoration:underline;
	font-weight:normal;
}
#SiteMapWrapper ul li ul a:hover {
	text-decoration:none;
}
