/* common styling */
.menu {
	width:700px;
	height:31px;
	position:relative;
	position:relative;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../images/nav_bacground.jpg);
}
.menu ul {padding:0; margin:0; list-style-type: none;}
.menu ul li {float:left; border-right:1px solid #eee; width:100px; height:28px; list-style-type: none;}
.menu ul li a, .menu ul li a:visited {display:block; float:left; width:95px; text-decoration:none; padding:0 0 0 10px; height:31px; line-height:30px; color:#666; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; list-style-type: none;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#5BCFBC;}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	width:700px;
	top:31px;
	height: 28px;
	left:0;
	background-color: #5BCFBC;
	opacity:.70;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #33AE99;
	border-bottom-color: #33AE99;
}
.menu ul li:hover ul.right_side li {float:right; border:0; border-right:0px solid #eee;}
.menu ul li:hover ul.left_side li {float:left; border:0; border-right:0px solid #eee;}
.menu ul li:hover ul li a.hide {
	color:#fff;
	background-color: #5BCFBC;
}
.menu ul li:hover ul li:hover a.hide {color:#333;}
.menu ul li:hover ul li a {display:block; color:#333; line-height: 26px;}
.menu ul li:hover ul li a:hover {
	color:#fff;
	top:28px;
	height: 28px;
}
.menu ul li:hover ul.right li {float:right;}
.menu ul li:hover ul li:hover a.hide {
	color:#000;
	background-color: #5BCFBC;
}

