/* CSS Document */

.mainmenu{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333333;
padding:9px 0px 0px 10px;
background-image:url(../images/gradient.gif);
background-repeat:repeat-x;
border-bottom:1px solid #FF0000;
}

.submenu_map{
font-family:Tahoma;
font-size:11px;
font-weight:normal;
text-align:right;
color:#000000;
padding:5px 8px 0px 15px;
}

a.map:link{
font-family:Tahoma;
font-size:11px;
color:#333333;
text-decoration:none;

}
a.map:visited{
font-family:Tahoma;
font-size:11px;
color:#333333;
text-decoration:none;
}
a.map:hover{
font-family:Tahoma;
font-size:11px;
color:#FF0000;
text-decoration:none;
}
a.map:active{
font-family:Tahoma;
font-size:11px;
color:#333333;
text-decoration:none;
}
.mapover{
background-image:url(../images/gradient.gif);
background-repeat:repeat-x;
}
.mapout{
background-color:transparent;
}
