#menu {
	font-size: 1.1em;
	clear: none;
	float: left;
	color: #FFFFFF;
	position: relative;
	list-style-position: outside;
	margin-left: -25px;
	padding-top: 15px;
}
#menu ul {
	list-style: none;
	width: 180px;



}
#menu ul li{
	padding:5px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
#menu a {
	color: #FFFFFF;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:active {
	color: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}