#nav { background: url('/images/icons/menuBkg1.png') top  no-repeat; 
    min-height: 25px; 
    _height: 25px;
    width: 940px
}
#nav > ul
{
    margin: 0;
	padding-left: 0;
}
#nav ul li 
{
    float: left;
    position: relative;
    width: 230px;
}

#nav ul li ul
{
	display: none;
    position: absolute;
	top: 1.9em;
	left:0;
	background: #666;
	border-right: solid 3px #999;
	border-bottom: solid 5px #333;
}
#nav li > ul {
	top: auto;
	left: auto;
	}
#nav li:hover ul, 
     li.over ul 
{ 
	display: block; 
}
#nav ul li a 
{
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0 3px 0;
	border-bottom: 0;
	text-decoration: none;
	height: 2em;
	width: 235px;
}
#nav li > ul li a {
	display: block;
	color: #fff;
	font-size: 1em;
	text-align: center;
	background: #666;
	width: 135px;
	height: 1.3em;
	margin: 0 auto;
}
#nav li > ul li a:hover { text-decoration: underline; }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
