#myjquerymenu li.top{
	float:left;
	background:url(../images/divider.gif) no-repeat left top;
	padding:0 0px 0 0px;
	font-size:13px;
	line-height:1.2em;
	text-align:center;
	display:inline;
} 








.jquerycssmenu{
	text-transform:uppercase;
	float:right;
	padding:18px 0 0 0;
	position:relative;
	z-index:1000;
	width: 820px;
	height:40px;
	display:inline;	
}

.jquerycssmenu ul{
background-color:#000000;
left:0px;
padding:0;
margin:0;

}

/*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;
 /*background of tabs (default state)*/
padding: 2px 23px 2px 23px;
margin-right: 3px; /*spacing between tabs*/


color: #ffffff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
color: #993300;

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{

left: 0;
display: block;


background: #000000;
top:10px;
}

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


}

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

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font-size:11px;

color: #ffffff;
z-index:100;
padding: 6px 0px 6px 0px;
text-align:center;




border-bottom: #663300 solid 1px;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background-color:#000000;
color: #993300;
border-bottom: #962203 solid 1px;
z-index:100;
}

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

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

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

