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

ul#menu {
  width: 450px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	font-weight: normal;
	list-style-image: url(../images/spot.gif);
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #807F86;
}

ul#menu li {
	line-height: 15px;
	font-weight: bold;
	list-style-image: url(../images/arrow.gif);
}

ul#menu ol li {
	border-bottom: none;
	font-weight: normal;
	list-style-type: none;
	list-style-image: url(../images/spot.gif);
}

ul#menu ol li:before {
	content: " ";
	list-style-image: url(../images/spot.gif);
}

ul#menu a {
	text-decoration: none;
	outline: none;
}

ul#menu a:hover {
	color: #666666;
	text-decoration: underline;
}

ul#menu a.active {
	color: #666666;
	font-weight: bold;
}
