
/*Credits: by jeffri@cakramedia.com */

/*URL: www.cakramedia.com*/

.menudiv

{

font: 10px Verdana, Arial, sans-serif;

}

.menudiv ul{

margin: 0;

padding: 0;

list-style-type: none;

width: auto; /* Width of Menu Items */

/* border-bottom: 1px dotted #d5ffc4;*/

line-height:18px

}

	

.menudiv ul li{

position: relative;

z-index:1000;

}

	

/*Sub kotegori menu items */

.menudiv ul li ul{

position: absolute;

background: #2c9702;

width: 200px; /*sub menu width*/

top: 0;

visibility: hidden;

z-index:1000;

/*border: 1px dotted #d5ffc4; */

}



/* Sub level menu links style */

.menudiv ul li a{

display: block;

overflow: auto; /*force hasLayout in IE7 */

color: #d9ffd1;

font-weight:bold;

text-decoration: none;

/*background: #000000;*/

padding: 2px 8px; 2px; 2px;

/*border: 1px solid #d5ffc4; */

border-bottom: 1px dotted #36b14a;

}



.menudiv ul li a:visited{}



.menudiv ul li a:hover{

color: #003311;

background: #2c9702;

font-weight:bold;

}



.menudiv .subfolderstyle{

background: url(images_layout/menu_arrow.gif) no-repeat center right;

}



.sitemap {

font: 11px Verdana, Arial, sans-serif;font-weight:bold;

}

.sitemap a {

color: #ffffff;

}

.sitemap a:hover {

color: #00ffff;

}

.sitemap ul {

list-style-image : url(images_layout/menu_arrow.gif);

}

.sitemap ul li ul {

list-style-image : url(images_layout/menu_arrow_yellow.gif);

}

	

/* Holly Hack for IE \*/

* html .menudiv ul li { float: left; height: 1%; }

* html .menudiv ul li a { height: 1%; }

/* End */