.jquerycssmenu2{
height:40px;
z-index:2000;
margin:0px;
}

.jquerycssmenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu2 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerycssmenu2 ul li a{
display: block;
padding: 10px 0px 0px 0px;
margin-right: 3px; /*spacing between tabs*/
text-decoration: none;
width:100px;
height:30px;
color:#FFFFFF;
font-weight:600;

}

.jquerycssmenu2 ul li a:hover{
	background-color:#003399;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color:#FFFFFF;
}
	
/*1st sub level menu*/
.jquerycssmenu2 ul li ul{
position: absolute;
display: block;
visibility: hidden;
padding:0;
margin:0;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu2 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu2 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerycssmenu2 ul li ul li a{
display: block;
width: 120px; /*width of sub menus*/
background: black;
color: white;
padding: 2px 5px;
border-top-width: 0;
filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	color:#FFFFFF;
}

.jquerycssmenu2 ul li ul li a:hover{ /*sub menus hover style*/
background: #000000;
color:#FF3300;
color:#FF6600;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
display:none;
}

.rightarrowclass{
display:none;
}
