 /* common styling */
#menu {
width:960px; 
position:relative; 
z-index:100;
clear: both;
/* top: 27px;
*top: 31px;
*margin-top: -4px  !important;
*margin-top: 0px;
float: right;
margin-right: -8px;
*margin-right: -4px;
*/
margin-left: 16px !important;
margin-left: 40px;
*margin-top: 0px  !important;
*margin-top: 6px;
}
#menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
#menu ul li {
float:left;
position:relative;
}
#menu ul li a, #menu ul li a:visited {
display:block; 
	width: 180px;
	padding: 0px 0px 0 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	line-height: 35px;
	font-size: 1em;
	background: url(images/menu_bg.png) no-repeat center bottom;
	color:#fff !important; 
}
* html #menu ul li a, #menu ul li a:visited {
width:180px;
w\idth:180px;
}

#menu ul li ul {
display: none;
}
table {
margin: 0 -1px -1px -1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
#menu ul li:hover a,
#menu ul li a:hover {
color:#accfcc; 
background: url('images/menu_bg.png') #ccc no-repeat center bottom;
}

#menu ul li:hover ul,
#menu ul li a:hover ul {
display:block; 
position:absolute; 
top:34px !important;
*top: 34px;
left:0; 
padding-left: 2px;
background: transparent;
width: 240px !important;
*dwidth: 260px;
background: #ccc;
background: url('images/menudrop_bg.png') no-repeat center bottom;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

#menu ul li table {
dbackground: url('images/menudrop_bg.png') center bottom;
dpadding-bottom: 20px;
}

* 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; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:6px 10px; 
width:190px !important;
width:160px;
text-align: left;
border-bottom: 1px dotted #ccc;
background: transparent;
font-size: 0.9em;
margin-left: 12px;
}

* html #menu ul li a:hover ul li a {
width: 160px;
w\idth: 190px;
}

#menu table li.last {
padding-bottom: 9px;
}

#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: #7D786B;
color:#accfcc;
}

#menu ul li:hover ul li:hover ul,
#menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:248px; 
top:0;
width:209px;
}

#menu ul li:hover ul li:hover ul.left,
#menu ul li a:hover ul li a:hover ul.left {
left:-150px;
}

#menu ul li a.active {
	color: #544D3D;
	background: url(images/menuactive_bg.png) no-repeat center bottom;
}

#menu ul li.active a {
	color: #544D3D;
	background: url(images/menuactive_bg.png) no-repeat center bottom;
}
