/* common styling */
.menu {
	font-family: arial, sans-serif;
	width:110px;
	height:100%;
	position:relative;
	font-size:11px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu ul {
	padding:0;
	margin:0;
	color: #FFFFFF;
	list-style-image: url(../images/navStar.jpg);
}
.menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
	margin-left: 20px;
	color: #FFFFFF;
	list-style-type: none;
}

.menu ul li a:link {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:110px;
	height:20px;
	text-align:left;
	line-height:19px;
	font-size:14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}

.menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:110px;
	height:20px;
	text-align:left;
	line-height:19px;
	font-size:14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}

.menu ul li a:hover {
	display:block;
	text-decoration:underline;
	color:#999999;
	width:110px;
	height:20px;
	text-align:left;
	line-height:19px;
	font-size:14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
}


.menu ul li ul {
	display: none;
	background-color: #000000;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#999999;
	width: 200px;
	text-decoration: underline;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:85px;
	width:180px;
	color: #FFFFFF;
	border: 2px solid #999999;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu ul li:hover ul li a.hide {
	width: 150px;
}
.menu ul li:hover ul li:hover a.hide {
	width:150px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {
	display:block;
	color:#FFFFFF;
	width:150px;
	list-style-type: none;
	background-color: #000000;
	float: left;
	text-decoration: none;
}
.menu ul li:hover ul li a:hover {
	color:#999999;
	text-decoration: underline;
}
.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;
	color:#FFFFFF;
	background-color: #000000;
}
.menu ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}
