li { list-style-type: none; }
#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:140px;
	border:0px solid;
}
#navigation a.head {
	cursor:pointer;
	background:#FFFFFF;

	color:#7E7E80;
	display:block;
	height: 20px;
	margin:0px;

	border-top:dashed #7E7E80 0px;
	border-left:dashed #7E7E80 0px;
	border-right:dashed #7E7E80 0px;
	border-bottom:dashed #7E7E80 1px;

	text-transform:uppercase;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
	
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
}
#navigation a.head:hover {
	color:#900;
	border-top:dashed #900 0px;
	border-left:dashed #900 0px;
	border-right:dashed #900 0px;
	border-bottom:dashed #900 1px;
	height: 20px;
}
#navigation a.selected {
	/*background-image: url(expanded.gif);*/
}
#navigation a.current {
	background-color:#ffffff;
	color: #000000;
	border-top:dashed #7E7E80 0px;
	border-left:dashed #7E7E80 0px;
	border-right:dashed #7E7E80 0px;
	border-bottom:dashed #7E7E80 1px;
	height: 20px;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
	vertical-align:middle;	
	border-width: 0px;
	height: 20px;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:3px;

	text-transform:uppercase;
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size:10px;
	text-decoration:none;
	height: 20px;
	padding-top:3px;
	padding-bottom:3px;
	padding-left: 15px;
	border-top:dashed #7E7E80 0px;
	border-left:dashed #7E7E80 0px;
	border-right:dashed #7E7E80 0px;
	border-bottom:dashed #7E7E80 1px;

}
#navigation li li a:hover {
	background-color:#eeeeee;
	color:#900;
	border-top:dashed #900 0px;
	border-left:dashed #900 0px;
	border-right:dashed #900 0px;
	border-bottom:dashed #900 1px;
	height: 20px;
}
