/* CSS Document */
/*--------------------------------
Index Menu
---------------------------------*/
.indexmenu{
	width: 210px;
	background-image:url(../img/links.gif);
	margin-left:10px;
	/*border-bottom:3px solid #8E550A;*/
	}

* html .indexmenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 215px;
}

.indexmenu ul{
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

.indexmenu li{
	display: block;
	/*border-bottom: 1px solid #B0782F;*/
}

.indexmenu li a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	background-image:url(../img/arrow.png);
	background-repeat: no-repeat;
	background-position: 21px center;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 17px;
	padding-left: 41px;
}

/*.leftmenu a:visited{
	color: #000000;
}*/

html>body .indexmenu a{ /*Non IE rule*/
width: auto;
}

.indexmenu a:hover{
	color: #0179bd;
	background-color: #FFFFFF;
	background-image:url(../img/arrow_green.png);
	background-repeat: no-repeat;
	background-position: 21px center;
	padding-top:12px;
	padding-right: 13px;
	padding-bottom: 17px;
	padding-left: 41px;
}
.indexmenu .selected {
	color: #DAA53E;
	background-color: #FFFFFF;
	background-image:url(../img/arrow_blue.png);
	background-repeat: no-repeat;
	background-position: 21px center;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 17px;
	padding-left: 41px;
}
