/* this is the main UL element*/

	#main2{
			
		
	}


.dropdown{
	margin:0;
	padding:0;
	list-style:none;

text-decoration:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
margin-left:29px;
	list-style:none;

	text-decoration:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
	width: 18em;
	cursor:pointer;


}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	

	
}

.dropdown a:hover{
	text-decoration:none;
	color: #24214F;
}

/* these are the LIs that only belong to submenu*/
ul.dropdown a
{
	font-size: 100%;
	background:none;
	padding: 0.5em 0;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}


ul.dropdown a:hover, ul.dropdown a:focus
{
	text-decoration: none;
	color: #24214F;
}
ul.dropdown a:visited
{
	text-decoration: none;
	color: #fff;
}

.dropdown ul li{
	background-color:#62AACA;
	border-top:0;
	margin-left:-1px;
	border-bottom: 1px solid #AEC6D1;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{

	width: auto;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{

	padding:5px;
	width: 18em;
}