@charset "UTF-8";
/* CSS Document */

.leftmenu {
	list-style-type: none;
	
	padding-left:0px;
	padding-right:5px;
	margin: 0px;
	font-size: medium;
	text-decoration: none;
	font-weight:normal;
}
.leftmenu li {
	margin: 0px;
	padding: 0px;
	
}
.leftmenu li.even {
	margin-left: 22px;
}
.leftmenu a {
	background-image: url(/images/bullet_off.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	display: block;
	text-decoration:none;
	height:38px;
	
	color: #143169;
	margin: 0px 0px -10px;
	padding: 13px 0px 0px 50px;
	border:none;
}
.leftmenu a:visited {
	background-image: url(/images/bullet_off.gif);
	background-repeat: no-repeat;
}
.leftmenu a:hover {
	background-image: url(/images/bullet_over.gif);
	background-repeat: no-repeat;
	text-decoration:underline;
	color:#98489b;
}
.leftmenu a#currentpage {
	background-image: url(/images/bullet_over.gif);
	background-repeat: no-repeat;
	background-color:transparent;
	color:#65A6D9;
}



.leftmenu #companies {
	background-image: url(/images/bullet-companies.gif);
	background-repeat: no-repeat;
	
}
.leftmenu #companies:hover {
	background-image: url(/images/bullet-companies_over.gif);
	background-repeat: no-repeat;}
.leftmenu #companies currentpage {
	background-image: url(/images/bullet-companies_over.gif);
	background-repeat: no-repeat;
	}

.submenu  {
	padding:0px;
	margin:0px;
	font-size:small;
	background-image:none;
	list-style:none;
	margin-top:0px;
	margin-bottom:5px;
	line-height:normal;
	font-family:Arial, Helvetica, sans-serif;

}

.submenu li {
	background-image:none;
	margin-top:0px;
	margin-bottom:0px;
	height:auto;
	padding-left:2px;
	padding-top:2px;
	padding-bottom:2px;
}



.submenu a {
	background-image:none;
	margin-top:0px;
	margin-bottom:0px;
	height:auto;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:1px solid #ddd;
	color:#333;
}

.submenu a:visited {
background-image:none;
}

.submenu a:hover {
background-image:none;
}

.submenu a#currentpage {
font-weight:bold;
color:#65A6D9;
background-image:none;
}



