/* Vixen Website 2006 Navigation CSS */
body {
	font-family: arial, helvetica, serif;
}

#primaryNav ul { /* all lists */
	padding: 0; 
	margin: 0;
	margin-top:3px;
	list-style: none; z-index:1000;
}

#primaryNav li { /* all list items */
	float: left; 
	position: relative; 
	width: 10em; z-index:1000;
}

#primaryNav li ul { /* second-level lists */
	display: none; padding:3px; font-size:.8em;
	position: absolute; background-color:#b9e466 ; border-left: solid 1px #7DAF00; border-right: solid 1px #7DAF00; border-bottom: solid 1px #7DAF00; 
	top: 33px; 
	left: 0;
}

#primaryNav li ul:hover { /* second-level lists */
	display: none; padding:5px; font-size:.8em; text-decoration:none;
	position: absolute; border-left: solid 1px #000; border-right: solid 1px #7DAF00; border-bottom: solid 1px #7DAF00; 
	top: 30px;  
	left: 0;
}

#primaryNav li ul A:hover  { /* second-level lists */
	color:#4B3723; background-color:#E1FF7D; padding:3px; text-decoration:none;
}

#primaryNav li ul A  { /* second-level lists */
	padding:3px;
}

#primaryNav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#primaryNav li:hover ul, #primaryNav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

/* All A tags in the nav*/
#primaryNav LI A {TEXT-INDENT: -9000px; display:block; height:30px; border:0px}

/* Just the A tags in the submenus*/
#primaryNav LI UL LI A {TEXT-INDENT: 0px; height:15px;  border:0px}
#primaryNav LI UL LI A:hover {TEXT-INDENT: 0px; height:15px; background-color:#00CC66  border:0px}

#primaryNav {width:575px; height:33px; z-index:20}

#nav {width:100%;z-index:200 }

#nav .left{background-image:url(../images/nav_left.gif); width:30px; height:33px; border:0px;}
#nav .right{background-image:url(../images/nav_right.gif); width:30px; height:33px; border:0px;}
#nav .aboutus {background-image:url(../images/nav_about.gif); width:103px; height:33px; border:0px;}
#nav .services {background-image:url(../images/nav_services.gif); width:103px; height:33px; border:0px;}
#nav .projects {background-image:url(../images/nav_projects.gif); width:103px; height:33px; border:0px;}
#nav .news {background-image:url(../images/nav_news.gif); width:103px; height:33px; border:0px;}
#nav .contact {background-image:url(../images/nav_contact.gif); width:103px; height:33px; border:0px;}