#menu li {
	list-style-type:none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

* html #menu a {
	font-size: .7em;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	color : #CCC;
	text-decoration : none;
	font-weight: normal;
	font-family: Lucida Sans Unicode, Tahoma, Verdana, Arial, SansSerif;
} 
* html #menu a:hover { 
	font-size: .7em; 
	font-weight: normal; 
	color : #666; 
	text-decoration : line-through; 
} 
#menu a {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 5px;
	font-size: .7em;
	color : #CCC;
	text-decoration : none;
	font-weight: normal;
} 
#menu a:hover { 
	font-size: 0.7em; 
	font-weight: normal; 
	color : #666; 
	text-decoration : line-through; 
	font-family: Lucida Sans Unicode, Tahoma, Verdana, Arial, SansSerif;
} 
ul, li, a {
	margin: 0px;
	paddimg: 0px;
}
#menu #current {
	font-weight: normal;
	font-size: 0.7em;
	font-family: Lucida Sans Unicode, Tahoma, Verdana, Arial, SansSerif;
	color : #666;
	text-decoration : line-through;
}
