.abst {  padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px}
.footer {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: lighter}

.menua { color: #FFB533; vertical-align:text-top } 
.menua a:link { color: #FFB533; text-decoration: underline } 
.menua a:visited { color: #FFB533; text-decoration: underline } 
.menua a:hover { color: #33CC00; text-decoration: underline} 
.menua a:active { color: #FFB533; text-decoration: underline }

.menub { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: lighter; color: #FFB533; padding-bottom: 2px } 
.menub a:link { color: #FFB533; text-decoration: none } 
.menub a:visited { color: #FFB533; text-decoration: none } 
.menub a:hover { color: #33CC00; text-decoration: none } 
.menub a:active { color: #FFB533; text-decoration: none }

/* hyperlinks */
a:link, a:visited, a:hover, a:active{ 
font-weight:bold; 
text-decoration:none; 
text-align:center; 
vertical-align:middle;
color:#333333;
background-color:transparent;
border:none;
}

/* hovered hyperlinks */
a:hover{ 
color:#000000; 
text-indent:0px;       /* good values: 0 */
}                   

/* active hyperlinks */
a:active{ 
color:#555555;
}


/* catalog category buttons */
a.category:link, a.category:visited, a.category:hover, a.category:active {
width:103px;
height:18px;
line-height:16px;
border:1px solid #888888;
padding-left:2px;padding-right:2px;
white-space:normal;
color:#333333;
/*background-image:url(../images/navigation/but_bg.gif);*/
background-image:url('none');
}

/* active catalog category button */
a.category:active{
}

/* hovered catalog category button */
a.category:hover{
color:#000000;
border-color:#555555;
/*background-image:url(../images/navigation/but_bg_o.gif);*/
background-image:url('none');
text-indent:0px
}

a.activecategory:link, a.activecategory:visited, a.activecategory:hover, a.activecategory:active {
width:103px;
height:18px;
line-height:14px;
border:1px solid #888888;
padding-left:2px;padding-right:2px;
white-space:normal;
color:#333333;
/*background-image:url(../images/navigation/but_bg_inv.gif);*/
background-image:url('none');
}