#topmenu
{
	height: 19px;
	text-align: center;
	background: url("/images/site/menubg.png") repeat-x black;
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

#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: white;
	text-decoration: none;
	padding: 2px 8px;
}

#topmenu .tmenu a:hover
{
	background: url("/images/site/menubgh.png") repeat-x;
	color: white;
	text-decoration: none;
}

#leftmenu
{
	width: 150px;
	vertical-align: top;
	margin: 0;
	padding: 5px 0 20px 0;
	font-size: 7pt;
	background: url("/images/site/roadbg.jpg") repeat-y #275575;
	border-right: 1px solid #35739F;
}

.lmenu
{
	margin: 0 0 1px 0;
	padding: 3px 5px 5px 5px;
	background: url("/images/menu/lmenubg.png") repeat-x black;
	cursor: pointer;
}

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

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


