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

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

ul#menu ol {
	display: none;
	list-style-type: none;
	margin: 0;
}

ul#menu li {
	list-style: url(/gfx2/sitewide/nav-arrow1.gif) inside;
	background: #d5d4c7;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #666;
	font-size: 0.7em;
}

ul#menu li, ul#menu a {
	color: #666;
	line-height: 1.8em;
	font-family: verdana, sans-serif;
}

ul#menu ol li {
	border-top: none;
	border-bottom: none;
	list-style: url(/gfx2/sitewide/nav-arrow2.gif) inside;
	background: url(/gfx2/sitewide/nav-sub_bg.jpg) repeat-y;
	margin-left: 10px;
	color: #666;
	font-size: 0.9em;
}

ul#menu ol li:before {
	content: "";
}

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

ul#menu a:hover {
	color: #900;
}

ul#menu a.active {
  color: #be5028;
}

