@charset "utf-8";
/* CSS Document */
#menu {
	padding:0;
	margin:0;
	align: center;
	width: 8em;
}   
#menu li {
	list-style-type:none;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	font-variant: normal;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 2px;
	padding-top: 2px;
} 
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
} 
#menu a:hover {
	color: #666699;
	text-decoration: none;
} 
