#nav { width: 573px; padding: 0; margin: 0; } 

#nav ul { 
    /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 0px;
	list-style: none;
}

#nav li { 
    display: block;
    height: 31px;
    line-height: 31px;
    box-sizing: content-box;
    /* -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box; */
    width: expression(96 + "px");
    width: 94px;
    text-align: center;
    vertical-align: middle;
    border-right: 2px solid white;
    background-color: #FFA200;
    color: white;
}

#nav li:hover,  li.hover {
    background-color: #DFD6C2; 
    color: #434343;
}

#nav li a { 
    width: 100%; 
    height: 100%; 
    text-Decoration: none; 
    color:white; 
    /* Padding:0 0.5em;*/ 
    font-size: 11px; 
    font-family:Verdana, Arial, Helvetica, sans-serif;
}


#nav li a:hover {width: 100%;  background-color: #DFD6C2; color: #434343;}
#nav li:hover a {width: 100%;  background-color: #DFD6C2; color: #434343;}
#nav li.over a {width: 100%;  background-color: #DFD6C2; color: #434343;}

#nav li:hover a span {background-color: #DFD6C2; color: #FF9900;}
#nav li.over a span {background-color: #DFD6C2; color: #FF9900;}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	background: white;
	border: 1px dotted #FF9900;
	/* border-bottom: 1px dotted #FF9900;
	border-left: 1px dotted #FF9900;
	border-right: 1px dotted #FF9900; */
	width: 95px;
	/* max-width: none;
	min-width: 85px;
	width: expression(this.offsetWidth > 93 ? 250 : 93); */
	padding: 2px !important;
	font: 8pt Verdana;
}

/*
#nav li>ul { 
	top: auto;
	left: auto;
}
*/
#nav li:hover ul,#nav li.over ul { 
	/* lists nested under hovered list items */
	display: block;
}


#nav li ul li {
    width: 100% !important;
    background-color: white !important;
    text-align: left !important;
    height: 2em !important;
    line-height: 2em !important;
    border-right: 0px;
}


#nav li ul li a:link {
    background-color: white !important;
    text-decoration: none;
    color: #635946 !important;
}

#nav li ul li a:visited {
    background-color: white !important;
    text-decoration: none;
    color: #635946 !important;
}

#nav li ul li a:active {
    /* text-decoration: none; */
    background-color: white !important;
    text-decoration: underline;
    color: #FFA200 !important;
}

#nav li ul li a:hover {
    background-color: white !important;
    text-decoration: underline;
    color: #FFA200 !important;
}


li.menu_l_2 {
    border-bottom:  1px dotted #FF9900; 
}
