/* CSS Document */

#topnavi {

		width: 100%;

		}

		

	#topnavi ul {

		

		list-style: none;

		list-style-image: none;

		padding: 0;

		margin: 0;

	}

				

	#topnavi ul li {

		background:url(../images/topNavImgbase.gif) repeat-x;

		font-family: Arial, Helvetica, sans-serif;

		color:#828282;

		height:34px;

		width:160px;

		/*font-size: 8.5pt;*/

		margin: 0;

		padding: 0;

		float:left;

	}

		

	#topnavi ul li a {

		height:34px;

		color:#575757;

		margin: 0;	

		line-height:25px;	

		/*background: #f8f8f8;*/

		display: block;

		border-left: 3px solid #cccccc;

		text-decoration: none;

	}

		

	#topnavi ul li a:hover {

		background:url(../images/topNavImgover.gif) repeat-x;

	    /*background: #E2D2E4;*/

		display: block;

		border-left: 3px solid #cccccc;

		text-decoration: none;		

	}

		

	#topnavi ul li a.current

	{

		background:url(../images/topNavImgactive.gif) repeat-x;

		height:34px;

		line-height:15px;

		display: block;

		border-bottom:none;

		border-left: 0px solid #cccccc;

		text-decoration: none;

	}


