ul#menu { width: 100%; height: 43px; background: #FFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; background: #FFF url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }


.horizontal_dotted_line
{
border-bottom: 1px dashed #cccccc;
border-top: 1px dashed #cccccc;
border-left: 1px dashed #cccccc;
border-right: 1px dashed #cccccc;
width: 98%;
}

.title
{
font-family: verdana;
	font-style: normal;
	
	font-weight: bold;
	font-size: 14px;
	font-color: #990000;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
} 

.text
{
font-family: verdana;
	font-style: normal;
	
	font-weight: normal;
	font-size: 14px;
	font-color: #333333;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
} 