/**
 * Style sheet menu
 */
#nav_wrap
{
	width:100%;
	height:100px;
}

#nav_wrap ul
{
	list-style-type:none;
}

#nav_wrap ul li
{
	display:inline;
}
