#menu {
width: 855px;
background-color:black;
margin-bottom:10px;
height:1.25em;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 135px;
float: left;
margin-left:3px;
margin-right:3.5px;
background-color:black;
}


#menu a, #menu h2 {
font-size:0.8em;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: white;
background: red;
text-transform: uppercase;
background-image:url(../Images/redcornermenu.jpg);
}

#menu a {
color: white;
background: red;
text-decoration: none;
background-image:url(../Images/redcornermenu.jpg);
background-repeat:no-repeat;
border:none;
text-align:center;
}

#menu a:hover {
color: red;
background: white;
background-image:url(../Images/whitecornermenu.jpg);
background-repeat:no-repeat;
border:none;
}


#menu ul ul a {
color: white;
background: red;
text-decoration: none;
background-image:none;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
text-align:left;
}

#menu ul ul a:hover {
color: red;
background: white;
text-decoration: none;
background-image:none;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
}



#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
margin:0px;
}



#menu ul ul {
position: absolute;
z-index: 500;
margin:0px;
}



div#menu ul ul {
display: none;
}



div#menu ul li:hover ul
{display: block;}



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;}


body {
behavior: url(Styles/csshover.htc);
}