#navwrap	{
	width: 440px;
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
} 
									  
ul									{ font-size: 13px;
									 list-style: none;
									 letter-spacing: 1px;
									  }

/* For IE */

@font-face {
  font-family: 'DejaBook';
  src: url('deja/DejaVuSansCondensed.eot');
}

/*Other Broswers*/

@font-face {
	font-family: 'DejaBook';
	src: url('deja/DejaVuSansCondensed.eot');
	src: local('DejaVu Sans Condensed Book'), local('DejaVuSansCondensed'), url('/deja/DejaVuSansCondensed.ttf') format('truetype');
}

/* 
	LEVEL ONE
*/
ul.dropdown  {
	position: relative;
	font-family: DejaBook, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 130%;
	color: #fff;
	float: none;
}

ul.dropdown li                      { font-weight: normal; float: left; zoom: 1; background: transparent;}
ul.dropdown a:hover		            { font-family: DejaBook, Arial, sans-serif; color: #333; }
ul.dropdown a:active                { font-family: DejaBook, Arial, sans-serif; color: #fff; }
ul.dropdown li a                    { font-family: DejaBook, Arial, sans-serif; display: block; padding: 8px 14px 8px 14px; border-right: 1px solid #fff;
	 								  color: #fff;}
ul.dropdown li:last-child a         { font-family: DejaBook, Arial, sans-serif; border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { color: #fff; position: relative; }
ul.dropdown li.hover a              { font-family: DejaBook, Arial, sans-serif; color: #333; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 175px; visibility: hidden; position: absolute; top: 100%; left: 7%;}
ul.dropdown ul li 					{ font-weight: normal; background: #00c3eb; color: #FFF; 
									  border-bottom: none; float: none;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ font-family: DejaBook, Arial, sans-serif; border-right: none; width: 100%; display: inline-block;  padding: 8px;  } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

