#menu {
width: 100;
background: #495778;
float: left;
margin-top: 40px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 1px;
width: 155px;
float: left;
text-align: center;
}

#menu a, #menu h2 {
font: bold 13px Verdana, Arial, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #39c;
margin: 0;
padding: 2px;
}

#menu h2 {
color: #495778;
background: #EFEFEF;
text-transform: uppercase;
}

#menu a {
color: #495778;
background: #EFEFEF;
text-decoration: none;
}

#menu a:hover {
color: #EFEFEF;
background: #39c;
}

#menu li {position: relative;}

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

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

div#menu ul ul {
display: none;
}

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;}

<!--[if IE]>
#menu ul li {float: left; width: 100%;}
<![endif]-->

<!--[if lt IE 7]>
body {behavior: url(csshover.htc);}
#menu ul li a {height: 1%;} 
<![endif]-->



#uppermenu {
width: 100;
background: #495778;
float: right;
}

#uppermenu ul {
list-style: none;
margin: 0;
padding: 1px;
background: #495778;
width: 155px;
float: right;
text-align: center;
}

#uppermenu a, #uppermenu h2 {
font: bold 13px Verdana, Arial, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #39c;
margin: 0;
padding: 2px;
}

#uppermenu h2 {
color: #495778;
background: #EFEFEF;
text-transform: uppercase;
}

#uppermenu a {
color: #495778;
background: #EFEFEF;
text-decoration: none;
}

#uppermenu a:hover {
color: #EFEFEF;
background: #39c;
}

#uppermenu a.login {
color: #EFEFEF;
background: #1E3D61;
text-decoration: none;
}

#uppermenu a.login:hover {
color: #EFEFEF;
background: #39c;
}

#uppermenu li {position: relative;}

#uppermenu ul ul {
position: absolute;
z-index: 500;
left: 0%;
}

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

div#uppermenu ul ul {
display: none;
}

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

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

<!--[if IE]>
#uppermenu ul li {float: left; width: 100%;}
<![endif]-->

<!--[if lt IE 7]>
body {behavior: url(csshover.htc);}
#uppermenu ul li a {height: 1%;} 
<![endif]-->