/* ######### Marker List Vertical Menu ######### */

.markermenu{
/*width: 311px; width of side bar menu*/
width: 260px;
height:338px;
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.markermenu ul{
list-style-type: none;
margin: 0px 4px 0px 0px;
padding: 0;
/*border: 0px solid #9A9A9A;/**/
}

.markermenu ul li a{
	/*background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; light gray background*/
	background: url(menu.gif) no-repeat 1px center;
	font: bold 20px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #FFFFFF;/* Putih */
	display: block;
	width: auto;
	padding: 1px 23px;/* */
	text-decoration: none;
	border-bottom: 1px;
	/*border-bottom: 1px solid #B5B5B5;
	
	/*padding-left: 20px;*/
	padding-top: 15px;
	height: 40px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 311px;
height:338px;
}
/*
we don't want visited hightlight
.markermenu ul li a:visited, .markermenu ul li a:active{
color: #00014e;
}
*/
.markermenu ul li a:hover, .markermenu ul li a.selected{
	color: #000000; /*Hitam*/
	/*background-color: black;*/
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### 

.blackwhite li a{
background: black;
}

.blackwhite li a:hover{

background: white;
color: white;
}*/