	#nicemenu {	clear: both; position: relative; width: 960px; height: 40px; padding: 24px 0 20px 0;	}
	#nicemenu ul { font-family: Helvetica; text-align: left; float: right; }
	#nicemenu a { color:#606668; text-decoration:none; font-size: 16px; }
	#nicemenu a:hover { text-decoration:underline; }	
	#nicemenu li { display:inline; position:relative; }
	#nicemenu li span { position:relative; z-index:10; padding:4px 4px 4px 6px;  border-bottom:none; line-height:18px; }	
	#nicemenu li span a { font-weight: lighter; padding:0 6px; }	
	#nicemenu li span.over { padding:4px 4px 4px 6px; }
	*+html #nicemenu li span.over {  padding-bottom:4px; } /* IE6 */
	#nicemenu li span.over a { }
	#nicemenu li span.over a:hover { text-decoration:none; }
	#nicemenu li span.active { padding:4px 4px 4px 6px; }
	*+html #nicemenu li span.active { padding-bottom:3px; }
	#nicemenu li span.active a { }
	#nicemenu li span.active a:hover { text-decoration:none; }	
	#nicemenu img.arrow { margin-left:4px; cursor:pointer; }
	#nicemenu div.sub_menu { 
	display:none; 
	position:absolute; 
	left:0; 
	top:0px; 
	margin-top: 10px; 
	padding:4px; 
	top:2px; 
	width:160px; 
	background:#fff;
	border: 2px solid #ced2d5;
	-moz-border-radius-topleft: 10px;
    -moz-border-radius-topright:  10px;
    -moz-border-radius-bottomleft:  10px;
    -moz-border-radius-bottomright:  10px;
   	-webkit-border-top-left-radius:  10px;
    -webkit-border-top-right-radius:  10px;
    -webkit-border-bottom-left-radius:  10px;
    -webkit-border-bottom-right-radius:  10px;

	}
	* html #nicemenu div.sub_menu { margin-top:23px; } /* IE6 */
	*+html #nicemenu div.sub_menu { margin-top:23px; } /* IE7 */
	#nicemenu div.sub_menu a:link, 
	#nicemenu div.sub_menu a:visited, 
	#nicemenu div.sub_menu a:hover{ display:block; font-size:11px; padding:4px;}	

