
.navList #content
{
	voice-family: "\"}\"";
	voice-family: inherit;
}

.navList a { text-decoration: none; }
.navList a:link { color: white; }
.navList a:visited { color: white; }
.navList a:active { color: white; }
.navList a:hover { text-decoration: underline; }
.navList a img { border:none; }
.navList ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#nav{
		 text-align:left;
}
#nav a
{
	color: #FFFFFF;
	text-decoration: none;
}

#nav li li a
{
	display: block;
	font-weight: normal;
	color: white;
	width:140px;
	height:2em;
	padding:0px;
	padding-left:5px;
}
.navList li
{
  float: left;
  position: relative;
	display:block;
  z-index:9;
  cursor: default;
  background: #333333 repeat-x;
}

.navList  li first { border-left-width: 0px; }
.navList  li last { border-right-width: 0px; }

.navList li ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #333;
	border-left:1px solid #333;
	border-bottom:1px solid #333;
}

.navList li>ul
{
	top: 35px;
	left: 0;
}

.navList li li
{
	display: list-item;
	margin:0;
	padding:0;
	float: none;
	width:150px;
	border: 0;
}
* html .navList li ul
{
	width:150px;
}

.navList li:hover ul, li.over ul { display: block; _top:35px;}
* html .navList li.over ul { top:34px; z-index:99; }
.navList hr { display: none; }

#nav 
{ 	
 float:right;
 margin:0px;
 list-style-type:none;
}
#nav li a:hover
{
 color: #999999;
}
#nav li
{
}

/*
#nav li
{
 position:relative;
 float:left;
 padding:2px 15px;
 width:75px;
 font-size:12pt;
 background: url(../g/defnav.jpg) repeat-x bottom #000099;
 color:#ffffff;
 text-align:center;
}
#nav li:hover
{
 background: #006699;
}
#nav li+li
{
 border-left:1px solid #eeeeee;
}
.navList html>body #content { width: 800px; }

*/
