﻿/* ---------------------------------------------------LEFT MENUS  ---- */
.spacer
{
height: 3px;
}


table.menubar
{
	text-align:left;
	border-collapse: collapse;
	vertical-align:top;
	border:0;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85em;
	margin-left: 5px; /*moving it a bit further from left edge */
}


table.menubar tr tr /* to make all first level menus bold */
{
	font-weight:bold;
}

/* FIRST LEVEL MENUS */
table.menubar tr tr a:link
{
	color: #000;
	font-family: tahoma, arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
/*	padding: 1px; - removing this bring the menu together tighter, but doesn't look good on display block */
}

table.menubar tr tr a:visited
{
	color: #000;
	text-decoration: none;
}

table.menubar tr tr a:hover
{
	color: #9c7532;
	text-decoration: underline;
	display: block;

}



/* SECOND LEVEL MENUS */

table.menubar tr tr table
{	
	color: #000;
	text-align:left;
	border-collapse: collapse; margin:0;
	vertical-align: top;
	font-weight:bold;	
	font-size: .95em;
	border-left: 2px solid #bc8a00;
}

table.menubar tr tr tr a:link
{	
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding-left:8px;
	padding-bottom:2px;
}

table.menubar tr tr tr a:visited
{	
	color: #000;
	text-decoration: none;
	display: block;
	padding-left:8px;
	padding-bottom:2px;

}

table.menubar tr tr tr a:hover
{
	color: #9c7532;
	text-decoration: underline;
	display: block;
	padding-left:8px;
	padding-bottom:2px;
}


/* THIRD LEVEL MENUS */


table.menubar tr tr tr table
{	

	border-left: 0;
	color: #000;
	text-align:left;
	border-collapse: collapse; margin:0;
	vertical-align: top;
	font-weight:normal;
	font-size:1em;
	padding-left:10px;
	
}

table.menubar tr tr tr tr a:link
{	
	font-family: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding-left:14px;
	font-weight:normal;
	color: #000;
}

table.menubar tr tr tr tr a:visited
{	
	text-decoration: none;
	display: block;
	font-weight:normal;
	padding-left:14px;
	color: #000;
}

table.menubar tr tr tr tr a:hover
{
	color: #9c7532;
	text-decoration: underline;
	display: block;
	font-weight:normal;
	padding-left:14px;
}


.currentbutton
{
	color: #fff;
	font-weight:bold;
	background-color:#bc8a00;
	display:block;
	padding:1px;
}

