﻿.expandmenu {
	border: 1px none #b9a894;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #990000;
	font-size: 12px;
}
ul#menu {

	margin: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-right-color: #3399CC;
	border-bottom-color: #3399CC;
	border-left-color: #3399CC;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
}

ul#menu ol {
	display: none;
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#menu li, 
  ul#menu a {
	font-family: verdana, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 30px;
}

ul#menu li {
	border-bottom: #000000;
	line-height: 15px;
	font-weight: bold;
	color: #990000;
	font-size: 14px;
	text-decoration: underline;
	font-style: normal;
}

ul#menu ol li {
	border-bottom: none;
	font-weight: normal;
	color: #990000;
}

ul#menu ol li:before {
	content: "- ";
	float: none;
	clear: left;
	list-style-position: outside;
	list-style-type: none;
	border: #006666;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
	color: #0033FF;
	text-decoration: underline;
}

ul#menu a.active {
  color: #000066;
}
