/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	list-style:none;
	padding-left:0px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	border-top:1px solid #999;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	cursor:pointer;
}

.sub{
	height:auto;
	border:1px solid #ccc;
	background-color:#FFF;
	color:#499189;
	font-size:11px;
}


.nav_top_level a{

}

.main_nav_button{
	text-transform: uppercase;
	font-weight:bold;
	font-size:11px;
}


.main_nav_button{
	height:20px;
	padding-top:10px;
	padding-left:10px;
}




/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#499189;
	width:100%;
}

.sub a:hover{
	color:#666;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	padding-bottom:5px;

}

.dropdown ul li:hover{
	background-color:#ccc;
}

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

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

.subtop{
	background-image:url(../images/arrows.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:auto;
	padding-bottom:5px;
}