/*@charset"shift_jis";*/

/************************************************************************************************************
(C) www.dhtmlgoodies.com, November 2005

This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.	

Terms of use:
You are free to use this script as long as the copyright message is kept intact. However, you may not
redistribute, sell or repost it without our permission.

Thank you!

www.dhtmlgoodies.com
Alf Magne Kalleland

************************************************************************************************************/



#dhtmlgoodies_menu
	{		
	font-family:arial;	/* Font for main menu items */
	width:210px;	/* Width of main menu */
	}
div#dhtmlgoodies_menu	li
	{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin: 0 0 0px 0;;	/* No margin - needed for Opera */
	}
div#dhtmlgoodies_menu ul
	{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
	}
div#dhtmlgoodies_menu ul li ul
	{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
	}
div#dhtmlgoodies_menu	li a
	{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#333333;	/* text color */
	
	height:20px;
	line-height:20px;
	vertical-align:middle;	/* Align text in the middle */
	/*border:1px solid #999999;*/
	border-bottom:1px dashed #cccccc;
	background-color:#ffffff;
	margin: 0 0 0px 0;	/* A little bit of air */
	padding: 5px 5px 5px 10px;	/* Air between border and text inside */
	
	display:block;
	}
div#dhtmlgoodies_menu	li a:hover,
div#dhtmlgoodies_menu .activeMainMenuItem
	{
	color:#FFF;
	background-color:#777777;
	}
div.dhtmlgoodies_subMenu
	{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border: 1px solid #999999;
	background-color:#FAFAFA;
	text-align:left;
	padding: 0;
	}
div.dhtmlgoodies_subMenu ul
	{
	margin: 0px;
	padding: 3px;
	}
div.dhtmlgoodies_subMenu ul li
	{
	list-style-type:none;
	margin:0px;
	padding: 1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	}
div.dhtmlgoodies_subMenu ul li a
	{	/* Sub menu items */
	white-space: nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#333333;	/* text color */
	
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding: 7px;	/* 7px of "air" inside */
	
	display:block;	/* Display as block - you shouldn't change this */
	}
div.dhtmlgoodies_subMenu ul li a:hover
	{	/* Sub menu items - mouse over effects */
	color:#ffffff;
	background-color:#777777;
	text-decoration:none;
	}
	
	
	
	
	
	
	