#topmenu
{
	text-align:left;
	/*background-image:url(/images/grad1.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-bottom:30px;*/
	/*border:1px solid black;*/
}

#topmenu ul
{
	margin:0;
	padding:5px;
}
#topmenu li
{
	
	display:inline;
	padding-left:1em;
	padding-right:1
}
#topmenu li a
{
	font-size:11pt;
	color:#765D28;
	text-decoration:none;
	font-weight:bold;
	
}

#topmenu li.selected a
{
	border-bottom:1px solid #765D28;
}

#bottommenu
{
	text-align:center;
}

#bottommenu ul
{
	margin:0;
	padding:5px;
}
#bottommenu li
{
	
	display:inline;
	padding-left:1em;
	padding-right:1
}
#bottommenu li a
{
	font-size:8pt;
	color:#765D28;
	text-decoration:none;
	font-weight:bold;
}


.blk
{
	
}
.blk h3
{
	background-image:url(/images/blockheader.jpg);
	background-repeat:repeat-x;
	padding-top:2px;
	padding-left:5px;
	padding-right:5px;
	white-space:nowrap;
}
.blk ul
{
	margin:0;
	margin-left:1em;
	padding:0;
}

.leftmenu
{
	font-size:10pt;
}


.leftmenu h3
{
	background-image:url(/images/blockheader.jpg);
	background-repeat:repeat-x;
	white-space:nowrap;
	margin-bottom:0.2em;
	/*background-color:#370703;*/
	border:1px solid black;
	padding-left:0.5em;
	padding-right:0.5em;
	color:#000000;
}
.leftmenu ul
{
	
	margin:0;
	margin-left:1em;
	padding:0;
}


.leftmenu li.active
{
	background-image:url(/images/right_arrow.png);
	background-repeat:no-repeat;
	/*background-position:98% top;*/
	background-position:98% top;
}
.leftmenu li.active a
{
	font-weight:bold;
}

.leftmenu li.active li a
{
	font-weight:normal;
}
.leftmenu li
{
	/*background-image:url(/images/lm_grad.png);
	background-repeat:repeat-x;*/
	/*background-color:#C6B396;*/
	background-color:#370703;
	border:1px solid black;
	list-style:none;
	margin-bottom:2px;
	padding:0;
	padding-left:1em;
	padding-right:1em;
	white-space:nowrap;
}

.leftmenu li li
{
	border:none;
	padding-right:20px;
}
.leftmenu li a
{
	text-decoration:none;
	color:#ffffff;
}
