.jquerycssmenu{
padding-left: 37px; /*offset of tabs relative to browser left edge*/
background:url(../img/menu.jpg) no-repeat;
width: 930px;
height: 45px;
/* z-index: 9; */
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
/* z-index: 9; */
}

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

.jquerycssmenu ul li img{

display: inline;
float: left;
background: url(../img/menu_top_pipe.png) no-repeat right;
margin: -30px 0px 0px 0px;
/* z-index: 9; */
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
background: none top center repeat-x;; /*background of tabs (default state)*/
padding: 1px 1px 1px 1px;
margin-right: 33px; /*spacing between tabs*/
color: #ded9c0;
text-decoration: none;
/* z-index: 9; */
}

.jquerycssmenu ul li a:hover{
background: none;
color: #b49860;
text-decoration:underline;
/* z-index: 9; */
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 0px solid black;
text-align: left;
/* z-index: 9; */
}

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

/*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 13px Verdana;
background: #131313;
width: 15em;
/* width: 200px; */
color: #ded9c0;
padding: 1px 1px 1px 1px;
margin-top: 1px;
margin-left: -5px;
border: 1px solid #383838;
font-size:10px;
text-decoration: none;
/* z-index: 9; */
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #7E0E1E;
color: #b49860;
font-size:10px;
text-decoration:none;
/* z-index: 9; */
}

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

.downarrowclass{
position: absolute;
top: 25px;
right: 25px;
/* z-index: 9; */
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
/* z-index: 9; */
}
