table {text-align: left;}
select {width:122px;}
.productpicture{border:0;}
.price1, .price2{color:#a00; font-weight: bold; font-size:14px;}
.prodhead a, .prodhead a:visited {color:#a00; font-size:18px; font-weight:bold;}
.queryline{font-size:14px; line-height:100%;margin-bottom:0;}


.qmenu {
z-index:1000;
font-size:10px;
}

/* remove all the bullets, borders and padding from the default list styling */
.qmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
}
/* hack for IE5.5 */
* html .qmenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.qmenu li {
position:relative;
background:#a00;
height:165%;
margin: 0;
}

.qmenu li ul {

border-top: #a00;
border-left: #a00;
border-bottom: #a00;
border-right: #a00;

background: #a00;
}



/* get rid of the table */
.qmenu table {
position:absolute; 
border-collapse:collapse; 
top:0; 
left:0; 
z-index:100; 
font-size: 1em;
}

/* style the links */
.qmenu a, .qmenu a:visited {
display:block; 
text-decoration:none;
height:164%;
line-height:164%;
width:160px;
color:#fff;
text-indent:7px;
font-size:10px;
margin: 0;
}

/* hack for IE5.5 */
* html .qmenu a, * html .qmenu a:visited 
{
background:#a00; width:160px; w\idth:160px;
}

/* style the link hover */
* html .qmenu a:hover {
font-size:10px;
color:#000; 
background:#fff;
margin: 0;
}

.qmenu :hover > a {
color:#000;
font-size:10px;
background:#fff;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.qmenu ul ul {
visibility:hidden;
position:absolute;
bottom:0;
left:160px; 
}

/* make the second level visible when hover on first level list OR link */
.qmenu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.qmenu ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.qmenu ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.qmenu ul :hover ul :hover ul{ 
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.qmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}


* + html .qmenu li.sub {margin-bottom:-2px;}