.headerImg{
	width: 210px;
	height: 34px;
	text-align: right;
	background: url(images/featuredContent.gif) left top repeat-x #000;

}


.navigation {	
	margin:0px;
	padding:0px;
	text-indent:0px;
	background:#ececec;
	width:210px;
	border-left: 0px solid #a2a2a2;
	border-right: 0px solid #a2a2a2;
	
}

.navigation .head-wrapper
{
	background:#FFF url(images/grayArrow.gif) left bottom no-repeat;
	width:210px;	
	border-bottom: 1px solid #c7c7c7;
}

.navigation .head-wrapper a.head {
	cursor:pointer;	
	background: url(images/content_btnOff.jpg) repeat-x left bottom #FFF;
	color:#7e7e7e;
	display:block;
	font-weight:normal;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	font-weight:normal;
	/*height:20px;
	$height:26px;*/
	line-height:15px;
	width:189px;
	margin-left:16px;
	padding:10px 0 10px 5px;
	text-indent:0px;
	overflow:hidden;
}

.navigation a.head:hover {
    background: url(images/content_btnOff.jpg) repeat-x left bottom #FFF;
	color:#155e77;
}

.navigation .head-wrapper .current a,
.navigation .current a {
	background:#FFF;
	color:#7e7e7e;
	
}
.navigation .selected
{
   background:#207693 url(images/blueArrow.gif) left top no-repeat;
   color:#FFF;
}
.navigation ul {
	border-width:0px;
	padding:0;
	margin:8px 0 0 10px;	
	display:block;
    height: auto;	
}
.navigation li {
	list-style:none outside none; 
	display:inline;
}
.navigation ul li a,
.navigation ul li a:visited,
.navigation ul li a:active
{
	color:#7e7e7e;
	background: transparent;
	display:block;
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
	width:180px;
	height: auto;
	padding: 0 0 7px 17px;

}


.navigation ul li a:hover {	
	color:#155e77;
	text-decoration: underline;
}
/*
.subnavigation .bottom-shadow
{
	background:transparent url(images/SubNavigatioin_BottomShadow.jpg) no-repeat top right;
	float:right;
	height:40px;	
	width:100px;
	position:relative;
	top:-3px;
}

.subnavigation .top-shadow
{
	background:transparent url(images/SubNavigation_TopShadow.jpg) repeat-y top right;
	float:right;
	height:15px;	
	width:100px;
}
*/

