﻿#bw_nav_bar li a {
	width: 120px;
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
}

#bw_nav_bar li a:link, #bw_nav_bar li a:visited {
        color: #333;
        display: block;
        background:  url(Images/menu14_4.gif);
        padding: 8px 0 0 6px;
        }

#bw_nav_bar li a:hover {
        color: #FFF;
        background:  url(Images/menu14_4.gif) 0 -64px;
        padding: 8px 0 0 6px;
        }

#bw_nav_bar li[id="current"] a {
        color: #FFF;
        background:  url(Images/menu14_4.gif) 0 -32px;
        padding: 8px 0 0 6px;
        }
        
#bw_nav_bar li[id="hilite"] a {
		color: #000;
		background:  url(Images/menu14_4.gif) 0 -96px;
		padding: 8px 0 0 6px;
		}

.buttontest
{
    position: relative;
    float: right;
    background-image: url(/images/header/downbtn.jpg);
    color: #FFFFFF;
    display: block;
    width: 80px;
    height: 20px;
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-family: Verdana;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.buttontest:hover
{
    background: url(/images/header/overbtn.jpg) no-repeat;
    color: #000000;
    font-weight: bold;
}
