/********************************/
/***** general looks level 0 *****/
/********************************/
.menutop1 {
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align:left;
}
.menutop1 a {
	text-decoration: none;
	color:#FFFFFF;
}
.menutop1 h2 a:hover {
	color:#FFFF33;
}
.menutop1 h2.selected a {
	color:#FFFF33;
}
/********************************/
/***** glevel 0 h2 and h2 a *****/
/********************************/
.menutop1 h2, .menutop1 h2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	margin:0px;
	padding:0px;
}
.menutop1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.menutop1 li {
	float: left;
	margin-left:28px;
	margin-right:10px;
}
/**************************************/
/* Positioning the Pop-out Drops */
/**************************************/

.menutop1 li {position: relative;}

.menutop1 ul ul {
	position: absolute;
	z-index: 500;
	width:110px;
	padding-top:13px;
	padding-bottom:5px;
	top: 100%;
	left: 0;
	text-transform: capitalize;
	font-size: 11px;
	color:#000000;	
}
.menutop1 ul ul li {
	width:110px;
	padding: 2px 2px 2px 4px;
	text-align:left;
	background-color:#cfd0d3;
	border-bottom:1px #000000 solid;
	margin-left:0;
	margin-right:0;
	filter:alpha(opacity=80);
	opacity:0.8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFB1B6;
}
.menutop1 ul ul li:hover {
	background-color:#7A7D85;
	filter:alpha(opacity=100);
	opacity:1;
}
.menutop1 ul ul li a {color:#252D34;}
.menutop1 ul ul li:hover a {color:#ffffff}

/**************************************/
/* Hiding and Revealing using :hover level 2 and 3*/
/**************************************/

.menutop1 ul li:hover ul
{display: block;}

.menutop1 ul ul,
.menutop1 ul li:hover ul ul,
.menutop1 ul ul li:hover ul ul
{display: none;}

.menutop1 ul li:hover ul,
.menutop1 ul ul li:hover ul,
.menutop1 ul ul ul li:hover ul
{display: block;}

