﻿.level1
{
    color: White !important;
    text-align:center;
    width: 100%;
    border-left: solid 1px White;
    margin-left: -2px;
    font-size: 12px;
}
.level2
{
    color: White !important;
    background-color: Gray;
    text-align:left;
    width: 160px;
    font-size: 12px;
}
.sublevel1
{
    background-color: gray;
    color: White !important;
    
} 
.menuhover
{
	color: Blue !important;
	background: #dfdfdf url(header.gif) repeat-x 0 0;
	border:solid 1px #696969;
}
.menuitemhover
{
	color: Blue !important;
	background: #dfdfdf url(header.gif) repeat-x 0 0;
}
.tdmenu
{
	width: 100%;
	border:solid 1px White;
	background-color: gray;	
}

