@charset "utf-8";
/* CSS Document */


#shadow-container{
z-index:1;
position:relative;
margin:0px auto;
top:0px;
background-image:url("/images/bg-shadow.jpg");
background-repeat: repeat-y;
width:930px;
}

/* MENU STYLES */
#menu dl,  dt,  dd,  ul,  li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top:85px;
left: 0;
z-index:50;
width: 900px; /* precision for Opera */
font: 12px Arial, Helvetica, sans-serif;
}
#menu dl {
float: left;
width: 150px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #fff;
margin: 0px;
}
#menu dd {
display: none;
border: none;
}
#menu li {
text-align: left;
padding-left:2px;
background: #386199;
height:20px;
border-top:1px solid black;
}
#menu ul{
border:1px solid black;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
z-index:50;
background: #ffffff;
color:#386199;
}
/* END MENU STYLES */

/*Headline style*/
#headline{
position:relative;
top:20px;
background-color:#b5c0ee;
background-image:url("../images/bg-headline.jpg");
height:22px;
margin:3px 0 3px 0;
padding:3px 8px 3px 8px;
border-bottom:2px ridge black;
font-weight:bold;
}

#headline a{
color:#990000;
}

#headline a:hover{
text-decoration:none;
}

/*Footer Style*/

#dhtmltooltip{
position: absolute;
border: 1px solid white;
width: 100px;
padding: 5px;
background-color: #ffffff;
visibility: hidden;
z-index: 100;
color:white;

}
