/* CSS Document */

/* CSS from tutorials of www.alsacreations.com/articles */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
margin-top:275px;
margin-left: 125px;
position:absolute;
top: 0;
left: 0;
z-index:100;
width: 765px; /* precision for Opera */
}
#menu dl {
float: left;
width: 93px;
}
#menu dt {
background:url(../img/menubg-normal.gif) no-repeat;
text-transform:uppercase;
height:25px;
cursor: pointer;
text-align: center;
font-weight: bold;
font:12px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
/*background: #ccc;*/
border: 1px solid #99CC00;
margin: 1px;
color:#006666;
}
#menu dd {
display: none;
border: 1px solid #99CC00;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background:#DCEABB;
}


