/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: transparent url(../images/layout/menu-normal.gif) top right no-repeat; /*background of tabs (default state)*/
margin-right: 6px; /*spacing between tabs = includes left curve of menu tab */
border: 0px;
color: #f3f3f2;
text-decoration: none;
z-index:100000;
}

	/* div used to force transparency on left*/
	.jquerycssmenu ul li a span div{
	clear:both; 
	float:none; 
	border:0px solid red; 
	position:absolute;
	left:-3px; 
	top:0px; 
	width:5px; 
	height:24px; 
	background: transparent url(../images/layout/menu-left-normal.gif) top left no-repeat;
	}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a, .jquerycssmenu ul li ul li a:visited{
font: normal 12px arial, helvetica, san-serif;
width: 156px; /*width of sub menus*/
background: #006b6e ;
color: #ffffff;
padding: 4px 5px;
margin: 0;
border: 1px solid #000000;
border-top-width: 0;
border-bottom-width:0;
white-space: nowrap;
}

