@charset "utf-8";
/* CSS Document */

/* Menu on Grey **********************************/

.Menu1 ul {
	position: absolute;
	text-align: left;
	color: #999999;
	width:163px;
	text-align: left;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

.Menu1 li {
	color: #ED008C;
	background-color:#EEE;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	text-indent: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Menu1 li a:link {
	background-color: #eee;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	display:block;
    color: #ED008C;
}
.Menu1 li a:visited {
	background-color: #eee;
	text-decoration:none;
	padding-bottom:2px;
	padding-top:2px;
	display:block;
    color: #ED008C;
}
.Menu1 li a:hover {
	background-color: #ED008C;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	display:block;
    color: #fff;
}
#cssdropdown1 {
                list-style-type: none;
                display: block;
                padding: 0px;
                margin: 0px;
}

      li.Menu1 ul { display: none; }
      li.Menu1:hover ul {
                display: block;
                list-style-type: none;
}


/* Menu on Pink *********************************/


.Menu2 ul {
	position: absolute;
	text-align: left;
	color: #999999;
	width:163px;
	text-align: left;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 70px;
}

.Menu2 li {
	color: #ED008C;
	background-color:#EEE;
	display:block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-left-color: #666;
	text-indent: 3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.Menu2 li a:link {
	background-color: #fff;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	display:block;
	
    color: #342E2E;
}
.Menu2 li a:visited {
	background-color: #fff;
	text-decoration:none;
	padding-bottom:2px;
	padding-top:2px;
	display:block;
    color: #342E2E;
}
.Menu2 li a:hover {
	background-color: #342E2E;
	padding-bottom:2px;
	padding-top:2px;
	text-decoration:none;
	display:block;
    color: #fff;
}
#cssdropdown2 {
                list-style-type: none;
                display: block;
                padding: 0px;
                margin: 0px;
}

      li.Menu2 ul { display: none; }
      li.Menu2:hover ul {
                display: block;
                list-style-type: none;
}


/* Menu3 *********************************/


#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:250px;
	margin-top:11px;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #ED008C;
}