@charset "utf-8";
/* CSS Document */
#menu
{
	padding:0;
	margin:0;
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	white-space:nowrap;
	list-style-type:none;
	font-size: 12px;
}
#menu li {display:inline;}
#menu li a
{
	padding:0.2em 1em;
	color:#000;
	text-decoration:none;
	float:left;
	border:0px solid #000;
}
#menu li a:hover
{
	color:#F00;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/doli.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
