/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	padding: 0;
	margin: 0;
	display:block;
	height:36px;	/* asline 44px */
	font-size:12px;
	font-weight: bold;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	text-transform:uppercase;
}/* hack to correct IE5.5 faulty box model */
* html .menu {width:746px; w\idth:745px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu  ul {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	list-style: none;
	z-index: 90;
}
.menu ul ul {width:226px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:auto;position:relative;}
/* style the links for the top level */
.menu a {float: left;
	display: block;
	width: auto;	
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #204481;
	margin: 0;
	font-family: Arial,Verdana,Helvetica,sans-serif;
	text-transform:uppercase;
	padding:6px 12px 0 12px;
	height:24px; /* asline 36px + 6 unk border*/
	border-bottom: 6px solid #0548A8;}
	
a.pilih{
	text-decoration: none;
	color: #FF7900;
	border-bottom: 6px solid #FF7900;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a.pilih, * html .menu a:visited {width:auto; w\idth:auto;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {float: none;
	float: none;
	width: 217px;
	padding: 6px 9px 10px 0;
	text-indent: 10px;
	font-size: 11px;
	background: #F4F6F7 url(img/menu.gif) no-repeat;
	background-position: 0 -52px;
	border:0;}
/* style the second level hover */
.menu ul ul a.drop:hover{float: none;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background: #F4F6F7 url(img/menu.gif) no-repeat;
	background-position: 0 -78px;
	border:0;}
.menu ul ul :hover > a.drop {float: none;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background: #F4F6F7 url(img/menu.gif) no-repeat;
	background-position: 0 -78px;
	border:0;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {float: none;
	width: 217px;
	text-transform:none;
	padding: 6px 9px 10px 0;
	text-indent: 10px;
	font-size: 11px;
	color: #464646;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	background: #F4F6F7 url(img/menu.gif) no-repeat;
	height:10px;
	border:0;}
/* style the third level hover */
.menu ul ul ul a:hover {text-decoration: none;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background: #F4F6F7 url(img/menu.gif) no-repeat;
	background-position: 0 -26px;
	border:0;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:36px;left:0; width:226px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:36px;t\op:36px;}

/* position the third level flyout menu */
.menu ul ul ul{left:225px; top:-1px; width:217px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-225px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {float: none;
	width: 217px;
	text-transform:none;
	padding: 6px 9px 10px 0;
	text-indent: 10px;
	font-size: 11px;
	color: #464646;
	font-weight: normal;
	font-family: "Lucida Sans Unicode", Arial, Tahoma, Helvetica, sans-serif;
	background: #F4F6F7 url(img/menu.gif) no-repeat;
	height:10px;
	border:0;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:217px;w\idth:217px;}

/* style the top level hover */
.menu a:hover{text-decoration: none;
	color: #FF7900;
	border-bottom: 6px solid #FF7900;
	background: url(img/orange.jpg) bottom left repeat-x;}
.menu ul ul a:hover{font-size: 11px;
	color: #fff;
	font-weight: normal;
	background: #F4F6F7 url(img/menu.gif) no-repeat;
	background-position: 0 -26px;
	border:0;}
.menu :hover > a {text-decoration: none;
	color: #FF7900;
	border-bottom: 6px solid #FF7900;
	background: url(img/orange.jpg) bottom left repeat-x;}
	
.menu ul ul :hover > a {text-decoration: none;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	font-weight: normal;
	background: #000000 url(img/menu.gif) no-repeat;
	background-position: 0 -26px;
	border:0;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
