
.menu {
	font-family: Arial, Helvetica, sans-serif;
	width:750px;
	height:33px;
	position:relative;
	font-size:11px;
	z-index:100;
	font-weight: bold;
}

.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	width:auto;
	height:33px;
	text-align:left;
	color:#000;
	line-height:33px;
	font-size:12px;
	overflow:hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 15px;
	padding-left: 15px;
}

.menu ul {
	padding:0;
	margin:3px 0 0 0;
	list-style: none;
}

.menu ul li {
	float:left;
	position:relative;
}

.menu ul li ul { display: none; }

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#000;
	background-color: #80ABCB;
}

.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:30px;
	left:0;
	width:auto;
	background-color: #80ABCB;
}

.menu ul li:hover ul li a.hide {
	background:#80ABCB;
	color:#000;
	height: auto;
	line-height: 14px;
}

.menu ul li:hover ul li:hover a.hide {
	background:#80ABCB;
	color:#000;
	height: auto;
	line-height: 14px;
}

.menu ul li:hover ul li {
	padding-top:5px;
	padding-bottom:5px;
}

.menu ul li:hover ul li ul { display: none; }

.menu ul li:hover ul li a {
	display:block;
	background:#80ABCB;
	color:#000;
	height: auto;
	line-height: 14px;
}

.menu ul li:hover ul li a:hover {
	background:#80ABCB;
	color:#000;
	height: auto;
	line-height: 14px;
}

.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0;
}

.menu ul li:hover ul li:hover ul.left { left:-105px; }
