a.menu:link, a.menu:active, a.menu:focus, a.menu:visited {
   color: #FFFFFF;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
   font-family: Verdana, Arial;
}

a.menu:hover {
   color: #DCDCDC;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
   font-family: Verdana, Arial;
}

a.alsomenu:link, a.alsomenu:active, a.alsomenu:focus, a.alsomenu:visited {
   color: #00006C;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
   font-family: Verdana, Arial;
}

a.alsomenu:hover {
   color: #0D0DFF;
   text-decoration: none;
   font-size: 13px;
   font-weight: bold;
   font-family: Verdana, Arial;
}

.menubutton_left {
   background-image: url(../images/shopdesign/l_button_bg2.gif);
   background-repeat: no-repeat;
   width: 6px;
   height: 26px;
}
.menubutton_middle {
   background-image: url(../images/shopdesign/m_button_bg2.gif);
   background-repeat: repeat-x;
   height: 26px;
   text-align: center;
   vertical-align: middle;
}
.menubutton_right {
   background-image: url(../images/shopdesign/r_button_bg2.gif);
   background-repeat: no-repeat;
   width: 6px;
   height: 26px;
}

.menu_normal
{
   background-image: url(images/shopdesign/tab_background_normal.png);
   background-repeat: repeat-x;
   font-style: oblique;
   font-family: Verdana;
   font-size: 8px;
}


