* 									{ margin: 0; padding: 0; }
#page-wrap	{ 
	width:765px;
	font-size:11px;
	float:right;
	text-align:right;
	margin-top:19px;
	margin-left:0px;
	text-decoration:none;
	 background: transparent;
	 padding:0px;
	
	z-index:!important;
} 

a									{ text-decoration: }
ul									{ list-style: none; }
p                                   { margin: 15px 0; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; text-decoration:none; z-index:1000; color:#fff; }
ul.dropdown li                      { font-weight: lighter; float: left; zoom: 1; text-decoration:none; }
ul.dropdown ul.sub_menu	 a:hover		            { color: #ffff00; background: url(../img/blackdot.png); text-decoration:none; }
ul.dropdown ul.sub_menu	 a:visited		            { color: #fff; text-decoration:none; }
ul.dropdown a:active                { color: #fc0; text-decoration:none; }
ul.dropdown li a                    { display: block; padding: 4px 12px; border-right: 1px solid #fff;
	 								  color: #fff; text-decoration:none; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: url(../img/blackdot.jpg); color: #ff0000; position: relative; }
ul.dropdown li.hover a              { color: #000; background: url(../img/blackdot.jpg); }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 180px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: url(../img/blackdot.png); color: #ff0000; padding:0px 20px 0px 0px; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; background: url(../img/blackdot.jpg);} 
ul.dropdown ul li a:hover					{ border-right: none; width: 100%; display: inline-block; background: url(../img/blackdot.jpg);} 
ul.dropdown ul li a:visited					{ border-right: none; width: 100%; display: inline-block; background-color:transparent;} 

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