 /* common styling */
.menu {
z-index:5;   /* related to IE7 Hacks further below */
clear:both;
position:absolute;
top:108px;
left:4px;
width:934px;
height:44px;
border:1px solid #e0e0e0;
background:url(images/nav.png) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#3a3a3a;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
margin-top:-1px;
}
.menu ul li {
float:left;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
display:block;
text-decoration:none; 
color:#000; 
width:114px;
height:44px;
color:#3a3a3a;
border:1px solid #e0e0e0;
border-width:1px 1px 0 0;
text-align:center;
line-height:3em;
}
* html .menu ul li a, .menu ul li a:visited {
width:134px;
w\idth:114px;
}

.menu ul li ul {
display: none;
}
* + html .menu ul li ul{  /*  IE7 Hack:  ul li ul was remaining behind other page layouts  */
display:none !important;}
* html .menu ul li ul{	  /* IE6 and below Hack:  ul li ul was remaining behind other page layouts  */
display:none !important;}

table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff; 
background:#959595; opacity: 0.9; filter: alpha(opacity=90);
}
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute;
top:46px;
height:23px;
left:0; 
width:150px;
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}
.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute;
height:0; 
width:0;
}
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#959595;
line-height:1.2em; 
text-align:left !important; 
height:23px;
padding:8px 10px 0px 18px;
border-width:1px 0px 1px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
width:139px
}
* html .menu ul li a:hover ul li a {
width:167px;
w\idth:139px;
}
.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#c9c9a7 url(drop.gif) bottom right no-repeat;
}
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#83bc31; 
color:#000;
}
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute;
height:23px;
left:167px; 
top:0;
margin-top:-0.5px;
width:167px;
word-spacing:normal;
white-space:nowrap !important;
}
.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-167px;
}











