.margin_l10 {

	margin-left: 10px;

}



.jquerycssmenu {

	padding-left: 0px; /*offset of tabs relative to browser left edge*/

	padding-top: 0px;

	padding-bottom: 0px;

	font-family: Arial;

	font-size: 12pt;

	color: #00ff00;;

	float: right;

}



.jquerycssmenu ul {

margin: 0;

padding: 0;

list-style-type: none;
overflow:initial;z-index:1
}



/*Top level list items*/

.jquerycssmenu ul li {

	position: relative;

	display: inline;
overflow:initial;z-index:1;
	float: right;

	bottom: 0px;

	top: 5px;

}



/*Top level menu link items style*/

.jquerycssmenu ul li a {

	display: block;

	margin-right: 1px; /*spacing between tabs*/

	color: #006666;

	font-size: 11pt;

	font-weight: bold;

	text-decoration: none;

	padding-top: 0px;

	padding-right: 20px;

	padding-bottom: 0px;

	padding-left: 0;

}



.jquerycssmenu ul li a:hover {

	color: #E7E7E7;

}

	

/*1st sub level menu*/

.jquerycssmenu ul li ul {

position: relative;

left: 0;

display: block;

visibility: hidden;

border-top:3px solid #ff3366;

z-index: 1000;
}



/*Sub level menu list items (undo style from Top level List Items)*/

.jquerycssmenu ul li ul li {

display: list-item;

float: none;

}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.jquerycssmenu ul li ul li ul {

top: 0;

}



/* Sub level menu links style */

.jquerycssmenu ul li ul li a {

font: normal 12px verdana;

width: 160px; /*width of sub menus*/

background: #00ff00;

color: #00ff00;

padding: 8px 5px;

border-top-width: 0;

font-size: 11pt;

}



.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/

background: #ff3366;

color: #FF3366;

}
