/* CSS Document */

ul#menu
	{
	background-color: #C8C193;
  	width: 170px;
  	list-style-type: none;
  	border-top: solid 5px #ab5653;
	margin-left: 5px;
  	/*margin: 0;*/
  	padding: 2;
	}

ul#menu ol 
	{
	background-color: #C8C193;
  	display: none;
	width: 170px;
  	text-align: right;
  	list-style-type: none;
  	margin: 0;
  	padding: 0px;
	}

ul#menu li, 
  ul#menu a
	{
	background-color: #C8C193;
  	font-family: verdana, sans-serif;
  	font-size: 12px;
  	color: #000000;
	}

ul#menu li
	{
	background-color: #C8C193;
  	border-bottom: solid 2px #ffffff;
  	line-height: 20px;
	}

ul#menu ol li
	{
	line-height: 17px;
  	border-bottom: none;
	}

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

ul#menu a
	{
  	text-decoration: none;
	display:block;
	width: 170px;
  	outline: none;
	}

ul#menu a:hover
	{
	background-color:#C8C193;
	width: 170px;
	color: #be5028;
	font-weight: bold;
	}

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

