
.menu {
	font-family: arial, sans-serif;
	width:106px;
	height:200px;
	position:relative;
	margin:50px 0;
	font-size:16px;
	margin:50px 0;
	color: #009939;
	margin-top: 0px;
	border-top-color: none;
	border-top-style: none;
	border-top-width: none;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:underline;
	color:#009933;
	width:104px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	border:none;
	border-width:1px 1px 0 0;
	line-height:19px;
	font-size:16px;
	background-color:none;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
	border-top-color: #000000;
}
.menu ul li ul {
	display: none;
	border-top-color: #000000;
	height: 200px;
	}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#990000;
	background:#006666;
	background-color: #CCCCCC;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:105px; width:105px;}
.menu ul li:hover ul li a.hide {background:#dfc184; color:#FFFF00;}
.menu ul li:hover ul li:hover a.hide {
	width:150px;
	color: #FFCC33;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	background:#b3ab79;
	color:#006666;
	width:180px;
	background-color: #CCCCCC;
	height: 25px;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
}
.menu ul li:hover ul li a:hover {
	background:#dfc184;
	color:#FFFFFF;
	background-color: #999999;
}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}


