@charset "UTF-8";

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

<!--

/* SUPER NAVIGATION MENU */

#language {
margin: 0;
padding: 0;
border: solid 1px #999999;
float: left;
height: 1.5em;
font-family: Verdana, Geneva, sans-serif;
color: #333333;
font-size: 9px;
}

#navSuper, #navSuper ul {
float: left;
list-style: none;
height: 20px;
font-size: 9px;
line-height: 1.5em;
margin: 0;
padding: 0;
font-family: Verdana, Geneva, sans-serif;
color: #333333;
}

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

#navSuper li {
float: left;
margin: 0;
padding: 0;
}

#navSuper li li {
background-color: #EEEEEE;
}

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

#navSuper li ul a {
width: 19em;
margin: 0;
padding: 1px 0;
}

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

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

#navSuper ul, #navSuper ul ul {
border: solid 1px #999999;
}

#navSuper li li:hover, #navSuper li li.sfhover {
background-color: #DDDDDD;
}

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

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

#navSuper a.navSuperAt:link, #navSuper a.navSuperAt:visited {
color: #120B80;
font-weight: normal;
}


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

/*.trigger {
	background-image:  url('/images/medium_east.gif');
	background-repeat:	no-repeat;
	background-position: right center;
	}*/

-->
