.navigation {	
	margin:0px;
	padding:0px;
	text-indent:0px;
	/*background: url(images/SubNavigation_ContainerShadow.jpg) repeat-y scroll right top;*/
	width:190px;	
	overflow:hidden;
}

.navigation .head-wrapper
{
	/*background-image: url(images/SubNavigation_ParentLeft.gif) ;*/
	background-position:left top;
	background-repeat:no-repeat;
	width:190px;	
	padding-bottom:3px;
	border-bottom:1px solid #E2E2E2;
}

.navigation .head-wrapper a.head {
	cursor:pointer;	
	/*background: #6A6865 url(images/SubNavigation_ParentShadow.jpg) repeat-y scroll left top;*/
	color: #404040;
	display:block;
	font-weight:normal;	
	padding:0px;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	/*height:20px;
	$height:26px;
	line-height:26px;*/
	width:180px;
	/*margin-left:10px;
	padding-top:6px;*/
	overflow:hidden;
	padding-left:5px;
	padding-top:5px;
	/*text-shadow:0 1px 2px black;*/
	/*margin-bottom: 5px;*/
}

.accordion-item {

}
.accordion-item  .selected  {
	background-image: url(images/SubNavigation_ParentLeft_Current.gif) !important;
}

.navigation a.head:hover {
	color: #686868;	
	/*background: #9C9A97 url(images/SubNavigation_ParentShadow_Light.jpg) repeat-y scroll left top;*/
}

.navigation .head-wrapper .current a,
.navigation .current a {
	color:#9bbad8;
}
.navigation .selected
{
	/*background-image: url(images/SubNavigation_ParentLeft_Current.gif);*/
	margin-bottom:0px;
}
.navigation ul 
{
	margin-top:5px !important; 
	min-height:25px !important;
	
	border-width:0px;
	margin:0px;
	padding:0px;
	margin-left:20px;	
	display:block;	
}
.navigation li {
	list-style:none outside none; 
	display:inline;
}
.navigation ul li a,
.navigation ul li a:visited,
.navigation ul li a:active
{
	color: gray;
	display:block;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	height:16px;
	width:180px;
	zoom:1;
}
.navigation ul li a:hover {	
	color:#CC0000;
}

.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;
}



