@charset "utf-8";
/* CSS Document */

#menu {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-size: 0.9em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

#menu span {
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
}

#menu a {
	color:#FFF
}

#menu a:link, #menu a:visited {
	text-decoration: none;	
}

#menu a:hover, #menu a:active {
	text-decoration: underline;	
}

#menu2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

#menu2 li {
	display: inline;
}

#menu2 a  {
	color:#FFF;
}


