ul#nav,
ul#nav ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		width: 159px; /* Width of Menu Items */
		border: 1px solid #000;
		background-color: #FFF;
	
		font: bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
ul#nav
	{
		border-left-style: none;
	}

ul#nav ul
	{
		background: #efefef ;
	}
	
ul#nav li
	{
		position: none;
		color: #000;
	}
	
ul#nav li ul,
ul#nav li.over li.no ul
	{
		position: relative;
		left: 0px;
		top: 0;
		display: block;
	}
	
/* Styles for Menu Items */
ul.opened
	{
		display: block;
	}

ul#nav li a,
ul#nav li.over li.no a
	{
		display: block;
		text-decoration: none;
		color: #000;
		/* background: #ccc; /* IE6 Bug */
		padding: 5px;
		padding-left: 5px;
		padding-right: 5px;
		/* border: 0px solid ButtonShadow; /* IE6 Bug */
		/* border-bottom: 0; */
	}
	
ul#nav li.over a
	{
		color: #FFF;
	}

ul#nav li.over a.hasSubmenu
	{
		background-image: none;
		background-repeat: no-repeat;
		background-position: center right;
	}
	
ul#nav li a.hasSubmenu,
ul#nav li.over li.no a.hasSubmenu
	{
		background-image: none;
		background-repeat: no-repeat;
		background-position: center right;
	}
	
ul#nav li.over
	{
		background-image: url(../pics/gradient_bg_300.gif);
		background-repeat: repeat-x;
	}

ul#nav li.over ul.opened
	{ 
		display: block; 
	}

/* Holly Hack targets IE win bugs */	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */