#menu {
width: 412px;
background: #eee;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 94px;
float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
}

#menu ul ul li {
width: 200px;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
background: none;
}

#menu h2 {
text-transform: uppercase;
padding: 0;
margin: 0;
}

#menu a {
color: #fff;
background: #cc3333;
text-decoration: none;
padding: 2px 3px;
overflow: hidden;
}

#menu ul li h2 a, #menu ul li h2 a:hover {
padding: 0;
margin: 0;
height: 28px;
}

#menu a:hover {
color: #a00;
background: #fff;
padding: 2px 3px;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
background: none;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


/*  NAV HERE  */

#navbut1 a {
width:94px;
background: transparent url(images/home.gif) no-repeat 0 -28px;
}
#navbut1 a:hover {
background: transparent url(images/home.gif) no-repeat 0 0;
}

#navbut2 a {
width:94px;
background: transparent url(images/about.gif) no-repeat 0 -28px;
}
#navbut2 a:hover {
background: transparent url(images/about.gif) no-repeat 0 0;
}

ul li#navbut3 h2 a {
width: 94px;
background: transparent url(images/products.gif) no-repeat 0 -28px;
}
ul li#navbut3 h2 a:hover {
background: transparent url(images/products.gif) no-repeat 0 0;
}

#navbut4 a {
width: 130px;
background: transparent url(images/request.gif) no-repeat 0 -28px;
}
#navbut4 a:hover {
background: transparent url(images/request.gif) no-repeat 0 0;
}
