#main{
	height:45px;
	margin:0 0 0 0;
	width:955px;
	position:relative;
	overflow:visible;
	color:#aaa;
	padding:0;
	background-color:#ffffff;
}

/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	background: #ffffff;
}
.dropdown li{
	color:#ffffff; 
	border-top:1px solid #53004e;
	border-bottom:1px solid #53004e;
	border-left:1px solid #53004e;
	background:#8e078e;
}
.dropdown li :hover{
	color:#ffffff; 
	border-top:1px solid #53004e;
	border-bottom:1px solid #53004e;
	border-left:1px solid #53004e;
	background:#df36b9;
}
a.top:link, a.top:visited {
	color:#ffffff; 
	padding:5px 9px 4px 9px;
	* padding:5px 9px 4px 9px;
	border:1px solid #aa45aa;
	text-decoration:none;
}
a.top:hover, a.top:active {
	color:#ffffff; 
	border:1px solid #aa45aa;
	text-decoration:none;
	
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}
/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
	}

/* these are the LIs that only belong to submenu*/
.dropdown li ul{
	margin:10px 0 0 0;
	* margin:3px 0 0 0;
	border:1px solid #866883;
	color:#901b90;	
	background: #df36b9;
}
.dropdown li ul:hover{
	background: #df36b9;
}
.dropdown li ul li
{
	text-align:left;
	width:145px;
	border:none;	
	text-decoration:none;	
	background: #df36b9;
}
.dropdown li ul li div
{
	margin-left:5px;
	background:#ffffff;
	border: none;
}
.dropdown li ul li div:hover
{
	border: none;
}
.dropdown li ul li:hover 
{
	width:145px;
	background:#ffffff;
	border:none;
	color:#ffffff;
}
.dropdown li ul li a{
		
	text-align:left;
	width:140px;
	border:none;	
	text-decoration:none;
	border-bottom:1px dashed #000000;	
	background: #ffffff;		
}
.dropdown li ul li a:hover{
	border-left:none;
	border-right:none;
	border-top:none;
	border-bottom:1px solid #df36b9;
	background: #df36b9;
}
a.second:link, a.second:visited {
	width:140px;
	font-size:14px;
	color:#901b90;
	border-left:none;
	border-right:none;
	border-top:none;
	text-decoration:none;	
} 
a.second:hover, a.second:active {
	width:140px;
	font-size:14px;
	color:#ffffff;
	border-left:none;
	border-right:none;
	border-top:none;
	text-decoration:none;
}