/*body { behavior: url("csshover2.htc"); }*/

#dropMenu {
width:70em;
margin:0 auto; text-align:center;
position:relative;
}
* html #dropMenu { /* can be IE6 only*/
border-left:1px solid #999999;
border-right:1px solid #999999;
}
#dropMenu ul { margin:0; padding:0; }

#dropMenu ul.level1 {
width:70em;
margin:0 auto; text-align:center;
background-color:#423409;
z-index:1000;
float:left;
}
#dropMenu li {
position:relative;
list-style:none; 
margin:0; 
float:left; 
line-height:1em;
width: 16.667%;
}
#dropMenu li a {
display: block;
padding: 0.6em 0 0.7em 0; 
text-decoration: none; 
color: #f4f4f4; 
text-align:center; 
border-right:1px solid #f4f4f4;
}
#dropMenu li a:hover {
color: #111111 !important;
background-color: #a0792f;
}
	
#dropMenu li a.noLine { border:none; }

#dropMenu ul ul { display: none; }

#dropMenu ul ul li {
border-bottom: 1px solid #f4f4f4; 
width:11.66em; 
}
#dropMenu ul.level1 li.submenu:hover ul.level2, #dropMenu ul.level2 li.submenu:hover ul.level3 { 
position: absolute; 
width: 11.66em; 
display: block; 
}
#dropMenu ul.level2 {
background-color:#423409; 
left: 0;
border-top: 1px solid #f4f4f4;
}
#dropMenu ul.level2 a { padding: 0.5em 0 0.6em 0; }

#dropMenu ul.level3 {
position: relative;
top: 0; 
left: 11.66em; 
background-color:#423409;
}

.clearBoth {
clear:both;
height:0;
font-size:0;
line-height:0;
}