#menuHolder
{
	float: left;
	width: 968px;
	position:relative;
	height:33px;
}

#menuHolder ul#MainNavigation {margin-left:20px;}

#MainNavigation li {
	display:block;
	float:left;
	width: auto;
	text-decoration: none;
	white-space: nowrap;
	color: #FFF;
	padding-right: 20px;
	font-size: 11px;
	height:24px;
}

#menuHolder a,
#menuHolder a:link,
#menuHolder a:active,
#menuHolder a:visited {
	color:#d4dab5;
	text-decoration:none;
	font-weight: normal;
}

#menuHolder a:hover {
	color:#fff;
	text-decoration:underline;
}

#menuHolder ul li a:link,
#menuHolder ul li a:visited {
	text-decoration:none;
	font-size:11px;
}


#MainNavigation li a {
	float:left;
	display:block;
}

#MainNavigation li a.current {
	color:#fff;
	font-weight: bold;
}


.secNav {
	position:absolute;
	display:none;
	top:24px;
	width:180px;
	margin-left:-5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

.secNav li {
	list-style:none;
	text-transform:none;
	float:left;
	display:block;
	background:#99B2CC;
	width:180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 10px;
}


#SecNavigation ul.secNav a {
	color: #fff;
}


#SecNavigation ul.secNav a:active,
#SecNavigation ul.secNav a:hover {
	color:#024c73;
	text-decoration:underline;
}
