/* CSS FOR MENU ITEM OF TYPE "top" */



.left_menu_menuItem_top_regular,.left_menu_menuItem_top_over,.left_menu_menuItem_top_click,.left_menu_menuItem_top_disabled,.left_menu_menuItem_top_active{

	

}

.left_menu_menuItem_top_regular div,.left_menu_menuItem_top_over div,.left_menu_menuItem_top_click div,.left_menu_menuItem_top_disabled div,.left_menu_menuItem_top_active div{

	

}

.left_menu_menuItem_top_regular{	/* Top level menu item - Regular state */		

	

	

}



.left_menu_menuItem_top_over{ /* Top level menu item - Mouse over state */

	

	padding-left:20px;

	padding-right:9px;

	margin-right:2px;

	padding-top:0px;

	padding-bottom:0px;	

	cursor:pointer;

	line-height:16px;

	margin:0px;

	background-color:#714C87;	

	height:100%;

	

	

}



.left_menu_menuItem_top_active{	/* Top level menu item - Active state - this is typical the state for menu item 1 when a sub group is expanded and the mouse is located over one of the sub menu items */

	padding-left:20px;

	padding-right:9px;

	margin-right:2px;

	padding-top:0px;

	padding-bottom:0px;	

	cursor:pointer;

	line-height:16px;

	margin:0px;

	background-color:#4E8D00;	

	height:100%;

}





.left_menu_menuItem_top_click{	/* Top level menu item - Mouse click state */	

	padding-left:20px;

	padding-right:9px;

	margin-right:2px;

	padding-top:0px;

	padding-bottom:0px;	

	cursor:pointer;

	line-height:16px;

	margin:0px;

	background-color:#4E8D00;	

	height:100%;

}



.left_menu_menuItem_top_disabled{	/* Disabled menu item */

	padding-left:4px;

	padding-right:4px;

	margin-right:2px;

	padding-top:1px;

	padding-bottom:1px;

	cursor:default;

	line-height:16px;

	margin-top:2px;	

}



.left_menu_menuItem_top_disabled img,.left_menu_menuItem_top_disabled div{

	filter:alpha(opacity=30);

	opacity:0.3;



}



.left_menu_menuItem_top_disabled div,.left_menu_menuItem_top_active div, .left_menu_menuItem_top_click div, .left_menu_menuItem_top_regular div,.left_menu_menuItem_top_over div{	/* divs for the text,icon and arrow of a menu item */

	float:left;		

}



/* CSS FOR THE SMALL ARROW DIV - WHEN YOU CLICK ON THIS DIV, SUB ELEMENTS WILL SHOW */

.left_menu_menuItem_top_arrowShowSub{

	width:0px;

	

}



.left_menu_menuItem_top_over .left_menu_menuItem_top_arrowShowSub,

.left_menu_menuItem_top_click .left_menu_menuItem_top_arrowShowSub

{	/* Sub menu arrows */

	

}



/* CSS FOR SEPARATOR */



.left_menu_menuItem_separator_top{	/* Separator of type "top" */

	height:100%;

	margin-top:3px;

	margin-bottom:3px;	

	width:4px;

	padding-left:3px;

	padding-right:3px;

	background-repeat:repeat-y;

	background-image:url('../demo-images/menu_strip_separator-gray.gif');

	

}





/* CSS FOR MENU ITEM OF TYPE "sub" */



.left_menu_menuItem_sub_regular, .left_menu_menuItem_sub_over,.left_menu_menuItem_sub_click,.left_menu_menuItem_sub_disabled,.left_menu_menuItem_sub_active{	/* Commom css for regular, mouse over and mouse click items */

	clear:both;	

	line-height:18px;

	height:18px;	

	padding-left:0px;

	padding-right:0px;

	padding-top:2px;

	padding-bottom:2px;	

	cursor:pointer;	

	margin:1px;

	background-color:#4E8D00;

}

.left_menu_menuItem_sub_disabled{

	cursor:default;

}

.left_menu_menuItem_sub_disabled div,.left_menu_menuItem_sub_disabled{	/* Disabled sub menu item - Here, we apply the rules on the divs inside the element, i.e. the div for the icon, text and arrow */

	filter:alpha(opacity=30);

	opacity:0.3;

}

.left_menu_menuItem_sub_regular{	/* Regular menu item */

	margin-left:2px;	/* size of margin above + 1 pixel */

	padding-top:3px;	/* Size of padding-top above + 1 pixel */

	padding-bottom:3px;	/* Size of padding-bottom above + 1 pixel */

}



.left_menu_menuItem_sub_over,.left_menu_menuItem_sub_click,.left_menu_menuItem_sub_active{

	margin-left:2px;	/* size of margin above + 1 pixel */

	padding-top:3px;	/* Size of padding-top above + 1 pixel */

	padding-bottom:3px;	/* Size of padding-bottom above + 1 pixel */

}





.left_menu_menuItem_sub_regular div, .left_menu_menuItem_sub_over div,.left_menu_menuItem_sub_click div{

	float:left;	/* To get the icons and text of sub elements side by side */

}



.left_menu_menuItem_sub_over,.left_menu_menuItem_sub_active{	/* Mouse over effect */	

	background-color:#714C87;		

}



.left_menu_menuItem_sub_click{	/* Mouse click effect */

	background-color:#714C87;

}



.left_menu_menuItem_sub_click div, .left_menu_menuItem_sub_regular div,.left_menu_menuItem_sub_over div,.left_menu_menuItem_sub_active div,.left_menu_menuItem_sub_disabled div{	/* divs for the text,icon and arrow of a menu item */

	float:left;

	padding-left:1px;

	padding-right:1px;

	

}

.left_menu_menuItem_sub_arrowShowSub{	/* Arrow div for sub elements (Right pointing arrow ) */

	background-image:url('../../images_Menu1/menu-bar-right-arrow.png');	/* Path relative to the css file */

	width:18px;

	height:18px;

	text-align:right;

	position:absolute;

	right:0px;

	background-repeat:no-repeat;

	background-position: center right;

}





.left_menu_menuItem_separator_sub{	/* Separator of type "sub" */

	height:1px;

	margin-top:1px;

	margin-bottom:1px;

	margin-left:24px;

	padding-right:3px;

	background-color:#aeaeae;

	

}
