/* 
	General styles for this example page */
	html{
		height:100%;
	}
	body{
		margin:0px;
		padding:0px;
		height:100%;
	}
	
	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu{		
		position: absolute;
		font-family:arial;	/* Font for main menu items */
		width:177px;	/* Width of main menu */
		visibility: hidden;
		font-variant: small-caps;		
	}
	#dhtmlgoodies_menu_offline{		
		position: absolute;
		font-family:arial;	/* Font for main menu items */
		width:177px;	/* Width of main menu */
		font-variant: small-caps;		
	}
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		list-style-type:none;	/* No bullets */
		margin:0px;	/* No margin - needed for Opera */
	}
	#dhtmlgoodies_menu ul{	
		margin:0px;	/* No <ul> air */
		padding:0px;	/* No <ul> air */
	}
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding-left:10px;
	}
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#FFF;	/* Black text color */
		/*background-image: url(images/nav_bg.jpg);*/
		background-image: url(images/box_bg_gray2_1.gif);
		background-color: #9D1616;
		background-repeat: repeat-x;
		background-position: right bottom;
		background-repeat: no-repeat;
			
		border-top: 1px ridge #FFFBB8;
		border-left: 1px ridge #FFF215;
		border-right: none;
		border-bottom: none;
		height:20px;	/* 20 pixel height */
		line-height:20px;	/* 20 pixel height */
		vertical-align:middle;	/* Align text in the middle */
		margin:1px;	/* A little bit of air */
		padding:1px;	/* Air between border and text inside */
		padding-top:2px;	/* Air between border and text inside */
		
		display:block;
		padding-left:10px;
		margin-top: 2px;
	}
	#dhtmlgoodies_menu	li a:hover{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
	/*background-image: url(images/nav_bg_o.jpg);*/
	background-image: url(images/box_bg_gray2_o.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color: #474747;
	}
	
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .akt{
		color:#FFF215;
		background-color:#317082;
	/*background-image: url(images/nav_bg_o.jpg);*/
	background-image: url(images/box_bg_gray2_o.gif);
	background-color: #474747;
	background-repeat: repeat-x;
	background-position: right bottom;
	background-repeat: no-repeat;
	}

	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		text-align:left;
	
	}
	.dhtmlgoodies_subMenu ul{
		margin:1px;
		padding:0px;	
	}
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		background-color:#676666;
		width: 140px;
		border:1px solid #FFFBB8;
		border-top: 2px ridge #FFFBB8;
		border-right: 2px groove #333333;
		border-left: 1px groove #FFFBB8;
		border-bottom: 1px ridge #333333;
		margin:0px;
		color: #575757;
		margin-left: 1px;
	}
	.dhtmlgoodies_subMenu ul li a:link, .dhtmlgoodies_subMenu ul li a:active, .dhtmlgoodies_subMenu ul li a:visited{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:white;	/* Black text color */
		
		height:16px;	/* 16 pixels height */
		line-height:16px;	/* 16 pixels height */
		padding:3px;	/* 1px of "air" inside */
		font-variant: small-caps;
		
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#000;	/* White text */
		background-color:#FFF200;	/* Blue background */
		font-variant: small-caps;
	}