/* this is the main UL element*/
.dropdown{
	margin:0;
	padding:0;
	list-style: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;
	padding: 3px;
	width:100%;
	cursor:pointer;
}

/* 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:#ffffff;
}

.dropdown a:hover{
	text-decoration:none;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	width:187px;
	*width: 180px;
	text-align:right;
}

.dropdown2 a {
	color: #fff;
}

.dropdown2 li{
	padding: 4px 6px 0px 6px;
	width:179px;
	*width: 177px;
	height: 40px;
	font-size: 10px;
	background-color: #000;
	cursor:pointer;
	text-align: left;
	margin: 0px 12px 0px 0px;
	border-left: 13px solid #002940;
	line-height: 12px;
	display:block;
}

.dropdown2 li.mrg_top{
	margin-top: 9px;
}

.dropdown2 a:hover {
	color: #fff;
}

.dropdown2 li:hover {
	background-color: #002d46;
}
