.navigation {	
	margin:0px;
	padding:0px;
	text-indent:0px;
	background:#FFF;
	width:175px;	
	overflow:hidden;
	margin-left:2px;
}

.navigation .head-wrapper
{
	width:155px;	
	padding-bottom:3px;
}

.navigation .head-wrapper a.head {
	cursor:pointer;	
	background:#ffffff url(images/right_list_bg.jpg) repeat-y scroll left top;
	color:#7e7e7e;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:6px 0 18px 32px;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	/*height:20px;
	$height:28px;*/
	line-height:12px;
	width:150px;
	margin-left:0px;
	/*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
{
	margin-bottom:0px;
}
.navigation ul {
	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:#7e7e7e;
	display:block;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	height:16px;
	width:180px;
	zoom:1;
}
.navigation ul li a:hover {	
	color:#9bbad8;
}

.subnavigation .bottom-shadow
{
	background:none;
	float:right;
	height:40px;	
	width:100px;
	position:relative;
	top:-3px;
}

.subnavigation .top-shadow
{
	background:none;
	float:right;
	height:15px;	
	width:100px;
}



