.navigation {	
	margin:0px;
	padding:0px;
	text-indent:0px;
	background:#F2EFE9 /*url(images/SubNavigation_ContainerShadow.jpg) repeat-y scroll right top*/;
	width:244px;	
	overflow:hidden;
}

.navigation .head-wrapper
{
	/*background-image:url(images/SubNavigation_ParentLeft.gif) ;*/
	background-position:left top;
	background-repeat:no-repeat;
	height:26px;
	width:244px;	
	border-bottom: 1px solid #F7F6F5;
}

.navigation .head-wrapper a.head {
	cursor:pointer;	
	background:#F7F6F5 /*url(images/SubNavigation_ParentShadow.jpg) repeat-y scroll right top*/;
	color:#5C637D;
	display:block;
	font-weight:normal;
	margin:0px;
	padding-left:5px;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	/*height:20px;
	$height:26px;*/
	line-height:26px;
	/*margin-left:10px;*/
	/*padding-top:6px;*/
	text-indent:4px;
	overflow:hidden;
}

.navigation a.head:hover {
	color:#9bbad8;
}

.navigation .head-wrapper .current a,
.navigation .current a {
	color:#5C637D;
}
.navigation .selected
{
	/*background-image: url(images/SubNavigation_ParentLeft_Current.gif);*/
	margin-bottom:0px;
	color: #5C637D;
}
.navigation ul {
	/*border-width:0px;*/
	margin:0px;
	padding:0px;
	/*margin-left:20px;	*/
	display:block;	
}

.navigation li {
	list-style:none; 
	border-bottom: 1px solid #F7F6F5;
}
.navigation ul li a,
.navigation ul li a:visited,
.navigation ul li a:active
{
	color:#7e7e7e;
	display:block;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	width:244px;
	zoom:1;
	padding-left: 20px;
}
.navigation ul li a:hover {	
	color:#9bbad8;
}

.subnavigation .bottom-shadow
{
	background:transparent url(images/SubNavigatioin_BottomShadow.jpg) no-repeat top right;
	float:right;
	height:40px;	
	position:relative;
	top:-3px;
}

.subnavigation .top-shadow
{
	background:transparent url(images/SubNavigation_TopShadow.jpg) repeat-y top right;
	float:right;
	height:15px;	
	width:100px;
}

