﻿/*
    Table cells in the tab table that are used as spacers between the tab buttons
*/
.spacerTab {
	background-color:transparent;
	border-bottom: solid 1px #6699CC;
}

/*
	Top menu classes
*/

.topmenu a {
	color: White;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
	
.topmenu a:hover, .topmenu a:active {
	background-color: Transparent;
	color: Lime;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/*
	Main menu classes
*/
.mainmenu {
	background-image: url(../img/button_bg.gif);
	background-position: center;
	background-repeat: repeat-x;
	background-color: transparent;
	font-family: verdana;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: Gray;
	padding-left: 6px;
	padding-right: 6px;
	height: 20px;
}

.mainmenu a:visited, .mainmenu a:link {
	text-decoration: none;
	padding-left: 6px;
	padding-right: 6px;
}
.mainmenu a:hover {
	color: black;
	background-color: transparent;
    border-left: solid 0 #D3D3D3; 
    border-top: solid 0 #D3D3D3; 
    border-right: solid 1px #D3D3D3; 
    border-bottom: solid 1px #D3D3D3; 
    padding-left: 6px;
    padding-right: 5px;
}
