/***********************************************************************
general styles for this page
***********************************************************************/
a.right_arrow  						{background: url([[menu_arrow]]); background-repeat:no-repeat;background-position:132px 5px;}
a.down_arrow  						{}

#menu ul li 						{font-size: 11px; margin:0px; padding:0px; display:inline;}
#caretMenuA_menu 					{width:935px; height:25px; z-index:20; background:#0f75bc; margin:0 0 0 25px; font-weight:bold;}

/***********************************************************************
General configuration CSS
***********************************************************************/

#caretMenuA_menu img				{border:0px;}
#caretMenuA_menu ul li ul				{display:none;}

#caretMenuA_menu					{visibility:hidden;}
#caretMenuA_menu ul				{margin:0px; padding:0px;}
#caretMenuA_menu li					{list-style-type:none;}	

/***********************************************************************
CSS - MENU BLOCKS
General rules for all menu blocks (group of sub items) 
***********************************************************************/
#caretMenuA_menu ul{display: inline;}

#caretMenuA_menu ul.menuBlock1		{overflow:visible;}
#caretMenuA_menu ul.menuBlock2		{background-color:#339bb6;}
#caretMenuA_menu ul.menuBlock3		{background-color:#339bb6;}

/***********************************************************************
CSS - MENU ITEMS
Assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#caretMenuA_menu a					{display:block; width:120px height:25px; line-height:25px; text-decoration: none; color:#fff;}


/* Main menu items  */
#caretMenuA_menu .currentDepth1 a		{background-color:#0f75bc; color:#fff; border-bottom:none; width:auto; padding:0 12px 0 12px;}
#caretMenuA_menu .currentDepth1over a	{background-color:#fff; color:#0f75bc; border-bottom:none; width:auto; padding:0 12px 0 12px;}

/* Sub menu depth 1 */
#caretMenuA_menu .currentDepth2 a		{background-color:#0f75bc; color:#fff; border-bottom:none; width:358px; padding:0 12px 0 12px; overflow:hidden;}
#caretMenuA_menu .currentDepth2over a	{background-color:#fff; color:#0f75bc; border-bottom:none; width:358px; padding:0 12px 0 12px; overflow:hidden;}	
	

/* Sub menu depth 2 */
#caretMenuA_menu .currentDepth3 a		{background-color:#0f75bc; color:#fff; text-align:left; padding:0 12px 0 12px; margin:0 0 0 -2px;}
#caretMenuA_menu .currentDepth3over a	{background-color:#fff; color:#0f75bc; text-align:left; padding:0 12px 0 12px; margin:0 0 0 -2px;}	


/* Sub menu depth 3 */
#caretMenuA_menu .currentDepth4 a		{background-color:#339BB4; color:#fff; text-align:left;}
#caretMenuA_menu .currentDepth4over a	{background-color:#000; color:#fff; text-align:left;}	