/*
	This is an example Menu 3 Style 1 CSS
	
	To use it rename it menu3.css
	
	None of the images referred to below are supplied
	
*/

#topmenu
{
	height: 18px;
	text-align: center;
	color: #000;
	background-color: #ffd46e;
	margin: 0;
	padding: 8px 0 2px 0;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: solid 1px black;
	border-top: solid 1px black;
}

#topmenu .tmenu
{
	width: 120px;
	height: 27px;
	padding: 8px 2px 0 2px;
	display: inline;
	margin: 0;
	background-color: #ffd46e;
}

#topmenu .tmenu a, #topmenu .tmenu a:visited
{
	margin-top: 8px;
	color: #000;
	text-decoration: none;
	padding: 2px 8px;
}

#topmenu .tmenu a:hover
{
	background-color: #efc45e;
	color: white;
	text-decoration: none;
}

#leftmenu
{
	float: left;
	width: 170px;
	vertical-align: top;
	margin: 0;
	padding: 5px 1px 20px 0px;
	font-size: 9pt;
	font-weight: bold;
	background-color: #ffd46e;
	color: black;
	border-right: 1px solid black;
	border-bottom: solid 1px black;
}

.lmenu
{
	margin: 1px 1px 1px 1px;
	padding: 3px 5px 5px 5px;
	cursor: pointer;
}

.lmenu a, .lmenu a:visited
{
	color: black;
	text-decoration: none;
}

.lmenu a:hover
{
	color: white;
	background-color: #efc45e;
	text-decoration: none;
}

