
.navigation {	
	margin:0px;
	padding:0px;
   /* margin-top: 10px; */
	text-indent:0px;
	/*background:#FFF url(images/SubNavigation_ContainerShadow.jpg) repeat-y scroll right top;*/
	width:190px;	
	overflow:hidden;
}

.navigation .head-wrapper
{
	background-image:url(images/Button_Left.png) ;
	background-position:left top;
	background-repeat:no-repeat;
	/* height:26px; */
	width:190px;	
	padding-bottom:3px;
}

.navigation .head-wrapper a.head {
	cursor:pointer;	
	background: url(images/Button_Main.png) repeat-x scroll left top; 
   line-height: 20px;
   height: 20px;
   display: block;
   vertical-align: middle;
	/* color:#7e7e7e; */
	display:block;
	font-weight:normal;
	margin:0px;
	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;*/
	text-indent:4px;
	overflow:hidden;
}

.navigation a.head:hover {
	/* color:#9bbad8; */
}

.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 {
	border-width:0px;
	margin:0px;
	padding:0px;
	margin-left:20px;	
	/* display:block;	*/
	display:none;
}
.navigation li {
	list-style:none outside none; 
	display:none;
}
.navigation ul li a,
.navigation ul li a:visited,
.navigation ul li a:active
{
   display: none;
	/* color:#7e7e7e; */
	display:block;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	height:16px;
	width:180px;
	zoom:1;
}
.navigation ul li a:hover {	
   display: none;
	color:#9bbad8;
}

.subnavigation .bottom-shadow
{
   display: none;
	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;
}



