﻿.MenuLevel1
{
	text-indent: 0px;
	margin-top: 2px;
	background-color:WhiteSmoke;
	background-repeat:repeat-x;
	background-position:bottom ;
	background-image: url(images/add_new.gif);
	padding: 5px;
	border-bottom:2px solid #999999;
}
.MenuLevel2
{
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.MenuLevel3
{
	text-indent: 20px;
}

.MenuLevel1Link:link {
	font-size:small;
	font-family: verdana;
	color:Black;
	font-weight:bold;
	text-decoration: underline;
	border: none;
}

.MenuLevel1Link:active {
	font-size:small;
	font-family: verdana;
	color:Black;
	font-weight:bold;
	text-decoration: underline;
	border: none;
}

.MenuLevel1Link:visited {
	font-size:small;
	font-family: verdana;
	color:Black;
	font-weight:bold;
	text-decoration: underline;
	border: none;
}

.MenuLevel1Link:hover {
	background-color:Transparent;
	background-position:center ;
	background-image: url(images/header_grid.gif);
	border:solid 1px #C3C3C3;
	padding:0px;
	height: 20px;
	color:White;
}

.MenuLevel2Link {
	font-size:small;
	font-family: verdana;
	color:Black;
	font-weight:bold;
	text-decoration: underline;
	border: none;
}

.MenuLevel2Link:hover {
	background-color:Transparent;
	background-position:center ;
	background-image: url(images/header_grid.gif);
	border:solid 1px #C3C3C3;
	padding:0px;
	height: 20px;
	color:White;
}