.jquerycssmenu{
color:#FFFFFF;
width:956px;
/*padding-left:5px;*/
}

.jquerycssmenu ul{
color:#f8d894;
font-size:11px;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
color:#f8d894;
margin-right:2px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: url(../images/blue_tab1.gif); /*background of tabs (default state)*/
padding: 0 1px 0 1px;
color: #f8d894;
text-align:center;
height:33px;
line-height:33px;
width:154px;
}

.jquerycssmenu ul li a:hover , .jquerycssmenu ul li a.selected{
	text-decoration:none; /*tab link background during hover state*/
	color:#FFFFFF;
}
/*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;*/
display: block;
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{
width: 140px; /*width of sub menus*/
background: #f8d894;
color: black;
padding: 0px 5px;
margin: 0;
border-top-width: 0;
border:1px solid #c6aa6e;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

