
#menu {
width: 943px;
background-color: #ffcc01;
float: left;
}

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

#menu a {
display: block;
font-family: arial;
font-weight: normal;
border-left: 10px solid #ffcc01;
color: #333333;
background: #E7E7DF;
text-decoration: none;
position: relative;
left: 0px;
padding: 3px;
}

.navpadding{
padding: 0px;
}

#menu a:hover {
display: block;
color: #333333;
background: #fff;
position: relative;
left: 0px;
padding: 3px;
}

#menu span{
display: block;
border: 1px solid #666666;
border-top-width: 0px;
margin: 0px;
width: 100%;

}

#menu strong {
color: #333333;
background-color: #ffcc01;
text-transform: uppercase;
border: 0px;
display: block;
text-align: center;
border-right: 1px solid #333333;
}

.emenu{
margin-right: 21px;
margin-left: 21px;
font-style: normal;
font-weight: bold;
}

#menu strong a{
color: #333333;
background: #ffcc01;
text-transform: uppercase;
border: 0px;
text-align: center;
font-size:11px;
}

#menu strong a:hover{
color: #FFFFFF;
background: #ffcc01;
text-transform: uppercase;
border: 0px;
text-align: center;
font-size:11px;
}

#menu li {
position: relative;
}

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

#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;
position: absolute;
left: 0;
width: 100%;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
display: block;
position: absolute;
width: 100%;
}

body {
behavior: url(http://www.camcorderinfo.com/csshover.htc);
}

#menu ul span a {
height: 1%;
} 

#menu a {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
font-weight: normal;
}



