/* CSS Document */
a.menu_item:link, a.menu_item:visited {
text-decoration:none;
color:#a93e08;
font-weight:bold;
padding-left:10px;
padding-right:20px;
padding-bottom:5px;
padding-top:3px;
background-image:url(../images/nonact_button.gif);
background-position:right;
background-repeat:no-repeat;
}

a.menu_item:hover {
text-decoration:none;
color:#000000;
font-weight:bold;
background:#FFFFFF;
padding-left:10px;
padding-right:20px;
padding-bottom:5px;
padding-top:3px;
background-image:url(../images/act_button.gif);
background-position:right;
background-repeat:no-repeat;
}

a.menu_item_2:link, a.menu_item_2:visited {
text-decoration:none;
color:#a93e08;
font-weight:bold;
padding-left:20px;
padding-right:10px;
padding-bottom:5px;
padding-top:3px;
background-image:url(../images/nonact_button.gif);
background-position:left;
background-repeat:no-repeat;
}

a.menu_item_2:hover {
text-decoration:none;
color:#000000;
font-weight:bold;
background:#FFFFFF;
padding-left:28px;
padding-right:0px;
padding-bottom:5px;
padding-top:3px;
background-image:url(../images/act_button.gif);
background-position:left;
background-repeat:no-repeat;
}