.DHTMLSuite_menuBar_top{	/* The bar that is parent of the menu strip */

	height:12px;

	width:100%;

	background-repeat:repeat-x;

	font-family: Arial;

	font-size:12px;

	z-index:100000;

	padding-left:0px;

}



.DHTMLSuite_menuBar_sub{

	position:absolute;

	background-color:#EBEDFE;

	border:0px solid #000;

	display:inline;

}



/* CSS FOR MENU ITEM OF TYPE "sub" */



.DHTMLSuite_menuItem_sub_regular, .DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_disabled,.DHTMLSuite_menuItem_sub_active{	/* Commom css for regular, mouse over and mouse click items */

	clear:both;	

	line-height:15px;

	height:15px;	

	padding-left:5px;

	padding-right:4px;

	padding-top:2px;

	padding-bottom:2px;	

	cursor:pointer;	

	margin:0px;

	background-repeat:no-repeat;

}

.DHTMLSuite_menuItem_sub_disabled{

	cursor:default;

}

.DHTMLSuite_menuItem_sub_disabled div,.DHTMLSuite_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;

}

.DHTMLSuite_menuItem_sub_regular{	/* Regular menu item */

	margin-left:0px;	/* size of margin above + 1 pixel */

	padding-top:2px;	/* Size of padding-top above + 1 pixel */

	padding-bottom:2px;	/* Size of padding-bottom above + 1 pixel */

}



.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_click,.DHTMLSuite_menuItem_sub_active{

	border:0px solid #000006;

}





.DHTMLSuite_menuItem_sub_regular div, .DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_click div{

	float:left;	/* To get the icons and text of sub elements side by side */

}



.DHTMLSuite_menuItem_sub_over,.DHTMLSuite_menuItem_sub_active{	/* Mouse over effect */	

	background-color: White;		

}



.DHTMLSuite_menuItem_sub_click{	/* Mouse click effect */

	background-color: Yellow;

}



.DHTMLSuite_menuItem_sub_click div, .DHTMLSuite_menuItem_sub_regular div,.DHTMLSuite_menuItem_sub_over div,.DHTMLSuite_menuItem_sub_active div,.DHTMLSuite_menuItem_sub_disabled div{	/* divs for the text,icon and arrow of a menu item */

	float:left;

	padding-left:1px;

	padding-right:1px;

	

}

.DHTMLSuite_menuItem_sub_arrowShowSub{	/* Arrow div for sub elements (Right pointing arrow ) */

	background-image: url(../styleImages/icons/menu-bar-right-arrow.gif);	/* Path relative to the css file */

	width:18px;

	height:12px;

	text-align:right;

	position:absolute;

	right:0px;

	background-repeat:no-repeat;

	background-position: center right;

}





.DHTMLSuite_menuItem_separator_sub{	/* Separator of type "sub" */

	height:1px;

	margin-top:1px;

	margin-bottom:1px;

	margin-left:24px;

	padding-right:3px;

	background-color:#aeaeae;

	

}



.txtMenu {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 75%;

	color: #000000;

	text-decoration: none;

}

.txtMenuPrefix {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 75%;

	color: #F26522;

	text-decoration: none;

	border: 0px;

}

a.txtMenu:hover, a.txtMenuPrefix:hover {

	font-family: Arial, Helvetica, sans-serif;

	color: #F26522;

	text-decoration: none;

}



