/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{position:absolute; top:0px; padding:0; z-index:100; visibility: hidden; margin:0;}
.dropmenudiv a{ width: auto; display: block; padding:5px; text-decoration: none; color: #ffffff; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; line-height:13px; } 
* html .dropmenudiv a{ /*IE only hack*/ width: 100%; }  
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/ color:#fff; }

.dropdown_l1 {
	width:121px;
}
.dropdown_l1 a {
	background:#140176;
}
.dropdown_l1 a:hover {
	background:#A192D3;
}
.dropdown_l2 {
	width:152px;
}
.dropdown_l2 a {
	background:#C93FC2;
}
.dropdown_l2 a:hover {
	background:#E5A5E1;
}
.dropdown_l3 {
	width:177px;
}
.dropdown_l3 a {
	background:#8EC301;
}
.dropdown_l3 a:hover {
	background:#C9E193;
}
.dropdown_l4 {
	width:166px;
}
.dropdown_l4 a {
	background:#019DD6;
}
.dropdown_l4 a:hover {
	background:#90D0EB;
}
.dropdown_l5 {
	width:117px;
}
.dropdown_l5 a {
	background:#7B24B1;
}
.dropdown_l5 a:hover {
	background:#C197D9;
}
.dropdown_l6 {
	width:164px;
}
.dropdown_l6 a {
	background:#00BEA5;
}
.dropdown_l6 a:hover {
	background:#8FDFD4;
}
.parent_login {float:right; margin-right:20px; margin-top:20px; width:91px; height:21px;}