 /* common styling */
.menu {
	font-family: verdana, sans-serif;
	width:675px;
	position:relative;
	font-size:0.9em;
	z-index:100;
	
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li {
float:right;
position:relative;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:109px;
	height:3em;
	color:#000;
	background:#4D4D4D;
	padding-left:10px;
	line-height:3em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}
* html .menu ul li a, .menu ul li a:visited {
width:119px;
w\idth:109px;
}
.menu ul li ul {
display: none;
}
table {
	border-collapse:collapse;
	font-size:1em;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: -2px;
	margin-left: 0px;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff; 
background:#949494;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:3em;
margin-top:2px;
left:0; 
width:120px;
align:center;
}
* 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:#BA8E80; 
color:#000; 
height:auto; 
line-height:1.2em; 
padding:5px 10px; 
width:99px
}
* html .menu ul li a:hover ul li a {
width:120px;
w\idth:99px;
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#BA8E80 url(drop.gif) bottom left no-repeat;
}

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#AC7766; 
color:#000;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:120px; 
top:0;
width:120px;
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-120px;
}
