/* CSS Document */

#header{
width:980px;
background-image:url(images/header_bg.jpg);
background-position:top left;
background-repeat:no-repeat;
overflow:hidden;
position:relative
}

#menu{
margin:1px 0 0 91px;
}
#menu li{
background-image:url(images/button_bg1.bmp);
background-position:top left;
background-repeat:no-repeat;
list-style-type:none;
float:left;
margin:0 2px 0 0;
}
#menu a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
text-transform:uppercase;
text-decoration:none;
width:126px;
line-height:35px;
text-align:center;
font-weight:bold;
display:block
}
#menu #active{
background-image:url(images/active_bg2.GIF);
}
#menu #active a{
color:#1C4C72
}


