#menu11 {
	width: 220px;
	margin: 0px;
	}
	
#menu11 li a {
	height: 17px;
	text-decoration: none;
	font-size: 11px;
	}	
	
#menu11 li a:link, #menu11 li a:visited {
	color: #666666;
	display: block;
/*	background-image: url(/images/menu11.gif);*/
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 25px;
	}
	
#menu11 li  {
	color: #000000;
/*	padding: 7px 0 4px 25px;*/
/*	background-image: url(/images/menu11.gif);*/
/*	background-repeat: no-repeat;
	background-position: 0 -32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;*/
	}
	
ul {margin:0; padding:0;}

#menu11 #on  {
	background-image: none;
	font-weight: bold;
	background-repeat: repeat-x;
	background-color: #EAEAEA;
}

#menu11 #off a:hover{
	background-image: url(/images/menu11.gif);
	background-repeat: no-repeat;
	background-position: 0 -32px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 7px 0 4px 25px;
}