.jquerycssmenu{
width:1007px; margin:0 auto; padding:0; height:40px; background:url(images/menu-bg.jpg) no-repeat top;z-index:100;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
text-align:center;
list-style-type: none;
z-index:100;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
/* background:url(images/bdr.gif) no-repeat right;*/
display: inline;
float: left;
margin:0; padding:0 18px ; display:block; line-height:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px; font-weight:bold;
text-transform:uppercase;
z-index:100;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background: url(images/bdr.gif) no-repeat right; background of tabs (default state)*/
padding: 0;
margin-right: 0px; /*spacing between tabs*/
border: 0px solid #D2302B;
border-bottom-width: 0;
color: #FFFFFF;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
/*background-image: url(images/bdr.gif) tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:#E38A08;
height:35px;
border-top: 1px solid #D2302B;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
background:#E38A08;
float: none;
width:150px;
border-bottom:#C9302B solid 1px;
line-height:25px;
color:#FFFFFF;
text-align:left;
padding:5px 15px;
margin:0;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
padding:0;
margin:0;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
color: #FFFFFF;
padding: 2px 0;
margin: 0;
border-top-width: 0;
border-bottom:0px solid #C9302B;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
color: #D02E2B;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 18px;
right: 15px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}
