.head-space-topkanan {
	height: 26px;
	width:50px;
	float:left; 
	line-height:25px;
	color:white;
	font-size:11px;text-decoration:none; 
}
.head-space-topkanan a {
	color:white;
	padding-left:10px;
}

.head-space-top {
	height: 26px;
}
.head-space-topmenu {
	height: 26px;
	width:600px;
	float:left; 
	font-size:12px;
}
.head-topmenu { width:690px; height:26px; position:relative; z-index:150; }
/* hack to correct IE5.5 faulty box model */
* html .head-topmenu {width:746px; w\idth:745px;}




#topnav a									{ text-decoration: none; }
#topnav ul									{ padding:0;margin:0; list-style: none; list-style-type:none;}
#topnav p                                   { margin: 15px 0; }



/* 
	LEVEL ONE
*/
ul.menu-drnavtop                         { position: relative; }
ul.menu-drnavtop li                      { width: 120px; text-align:center; font-weight: bold; float: left; zoom: 1; }
ul.menu-drnavtop a:hover		 { color: #000; }
ul.menu-drnavtop a:active                { color: #ffa500; }
ul.menu-drnavtop li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;  color: #222; }
ul.menu-drnavtop li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.menu-drnavtop li.hover,
ul.menu-drnavtop li:hover                { background: #F3D673; color: black; position: relative; }
ul.menu-drnavtop li.hover a              { color: black; }


/* 
	LEVEL TWO
*/
ul.menu-drnavtop ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; text-align:left; z-index: 1;}
ul.menu-drnavtop ul li 					{  width: 220px; text-align:left; font-weight: normal; background: #f6f6f6; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.menu-drnavtop ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.menu-drnavtop ul ul 					{ left: 100%; top: 0; }
ul.menu-drnavtop li:hover > ul 			{ visibility: visible; }


/* 
	LEVEL 4
*/
ul.menu-drnavtop ul ul ul					{ left: 100%; top: 0; }
ul.menu-drnavtop li:hover > ul 			{ visibility: visible; }


