/* CSS Document */
#header a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #D2C480;
}
#header a:hover {
	color: #FFFFFF;
}
a:link {
	color: #990000;
	font-weight: normal;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #666666;
}
a:active {
	color: #990000;
}
#mainmenu .pad_10 {
	display: block;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	list-style-type: none;
}
#mainmenu a {
	display: block;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: auto;
	list-style-type: none;
}
#mainmenu a:hover {
	background-color: #FFFFFF;
}
#mainmenu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color:#999999;
	width: auto;
	background-color: #DBCF99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #F3F0E0;
	border-right-color: #F3F0E0;
	border-bottom-color: #F3F0E0;
	border-left-color: #F3F0E0;
}
#mainmenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #666666;
	border-right: 1px none #666666;
	border-bottom: 1px none #666666;
	border-left: 1px none #666666;
}

