h3 {text-transform: uppercase;}

.jquerycssmenu{
font: bold 12px Verdana;
border-bottom: none;
padding-left: 15px; /*offset of tabs relative to browser left edge*/
text-decoration: none;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
float: right;
text-decoration: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
text-decoration: none;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background-color: #white; /*background of tabs (default state)*/
padding: 0;
margin-right: 0px; /*spacing between tabs*/
border: none;
border-bottom-width: 0;
color: #006699;
text-decoration: none;
line-height: 1.2;
}

.jquerycssmenu ul li a:hover{
text-decoration: none; /*tab link background during hover state*/
}

/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
float:right;
left: 0;/*ALERT*/
display: block;
visibility: hidden;
border-top: 1px solid black;
border-bottom: 1px solid black;
border-left: none;
border-right: none;
text-indent:2;
font-weight: bold;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;
list-style-type: none;
text-decoration: none;
color: #006699;
/*list-style-position: inside;
marker-offset: 1px;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
border-left: 1px solid black;
border-right:1px solid black;
border-top:none;
border-bottom: none;
text-decoration: none;
color: #006699;
text-indent: 1.2em;
text-align: left;
}

/*.jquerycssmenu ul li ul li a:before{
	display: marker;
		  color:#f7941d;;
		  content: counter(li-no, disc);*/
} 
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
/*position: absolute;ALERT*/
top: 0;
/*left:100px;ALERT*/
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: bold 11px Verdana;
width: 168px; /*width of sub menus*/
background: #f7941d url("images/blue_sq_li.gif") no-repeat; /*tab link background during hover state*/
background-position: 8px center; /*sets distance of square from left border*/
color: #006699;
padding: 4px 5px;
margin: 0px;
border-top-width: 0;
border-bottom: none;
text-decoration: none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-color: #006699;
color: #f7941d;
text-decoration: none;
font-weight: bold;
background: /*#006699*/ #000 url("images/orange_sq_li.gif") no-repeat; /*tab link background during hover state*/
background-position: 8px center; /*sets distance of square from left border then vertical*/
} 

/*position:relative;*/
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
visibility: hidden;
top: 7px;
left: 5px;
}

.rightarrowclass{
position: absolute;
visibility: hidden;
top: 5px;
left: 5px;
}
