@CHARSET "ISO-8859-1";

#navigation table{
	border-collapse:collapse;	
}

.menuitem{
	border-top:1px dotted #FFF;	
	border-bottom:1px dotted #FFF;			
	width:150px;
	height:25px;
	font-weight:bold;		
}

.menuitem a, a:visited, a:active{
	text-decoration:none;
	color:#FFF;	
	margin-left:10px;
	font-size:9pt;	
}
	
.menuitem a:hover{
	/*background-image:url(../images/menuitembg.png);*/
}

.menuitem:hover{
	background-image:url(../images/menuitembg.png);
}