@charset "utf-8";
/* CSS Document */


body{
behavior: url(script/csshover2.htc);<!--hack per ie6-->
} 

#menu ul
{
margin: 0 auto;
padding: 0;
position: relative;
display: block;
width: 750px;
height: 30px;
}

#menu li
{
list-style: none;
float: left;
}

#menu li a:hover .img
{
background-color: white;
}

#menu ul ul
{
position: absolute;
width: 800px;
height: 20px;
top: 30px;
right: 50px;
visibility: hidden;
text-align: center;
}

#menu li a
{
margin-left: 15px;
margin-right: 15px;
padding-left: 5px;
padding-right: 5px;
height: 30px;
display: block;
text-decoration: none;
text-align: center;
line-height: 30px;
font-size: 15px;
background-color: #009DE0;
color: white;
} 

#menu li a:hover
{
text-decoration: underline;
} 

#menu ul li:hover ul
{
visibility:visible;
z-index:2;
}

#menu li li a
{
margin-left: 40px;
height: 30px;
line-height: 30px;
background-color: #E2017B;
color: white;
}

#menu li li a:hover
{
text-decoration: underline;
}