.navigation 	
{
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#FFFFFF; /*url(images/SubNavigation_ContainerShadow.jpg) repeat-y scroll right top;*/
	width:200px;	
	overflow:hidden;
}

.navigation .head-wrapper
{
	/*background-image:url(images/SubNavigation_ParentLeft.gif) ;
	background-position:left top;
	background-repeat:no-repeat;*/
	background-color:#FFFFFF;
	height:36px;
	width:200px;	
	padding-bottom:6px;
	text-align:center;
}

.navigation .head-wrapper a.head 
{
	cursor:pointer;	
	background-color:#023168; /*url(images/SubNavigation_ParentShadow.jpg) repeat-y scroll right top;*/
	color:White;
	display:block;
	margin:0px;
	padding:0px;
	text-decoration: none;
	font-family:Verdana,Geneva,sans-serif;
	font-weight:bold;
	font-size:16pt;
	line-height:36px;
	width:200px;
	margin-left:0px;
	text-indent:0px;
	overflow:hidden;
	border:solid 1px #FF0506;
}

.navigation a.head:hover {
	color:#FF0506;
}

.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;	
}
.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:48px;
	width:200px;
	zoom:1;
}
.navigation ul li a:hover {	
	color:#9bbad8;
}

.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;
}


