/********************************/
/***** general looks level 0 *****/
/********************************/
.menutop1 {
	color: #ffffff;
	padding-right: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8FA3C4;
	font-weight: bold;
	text-align:left;
}
.menutop1 a {
	text-decoration: none;
	color:#FFFFFF;
}
.menutop1 h2 a:hover {
	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:10px;
	margin-right:10px;
}
/**************************************/
/* Positioning the Pop-out Drops */
/**************************************/

.menutop1 li {position: relative;}

.menutop1 ul ul {
	position: absolute;
	z-index: 500;
	width:110px;
	padding-top:5px;
	padding-bottom:5px;
	top: 100%;
	left: 0;
	text-transform: capitalize;
	font-size: 11px;
	color:#6633CC;
	
}
.menutop1 ul ul li {
	width:110px;
	padding: 2px 2px 2px 4px;
	text-align:left;
	background-color:#AE68BF;
	border-bottom:1px #000000 solid;
	margin-left:0;
	margin-right:0;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	background:rgba(174, 104, 191, 0.8);
}
.menutop1 ul ul li:hover {
	background-color:#FF4F72;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.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;}
