/* Product CSS Document */
BODY {
      font-family: tahoma, helvetica, sans-serif;
      background-color:#0875B8;      
      behavior: url(csshover2.htc);
}

li a {
text-decoration: none;
}

#pnav ul {
list-style: none;
margin: 0;
padding: 0;
width: 11em;
float: left;
}

#pnav a {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #3399FF #888 #555 #99ccff;
margin: 0;
padding: 2px 3px;
color: #fff;
background: #003366;
text-decoration: none;
}

#pnav a:hover {
color: #003366;
background: #fff;
}

#pnav li {position: relative;}

#pnav ul ul {
position: absolute;
top: 0;
left: 142px;
z-index: 500;
}

#pnav ul ul ul{
z-index:600;
}

div#pnav ul ul {
display: none;
}

div#pnav ul li:hover ul
{display: block;}



#producttitle {
font-size: 1em;
color: white;
font-weight: 600;
}

#price {
 font-family: tahoma, helvetica, sans-serif;
font-size: 0.9em;
font-weight:500;
color:  #99CCFF;
}

