
.menuBG {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #261A0C;
}
/*Main appearance settings*/
td a.gmenu
{
	text-decoration: none;
	background: #CCCC99;
	color: black;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #000099;
	text-indent: 4px;
}
/*Hover settings*/
td a.gmenu:hover
{
	background: #999900;
	color: white;
}
/*Selected Menu settings*/
.submenu a
{
	display: block;
	width: 125px;
	text-decoration: none;
	background: #CCCC99;
	color: black;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
	text-indent: 2px;
}
/*Hover on Selected Menu settings*/
.submenu a:hover
{
	background: #999900;
	color: white;
}
.level2menu a
{
	display: block;
	width: 100px;
	text-decoration: none;
	background: #CCCC99;
	color: black;
	font-size: 12px;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: black;
	text-indent: 2px;
}
.level2menu a:hover
{
	background: #999900;
	color: white;
}
/*Posisitions menu*/
table.gmenu
{
	position:relative;
	left: 0px;
	top: 0px;
}

/*
.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: #3F2413;
    TEXT-ALIGN: left;
	font-size: 11px;
}


.level2menu a:active
{
	background: silver;
	color: black;
}

.level2menu a:visited
{
	background: silver;
	color: black;

}




td.gmenu
{
	background: silver;
	color: black;
}

td.gmenu:hover
{
	background: teal;
	color: white;

}

#menu,#description
{
	float: left;
}

#description
{

	margin-left: 50px;
}
*/