/* Default Joomla! Menu */
a.mainlevel {
	padding: 3px 3px 5px 3PX;
	width: 98%;
	display: block;
	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom right;
	color: #333333;
	text-decoration: none;
}

a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
	color: #333333;
	background: url(../images/a-mainlevel-bg2.gif) no-repeat bottom right #FFFFFF;
	text-decoration: none;
}

a.mainlevel#active_menu {
	color: #006699;
	background: url(../images/a-mainlevel-bg3.gif) no-repeat bottom right;
	font-weight: bold;
	text-decoration: none;
}

.box {
	background: transparent/* url(../images/kembangan.gif) no-repeat*/;
	border: 0px solid #f2f2f2;
	font-size: 100%;	
    padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
}

.box ul {
	margin:0px;	
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.box a {
	color:#4284B0;
	background-color: inherit;
	text-decoration:none;
}
.box a:hover{
	color: #9EC068;
	background-color: inherit;
}

.box li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-position:left;
	background-repeat:no-repeat;
}


.box ul {
	margin:2px 0 2px 18px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.box li a {
	color:#5b5b5b;
	background-color: inherit;
	text-decoration:none;
	display:block;
    padding-bottom:1px;
}

.box li a:hover{
	color: #57a600;

}
.box ul li {
	padding:2px 0 2px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/1.gif);
  	border-bottom:1px solid #efefef;
}