@charset "UTF-8";

/*
Name: 3PAR Website Style Sheet
Version: 1.0
Author: Fox Parlor
Description: 3PAR Website Style Sheet
Copyright 2008 3PAR
*/

<!--

/* MAIN NAVIGATION MENU */

#navBuy {
float: right;
width: 211px;
height: 30px;
margin: 0;
padding: 0;
}

#navLevel2 {
clear: both;
background-image: url('/images/nav_back2.jpg');
background-repeat: repeat-x;
width: 930px;
height: 30px;
margin: 0;
padding: 0;
}

.navTop {
height: 30px;
}

#menu {
background-image: url('/images/nav_back.jpg');
background-repeat: repeat-x;
width: 930px;
height: 30px;
margin: 0;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
color: #333333;
font-weight: bold;
}

#nav, #nav ul {
z-index: 100;
float: left;
width: 635px;
height: 30px;
list-style: none;
font-size: 10px;
line-height: 14px;
margin: 0;
padding: 0;
}

#nav a {
display: block;
color: #333333;
text-decoration: none;
margin: 0;
padding: 0;
}

#nav li {
display: block;
background-color: #FAF8D9;
float: left;
margin: 0;
padding: 0;
}

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 18em;
margin: 0;
padding: 0;
}

#nav li ul a {
width: 18em;
margin: 0;
padding: 2px 0;
}

#nav li ul ul {
margin: 0;
padding: 0;
}

#nav li ul ul {
margin: -1.5em 0 0 13em;
}

#nav ul, #nav ul ul {
border: solid 1px #E3D05C;
}

#nav li:hover, #nav li.sfhover {
background-color: gold;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}

/* FOR IE7 MENU GETS STUCK */
#nav li:hover, #menu li.hover {
position: static;
}

-->
