.debug{
	color: #fff; 
	font-size:10px; 
	display: inline;
}
#divFloat{
	position: relative;
	width: 185px;
	overflow:hidden;
	clear: both;
	float: left;
	/*
	border: solid red thin;
	*/
}
#sekmenu{
	/*
	position: fixed;
	*/
	margin: 5px 0;
	margin-bottom: 10px;
	padding: 1px;
	width: 170px; 
	border-top-width: 0;
	border-bottom-width: 0;
	border: 3px solid rgba(0,112,163,1);
	background: url(../images/bg_barnav.jpg) #069 repeat-y top left;
	/*
	height: 250px;
	border-top-left-radius:     4em;
	border-top-right-radius:    4em;
	border-bottom-right-radius: 4em;
	border-bottom-left-radius:  4em;
	*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 5px #999;
	-webkit-box-shadow: 5px 5px 5px #999;
}
#sekmenu a.menuitem{
	background: url(../images/btn_barnav.png) repeat-x bottom left;
	font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}
#sekmenu a.menuitem:visited, #sekmenu .menuitem:active{
	color: rgba(255,255,255,1);
	text-shadow: rgba(255,255,255,0.5) 5px -5px 2px;
	text-decoration: underline;
}
#sekmenu a.menuitem:visited{
	color: #fff;
	text-decoration: underline;
}
#sekmenu a.menuitem .statusicon{/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 7.5px;
	right: 5px;
	border: none;
}
#sekmenu a.menuitem:hover{
	background-image: url(../images/glossyback2.png);
}
#sekmenu div.submenu{ /*DIV that contains each sub menu*/
	background: rgba(0,0,0,0.1);
}
#sekmenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sekmenu div.submenu ul li{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-shadow: rgba(255,255,255,0.5) 5px -5px 2px;
}
#sekmenu div.submenu ul li a{
	display: block;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 20px;
}
#sekmenu div.submenu ul li a:hover{
	background: rgba(255,255,255,0.1);
}
#sekmenu div.submenu_l2{ /*DIV that contains each sub menu - Level 2*/
	background: rgba(0,127,0,0.2);
	/*
	background: rgba(0,0,0,0.1);
	*/
}
#sekmenu div.submenu_l2 ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sekmenu div.submenu_l2 ul li{
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-shadow: rgba(255,255,255,0.5) 5px -5px 2px;
}
#sekmenu div.submenu_l2 ul li a{
	display: block;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 40px;
}
#sekmenu div.submenu_l2 ul li a:hover{
	background: rgba(255,255,255,0.1);
}

