/**********************************************************************************************

	Main Menu Style Settings  28-05-2009

	This file defines the look of the menu, all item text, URLs, sizing, orientation, etc.,
	is defined using the menu_settings.js file.  There are also additonal global settings
	in the head section of the source html (sample.html)

	Note: Do not define border, padding, or margin dimensions using this file, all dimensions
	are defined in the menu_settings.js file.

***********************************************************************************************/


/*---------------------------------------------------------
Main Menu Group Settings - (Applies to the main container)
----------------------------------------------------------*/
.cdd0_main_menu{

	
	background-color:#FFFFFF;
	
	cursor:pointer;

	color:#993399;
	font-family: Verdana, Microsoft Sans Serif;
	font-size:10px;
	
	border:0px;
	
}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	background-color:#FFFFFF;
		
	border:0px;
	
}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{

	background-color:#FFFFFF;

    color:#000000;
	font-family:Verdana;
	font-size:10px;
	text-decoration:underline;
	
	border:0px;
	
}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	background-color:#993399;

	color:#990793;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:500;

	border-style:solid;
	border-color:#990793;

	

	filter:progid:DXImageTransform.Microsoft.Fade(duration=.8);



}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	
	background-image:url(http://www.svommoord.nl/menu/back_menu2.png);

	border-style:dotted;
	border-color:#000000;
	border-bottom: 0px;	
	border-right: 0px;;
	
}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	color:#FFFFFF;
	font-family:Verdana, Arial;
	font-size:10px;

	
	background-image:url(http://www.svommoord.nl/menu/back_menu.png);
	
	border-style:solid;
	border-color:#808080;
	border-bottom: 1px;	
	border-right: 1px;;
	

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	/*background-color:#transparent;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#FFFAFA;




	
}/**********************************************************************************************

	Optional Specific Settings

	Specifically define settings for any item or menu group
	by using the following syntax with the items index.

	CSS settings here for main menu group

***********************************************************************************************/	




/*

#cdd_item0_0
{
	
	CSS settings for the specified item goes here
	
	
}



#cdd_item0_menu
{

	CSS settings for the specified menu group goes here

	
}


*/





