.navigation {	
	margin:0px;
	padding:0px;
	text-indent:0px;
	
	width:270px;	
	overflow:hidden;
}

.navigation .head-wrapper
{
	
	height:26px;
	width:250px;	
	padding-bottom:3px;
	border-top: solid 1px #999;
	margin-bottom: 2px;
}

.navigation .head-wrapper a.head {
	cursor:pointer;	
	
	color:#09f;
	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:250px;
	margin-left:10px;
	/*padding-top:6px;*/
	text-indent:4px;
	overflow:hidden;
}

.navigation a.head:hover {
	color:#06f;
}

.navigation .head-wrapper .current a,
.navigation .current a {
	color:#06f;
	font-weight: bold;
}
.navigation .selected
{
	color: #06f;
	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

{
	color:#09f;
	display:block;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	
	width:250px;
	zoom:1;
}
.navigation ul li a:active
{
	
	
	font-weight: bold;
	
}
.navigation ul li a:hover {	
	color:#06f;
}

.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;
}





