/* CSS Document */

body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
width: 600px;
}
#menu h2 {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
font-style:italic;
font-size:13px;
text-align:center;
border-bottom: 1px groove #fff;
margin-bottom:20px
}
#menu ul{
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu h2 a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu h2 a:hover {
background: #87D5D7;
}

