.jquerycssmenu{
width:605px;
font: bold 14px arial;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
float:right;
margin-top:25px;
}

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

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

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
width:80px;
text-align:left;
background:url(v3-images/v3-navigation/tintlight.png) top center repeat-x; /*background of tabs (default state)*/
padding: 5px 0px 4px 5px;
margin: 5px 7px 0px 0px;  /*spacing between tabs*/
color: #fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
background-image:url(v3-images/v3-navigation/tintdark.png) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

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

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 10px arial;
text-align:left;
width: 100px; /*width of sub menus*/
color: #fff;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px  #c4c4c4;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: #fa00af;
}

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

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

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