#leftmenu {

}
.leftmenu, .leftmenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px; /*WIDTH OF MAIN MENU ITEMS*/
}

.leftmenu li{
	position: relative;
	margin-bottom:0px;
	padding-bottom:0px;

}

.leftmenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 170px; /*WIDTH OF SUB MENU ITEMS*/
	margin-left:2px;
	left: 0;
	top: 0;
	display: none;
}

.leftmenu li a{
	font:12px Verdana, Helvetica, sans-serif;
	color: #0f144c;
	display: block;
	width: auto;
	line-height:24px;
	padding-left: 20px;
	text-decoration: none;
	height:auto !important; /*dirty hack but it works FF needs it*/
	min-height:28px !important;
    height: 28px;
	margin-bottom:0px;
	padding-bottom:0px;
	background: transparent url(../TemplateImages_NL/arrowwt.gif) no-repeat center left;
	border-bottom:solid 1px #0f144c;
}
.leftmenu li{
	display: block;
	margin-bottom:0px;
	padding-bottom:0px;
	background-color:#a8add7;
	border-bottom:solid 1px #0f144c;
}

.leftmenu li a:hover{
	background:transparent url(../TemplateImages_NL/arrow.gif) no-repeat center left;
	background-color:#0f144c;
	font:12px Verdana, Helvetica, sans-serif;
	text-decoration:underline;
	margin-right:0px;
	padding-right:0px;
	color: #fff;
	display: block;
	line-height:24px;
	height: 28px;
	margin-bottom:0px;
	padding-bottom:0px;
}



.leftmenu li ul li a{
	background:#fff;
	margin-bottom:0px;
	padding-bottom:0px;
	display: block;
	padding-left: 5px;/*padding for submenu*/
	font:11px Verdana, Helvetica, sans-serif;
	line-height:24px;
	border-bottom:none;
	height: 28px;
}

/*li.begin {
	border-top:solid 1px #0f144c;
}
li.mid {
	border-top:solid 1px #0f144c;
}
li.end {
	border-bottom:solid 1px #0f144c;
	border-top:solid 1px #0f144c;
}*/
.leftmenu li ul li {
	border-top:solid 1px #0f144c;
	border-bottom:none;
}

.leftmenu li ul li a:hover{
	background:#0f144c;
	margin-bottom:0px;
	padding-bottom:0px;
	height: 28px;
	color:#ffffff;
	text-decoration:none;
	font:11px Verdana, Helvetica, sans-serif;
	line-height:25px;
}
.leftmenu li ul{
	border-left:solid 1px #0f144c;
	border-right:solid 1px #0f144c;
	border-bottom:solid 1px #0f144c;
	width:100%;
}
/*.leftmenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/arrow.gif) no-repeat center right;
}*/





/* Holly Hack for IE \*/
* html .leftmenu li { float: left; height: 1%; }

/* End */