#menu
{
width: 932px;
float: left;
background: #3366CC;
position: relative;
z-index: 600;
}

#menu ul
{
list-style: none;
margin: 0;
padding: 0;
background: #3366CC;
}

#menu ul li
{
float: left;
}

#menu ul li ul li
{
float: none;
}

#menu ul ul
{
display: none;
}

#menu ul li:hover > ul
{
display: block;
}
#menu li
{
position: relative;
}

#menu ul li ul
{
width: 144px;
}

#menu ul ul
{
position: absolute;
z-index: 500;
}

#menu ul ul ul
{
top: 0;
left: 100%;
}

#menu a
{
font: 1.2em Tahoma;
display: block;
border-top-width: 1px;
border-top-color: #3366CC;
border-top-style: solid;
border-right-width: 1px;
border-right-color: #3366CC;
border-right-style: solid;
border-bottom-width: 1px;
border-bottom-color: #3366CC;
border-bottom-style: solid;
border-left-width: 1px;
border-left-color: #3366CC;
border-left-style: solid;
color: #ffffff;
text-decoration: none;
background: #00a5ba;
text-align: left;
}

#menu ul li ul li a {
padding-left: 15px;
padding-top: 2px;
padding-bottom: 2px;
}

#menu a.main_menu
{
font: bold 1.2em Tahoma;
color: #ffffff;
text-align: center;
background: #3366CC;
padding-left: 25px;
padding-top: 5px;
padding-right: 25px;
padding-bottom: 5px;
}

#menu a.main_current
{
color: #FFFFFF;
background: #00a5ba;
}

#menu a.current
{
color: #ffffff;
background: #3366CC;
}

#menu a:hover
{
color: #ffffff;
background: #00a5ba;
cursor: pointer;
}

#menu a.main_menu:hover {
color: #ffffff;
background: #00a5ba;
cursor: pointer;
}

