.menu_h {
	font-family: arial, helvetica, serif;
	font-size: 13px;
	font-weight: 400;
}

.menu_top_h {
	font-family: arial, helvetica, serif;
	font-size: 13px;
	font-weight: 800;
	height: 23px;
	background: url("../img/menu_bgr_str.jpg") right top repeat-x;

}

a.menu_top_h {

	padding-top: 0px;
	background: url("../img/menu_bgr.jpg") right top no-repeat;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 139px;;
    text-decoration: none;
    color:#000000;
}

#nav a.menu_h:hover, #nav a.menu_top_h:hover{
	color:#FFFFFF;
}

#nav li { /* all list items */
	float: left;
	width: 139px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 139px;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */

}

#nav li ul li{ /*decorate second-level items*/
	 border-left: 1px dotted #000000;
	 border-right: 1px dotted #000000;
     border-top: 1px dotted #000000;
     position: relative;
	 background: #E1E0E1;
	 padding:4px;
	 width: 139px;
     color: #000000;
}

#last_li { /*decorate second-level items*/
	 border-bottom: 1px dotted #000000;

}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 139px;

}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li.sfhover,
#nav li ul li:hover
  { /* lists nested under hovered list items */
	left: auto;
	background: #D52824;
	color:#FFFFFF;
}
