/**********************************************************************************************

	Main Menu Style Settings

	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:#eeeeee;
#05509
	color:#333333;
	font-family:Arial;
	font-size:12px;
	
	border-style:solid;
	border-color:#666666;


	background-image:url("images/menu_images/blue_blue_bg_main.gif");

}/*---------------------------------------------------------
Main Menu Item Settings
----------------------------------------------------------*/
.cdd0_main_items{


	/*background-color:#ebe7b2;*/
	
	border-style:solid;
	border-color:#9a9a9a;
	


}/*---------------------------------------------------------
Main Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_main_items_rollover{



	/*background-color:#ebe7b2;*/

	text-decoration:underline;
	
	border-style:dashed;
	border-color:#aaaaaa;




}/**********************************************************************************************

	Sub Menu Style Settings

***********************************************************************************************/


/*---------------------------------------------------------
Sub Menu Group Settings - (Applies to all sub containers)
----------------------------------------------------------*/
.cdd0_sub_menu{

	
	background-color:#bed2bf;

	color:#333333;
	font-family:Arial;
	font-size:12px;

	border-style:solid;
	border-color:#666666;

	
	background-image:url("images/menu_images/bg_sub.gif");

	filter:progid:DXImageTransform.Microsoft.Fade(duration=.2);





}/*---------------------------------------------------------
Sub Menu Item Settings
----------------------------------------------------------*/
.cdd0_sub_items{
	

	/*background-color:#transparent;*/

	border-style:solid;
	border-color:#bed2bf;



}/*---------------------------------------------------------
Sub Menu Item Rollover Settings
----------------------------------------------------------*/
.cdd0_sub_items_rollover{

	
	/*background-color:#ebe7b2;*/

	color:#222222;
	text-decoration:underline;

	
	border-style:solid;
	border-color:#aaaaaa;
	
	

}/**********************************************************************************************

	Divider Style Settings

***********************************************************************************************/



/*---------------------------------------------------------
Vertical Dividers
----------------------------------------------------------*/
.cdd0_dividers_vertical{



	/*background-color:#transparent;*/





}/*---------------------------------------------------------
Horizontal Dividers
----------------------------------------------------------*/
.cdd0_dividers_horizontal{



	background-color:#999999;




	
}/**********************************************************************************************

	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

	
}


*/




.tekst {  font-family: Arial, Helvetica, sans-serif; font-size: 14px}
.cdd1_dividers_horizontal { ; background-color: #999999}
.cdd1_dividers_vertical {  }
.cdd1_main_items { ; border-style: solid}
.cdd1_main_items_rollover { text-decoration:underline; border-style:dashed; border-color:#aaaaaa; }
.cdd1_main_menu { color:#333333; font-family:Arial; font-size:12px; ; border-style: solid}
.cdd1_sub_items { border-style:solid; border-color:#bed2bf; }
.cdd1_sub_items_rollover { color:#222222; text-decoration:underline; border-style:solid; border-color:#aaaaaa; }
.cdd1_sub_menu { background-color:#bed2bf; color:#333333; font-family:Arial; font-size:12px; border-style:solid; border-color:#666666; background-image:url("images/menu_images/bg_sub.gif"); filter:progid }
.tekst2 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px}
.tekst3 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #000099}
span {  list-style-image: url(images/menu_images/gray_bullet.gif)}
.links {  font-family: Arial, Helvetica, sans-serif; color: #333399; text-decoration: none}
