
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_two */

.hmenu2 
{
  list-style-type:none;
  padding:0 0 0 0px;
  margin:0 0 0px 0;
  list-style:none;
  height:70px;
  background:#ffffff url(Menu_Bar.jpg) repeat;
  position:relative;
  font-size:13pt;
}
.hmenu2 li 
{
  float:left;
  list-style-type:none;
  white-space:nowrap;
}
.hmenu2 li a, .hmenu2 li a:visited
{
  display:block;
  float:left;
  height:33px;
  line-height:33px;
  color:#ffffff;
  text-decoration:none;
  /*font-size:13pt;
  font-family:Arial Narrow;*/
  font-size:11pt;
  font-family:Arial, Helvetica, Sans-Serif;
  font-weight:normal;
  text-align:center;
  cursor:pointer;
  padding:0px 9px 0px 9px;
}
.hmenu2 li.current a.current
{
   color:#21201E;
 }
.hmenu2 li a:hover 
{
  color:#21201E;
}
.hmenu2 li.current a:hover 
{
  color:#21201E;
  cursor:default;
}
.separator{ font-family: Arial Narrow; line-height:normal; display: inline-block; width:5px; color:#ffffff; padding: 4px 0px 0px 0px; margin: 0 0 0 0px; }

#dropmenudiv {
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 11px arial, verdana, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #8CBE43;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

#dropmenudiv a:hover {
	background-color: #C9D52D;
}