
#navigation {
display:block;
margin-left:0px;
margin-top: 0px;
background-image: url('/pics/background_top.jpg');
background-repeat:repeat-x; 
height:50px;
border-top-style:solid;
border-top-width:1px;
border-top-color:#999;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#999;
background-color:#fff;
}

ul.nav {
margin-left:0px;
margin-top: 0px;
padding: 0px 0px 0px 0px;
background-image:url(/pics/background_top.jpg);
background-repeat:repeat-y;
background-position:top left;border-left:solid 0px #fff;
height:50px;
list-style:none;
}

ul.nav li {
 float:left;
 margin-top:0px;
 margin-left:0px;
 border-right-style:dotted;
 border-right-width:1px;
 border-right-color:#aaa;
 height:50px;
}

li.navlink a:link,li.navlink  a:active,li.navlink  a:visited {
	float:left;
	padding: 15px 30px 0px 30px;
	height:35px;
	background-image:url(/pics/background_top.jpg);
	background-repeat:repeat-x;	
	color:#000;
}
li.navlink a:hover {
	float:left;
	background-image: url('/pics/nav-hover.png');
	height:35px;
	padding: 15px 30px 0px 30px;
	color:#000;	
}

li.subnavlink {

}



ul#subnav {
 display:block;
 list-style:none; 
 padding: 15px 0 0 0px;
}

#navleft {
 display:block;
 background-color:#E6E6E6;
 padding: 0px 0 0 0px;
}