/* Sitemap Bar  */
#sitemapbar {
	background:url("../images/bg_sitemap.jpg");
	height:25px;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-x;
	color: #666666;
	vertical-align: bottom;
}
#sitemapbar ul { display:inline; list-style-type:none; }
#sitemapbar li { border-right:#ffffff 1px solid; padding:5px 10px 7px 10px; float:left; color: #666666; line-height:9px; text-decoration:none;width:125px; }
/* NAVIGATION */
#navigation ul			    
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	width: 167px;
	text-align: left;
	background-color: #C5C6C1;
	text-decoration: none;
	text-indent: 5px;	
	
}
#navigation ul li		    {
	display: block;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #666666;	
	text-decoration:none;
	/*border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;*/
	}
#navigation ul li a
                            
							{ /*background:url("/images/top.gif") no-repeat 7px; */
							display:block; 
							line-height:21px; 
							height:21px; 
							color:#333333; 
							border-top:solid 1px #FFF; 
							order-bottom:solid 1px #DCD3B2; 
							text-decoration:none;							
							}

#navigation ul li a.nav-active, #navigation ul li a.subnav-active
                            {  }

#navigation ul li a.subnav-inactive, #navigation ul li a.subnav-active
                            { border-top:0px; border-bottom:solid 1px #ECE8D7; background:url("/images/inner.gif") no-repeat 7px; }
#navigation ul li a.subnav-inactive
                            { background-color:#FEFCF2; }
#navigation ul li a:hover, #navigation ul li a.nav-active, #navigation ul li a.subnav-active
                            { background-color:#EDEDEB; border-right:4px solid #009966; }
#navigation ul li a.subnav-active, #navigation ul li a.subnav-inactive:hover, #navigation ul li a.subnav-active:hover
                            { background-color:#FDF8E1; }