/*
	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: 20px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 8px 0 2px 0;
	font-size: 9pt;
	font-weight: bold;
	background-color: #7a003b;
	border-bottom: solid 1px #aa8545;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

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

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

#topmenu .tmenu a:hover
{
	background-color: green;
	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: #7a003b;
	color: black;
	border: solid 1px #aa8545;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

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

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

.lmenu a:hover
{
	color: white;
	background-color: green;
	padding: 2px 7px 2px 7px;
	text-decoration: none;
}


