﻿.menu1
{
	width: 175px; 
	float:left; 
	margin: 7px;
	}

/*Debug the "Double-background" glitch; 
menuitem links/text were displaying an 
additional background behind them.*/
.menu1 A {background-image:none;}

.level1
{
    color: #FFFFFF;
    font-family: Arial, Sans-Serif !important;
    font-size: 15px;
    font-weight:bold;
    padding-left:5px;
	background-image:url("../images/Blue/Blue_back.gif");
	height:30px;
	
}

.level2
{
    color: #FFFFFF;
    font-family: Arial, Sans-Serif !important;
    font-size: 14.5px;
    font-weight:bold;
    padding-left: 2px;
    background-image:url("../images/Blue/Blue_back2.gif");
    height:25px;
    
}

.level3
{
    color: #FFFFFF;
    font-family: Arial, Sans-Serif !important;
    font-size: 13px;
    padding: 3px 0px 4px 0px;
    background-image:url("../images/Blue/Blue_back2.gif");
    height:20px;
    
}

.hoverstyle
{
    font-weight: bold;
}
       
.sublevel1
{
    color: black !important;
    font-family: Arial, Sans-Serif !important;
}  

