.navigation {	
	margin:0px;
	margin-left:-29px;
	margin-bottom:10px;
	padding:0px;
	text-indent:0px;
	background:#eee url(images/SubNavigation_ContainerShadow.jpg) repeat-y scroll right top;;
	width:240px;	
	overflow:hidden;
}

.navigation .head-wrapper
{
	background-position:left top;
	background-repeat:no-repeat;
	height:24px;
	width:240px;	
	padding-bottom:1px;
}

.navigation .head-wrapper a.head {
	cursor:pointer;	
	background:#eee;
	color:#444;
	display:block;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	height:20px;
	line-height:20px;
	width:240px;
	margin-left:25px;
	padding-top:6px;
	text-indent:4px;
	overflow:hidden;
}

.navigation a.head:hover {
	color:#666;
}

.navigation .head-wrapper .current a,
.navigation .current a {
	color:#000;
}
.navigation .selected
{
	background-color:#eee;
	margin-bottom:0px;
}
.navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	margin-left:0px;	
	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:#000;
	display:block;
	text-decoration: none;
	font-family:Arial;
	font-size:9pt;
	height:18px;
	width:240px;
	zoom:1;
}
.navigation ul li a:hover {	
	color:#000;
}

.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:18px;	
	width:100px;
}


