.jquerycssmenu
{
	z-index:50000;
padding:0 0 0 15px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin:0;
padding:0;
list-style-type: none;
z-index:1000;
}

/*Top level list items*/
.jquerycssmenu ul li{
float:left;
padding:0 0 0 5px;
position: relative;
z-index:1000;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
width:120px;
	height:45px;
	font-family:"Trebuchet MS"; 
	font-size:15px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:45px;
z-index:50000;
}

.jquerycssmenu ul li a:hover{ 
	background-color:#db0269;
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
visibility: hidden;
border-top: 1px solid black;
margin:0;
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;
padding:0 0;
z-index:1000;
margin:0px;
}




/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
z-index:50000;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width:170px; /*width of sub menus*/
height:17px;
background:#2f3336;
font-family:"Trebuchet MS"; 
	font-size:13px; 
	font-weight:bold; 
color:#fff;
padding:4px 5px;
text-align:left;
line-height:17px;
z-index:1000;
border-bottom:1px solid #fff;
display:inline-block;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#db0269;
color:#fff;
z-index:1000;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;

}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;

}

