* 									{ margin: 0; padding: 0; } 

.menubox							{

}
#page-wrap							{
	margin-right: auto;
	margin-left: auto;

}
ul									{ list-style: none;
}

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative;
	z-index: 10;
	top: .7em;
	font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-left: 2%;
	top: 1em;
}
ul.dropdown li                      { float: left; zoom: 1;
	background-image: none;
}
ul.dropdown a:hover		            { }
ul.dropdown a:active                { color: #fece26; }
ul.dropdown li a                    { display: block; border-right: 1px solid #2f87c9;
	 								  color: white;
	text-decoration: none;
	font-style: normal;
	padding: .5em .7em;
}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { position: relative;
	background-color: #07609a;
	text-align: left;
}
ul.dropdown li.hover a              {
}

/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0;
	background-color: #004e87;
}
ul.dropdown ul li 					{ font-weight: normal; color: white; 
									  border-bottom: 1px dotted #9bc2e1; float: none;
}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;
	color: white;
	background-repeat: repeat-y;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0;
	background-color: #004e87;
}
ul.dropdown li:hover > ul 			{ visibility: visible; }