.jquerycssmenu{
/*font: bold 12px Verdana;*/
/*border-bottom: 1px solid black;
padding-left: 15px;*/ /*offset of tabs relative to browser left edge*/
font-size:12px;
font-weight:bold;
margin-top:-28px;
}

.jquerycssmenu ul{
margin-left: 360px;
padding: 0;
list-style-type: none;
float:right;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
color:#fff;
left:10px;
z-index:1;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
color: #2d2b2b;
text-decoration: none;
color:#fff;
border-right:1px #A7A7A7 solid;
padding-right:10px!important;
padding-left:10px;
margin-left:0px;
margin-right:0px
}

.jquerycssmenu ul li a:hover{
/*background-image: url(tintbluedark.gif) /*tab link background during hover state*/
color:#ca453a;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-right:0px #A7A7A7 solid!important;
/*border-top: 1px solid black;*/

}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
margin-left:-360px;
border-right:0px #A7A7A7 solid!important;
color: #fff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
color: #fff;
width: 170px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
width: 160px; /*width of sub menus*/
background: #000;
color: #fff;
padding: 4px 0px;
margin: 0;
border-top-width: 0;
border-right: 0px solid black!important;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #fff;
color:#ca453a;
width: 170px;
/* for IE */
filter:alpha(opacity=60);
/* CSS3 standard */
opacity:0.6;
}

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

.downarrowclass{
/*position: absolute;
top: 7px;
right: 5px;*/
}

.rightarrowclass{
/*position: absolute;
top: 5px;
right: 5px;*/
}
