﻿#menubox
{
	text-align: left;
}

/* General configuration CSS */

#dhtmlgoodies_menu ul li ul
{
	display: none; /* Needed to display ok in Opera */
}

#dhtmlgoodies_menu
{
	visibility: hidden;
	clear:both;
}
#dhtmlgoodies_menu ul
{
	margin: 0px; /* No indent */
	padding: 0px; /* No indent */
}
#dhtmlgoodies_menu li
{
	list-style-type: none; /* No bullets */
}
#dhtmlgoodies_menu a
{
	margin: 0px;
	padding: 2px 8px;
	color: #333333;
	border: 0px;
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
#dhtmlgoodies_menu ul
{
	position: relative;
	padding: 2px 8px;
	color: #ffffff;
}

#dhtmlgoodies_menu ul.menuBlock1
{
	/* Menu bar - main menu items */
	position: relative;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	overflow: visible;
	color: #333333;
}
#dhtmlgoodies_menu ul.menuBlock2
{
	/* Menu bar - main menu items */
	position: relative;
	border: 0px;
	padding: 0px;
	color: #ffffff;
	background: #000000 none repeat scroll 0 0;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	max-width: 280px;
}

/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
/* General rules for all menu items */
#dhtmlgoodies_menu a
{
	color: #ffffff;
	text-decoration: none;
	padding: 2px 8px; ;
position:relative;
}

/*
	Main menu items 
	*/

#dhtmlgoodies_menu .currentDepth1
{
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
}
#dhtmlgoodies_menu .currentDepth1over
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #333333;
}
#dhtmlgoodies_menu .currentDepth1 a
{
	font-weight: bold;
	color: white;
}
#dhtmlgoodies_menu .currentDepth1over a
{
	/* Text rules */
	color: #ffffff;
	font-weight: bold;
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2
{
	font-weight: bold;
	color: #ffffff;
	background: #000000 none repeat scroll 0 0;
	padding: 2px 8px;
	border-bottom: solid 1px #373737;
}
#dhtmlgoodies_menu .currentDepth2over
{
	font-weight: bold;
	color: #ffffff;
	background: #373737 none repeat scroll 0 0;
	padding: 2px 8px;
	border-bottom: solid 1px #373737;
	opacity: 1;
	filter: alpha(opacity = 100);
}
#dhtmlgoodies_menu .currentDepth2over a
{
	/* Text rules */
	border-bottom: solid 1px #373737;
	background: #373737 none repeat scroll 0 0;
	font-weight: bold;
	color: #ffffff;
	opacity: 1;
	filter: alpha(opacity = 100);
}






/* Sub menu depth 2 */
#dhtmlgoodies_menu .currentDepth3
{
	padding-right: 2px;
	border: 1px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth3over
{
	padding-right: 2px;
	background-color: #EDE3EB;
	border: 1px solid #000;
}
/* Sub menu depth 3 */
#dhtmlgoodies_menu .currentDepth4
{
	padding-right: 2px;
	border: 1px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth4over
{
	padding-right: 2px;
	background-color: #EBEDE3;
	border: 1px solid #000;
}



#menu
{
	color: #000;
}
#tmenu
{
	color: #674040; /* #e5ea94;*/
}
