
/* CSS Document */
.leftbar{
	text-align:left;
	border: 10px solid #fff;
	border-bottom: 0px;
}

.leftmenu {
	width: 230px;
	background-color: #dad8c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363c41;
	line-height: 20px;
	padding: 10px;
	border-top: 10px solid #fff;
}

.leftmenu ul {
	margin: 0px 0px 20px 0px;
	padding-left: 40px;
	list-style-type: disc;
	list-style-image: url(../images/leftmenu_arrows.gif);
}
.leftmenu ul li{
	padding: 0px;
}
.leftmenu_header{
	text-transform: uppercase;
	font-size: 14px;
	color: #363c41;
	font-weight: bold;
	background-image:url(../images/leftmenu_harrow.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 23px;
}
.leftbar a:link, .leftbar a:visited, .leftbar a:active{
	color: #363c41;
	text-decoration: none;
}
.leftmenu a:hover {
	color: #363c41;
	text-decoration: underline;
}

.leftmenu2 {
	width: 228px;
	padding: 10px;
	background-color: #efeee9;
	border: 1px solid #dad8c7; 
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

.leftmenu2 ul {
	margin: 0px 0px 10px 0px;
	padding-left: 40px;
	list-style-type: disc;
	list-style-image: url(../images/leftmenu_arrows2.gif);
}
.leftmenu2 ul li{
	padding: 0px;
	border-bottom: 1px dashed #c3c2b6;

}
.leftmenu2 a:link, .leftmenu2 a:visited, .leftmenu2 a:active{
	color: #363c41;
	text-decoration: none;
}
.leftmenu2 a:hover {
	color: #363c41;
	text-decoration: underline;
}
li.odr{
	margin-left: 20px;
}

