.anchor
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	margin-top: 2px;
}

#nav
{
	position: absolute;
	top: 1px;
	left: 8px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 795px;
}

#nav ul {
     padding: 0px;
     margin:0px;
	 top: 11px;
     list-style: none;
	 width: 100%;
     position:relative;
	 background-color: transparent;
	 overflow: visible;
	 z-index: 99;
}

#nav li
{
    margin:0px;
    position: relative;
    float:left;
	margin-left: -1px;
	margin-top: -1px;
    background-color: #666666;
    border:none;
    display:block;
	text-align: center;
	z-index: 99;
	border: 1px solid #000000;
	height: 16px;
}

#nav .prods ul li
{
	position: relative;
	top: -8px;
	z-index: 100;
	background-color: #999999;
}

#nav .prods ul ul li
{
	position: relative;
	width: 150px;
	text-align: center;
	padding-top: 2px;
	top: -5px;
	left: -5px;
	z-index: 200;
}

#nav .experience ul li
{
	top: -8px;
	z-index: 101;
	background-color: #999999;
}
#nav ul ul li
{
	height: 14px;
}

#nav ul ul li:last-child
{
}
#nav ul li:first-child
{
}
#nav a,#nav a:visited
{
	font-size: 10px;
	text-decoration:none;
	display:block;
	height:12px;
	color: #FFFFFF;
	font-family: "Verdana"; 
}
#nav ul li a,#nav ul li a:visited
{
	font-weight: normal;
	color: black;
}
#nav a:hover, #nav ul li a:hover
{
	color: #FFFFFF;
}
#nav li:hover
{
	background-color:#006699;
}
#nav ul li:hover, #nav ul li a:hover
{
	background-color: #006699;
}
#nav ul ul li a:hover
{
	background-color:#006699;
}
#nav ul{
     display:none;
}

/*all see this */
#nav ul ul
{
	display:none;
	position:absolute;
	margin-top: -6px;
	margin-left: 102px;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul
{
	margin-top: -6px;
	margin-left: 201px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul
{
     top: 0px;
     left: 0px;
}
#nav .home
{
	width: 90px;
}
#nav .corp
{
	width: 200px;
}
#nav .prods, #nav .prods ul li
{
	width: 195px;
}
#nav .experience, #nav .experience ul li
{
	width: 112px;
}
#nav .contact
{
	width: 98px;
}
#nav .careers
{
	width: 90px;
}
#nav .arrow
{
	background-image: url(arrows.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
.show
{
	display: block;
}
.hide
{
	display: none;
}