﻿#preload { height: 0; overflow: hidden; } 
.menuContainer {width:183px}
table.nav_button { /*Rather unpleasant work-around to strip nav menu table of these styles */
    padding: 0;
    height: 32px;
    width: 183px;
}   
.nav_button  {
    font-weight: bold;
    color: #7DB9CC;
    display: block;
    width: 153px;
    height: 24px;
    padding: 8px 0 0 30px;
    font-size: 12px !important;
    background-image: url(/images/nav_btn_off.gif );
    background-repeat: no-repeat;
}
.nav_button:hover 
{
	background-image: url(../images/nav_btn_on.gif);
	color: #FFFFFF;
}

.nav_button_on {
    font-weight: bold;
    color: #7DB9CC;
    display: block;
    width: 153px;
    height: 24px;
    padding: 8px 0 0 30px;
    font-size: 12px !important;
    background-image: url(/images/nav_btn_on.gif );
    background-repeat: no-repeat;
}
.nav_button_on:hover {
    color: #7DB9CC;
    text-decoration: none;
}

