#mysliderclass{
	left:212px;
	top:109px;
	width:670px;
	position:absolute;
	z-index:5;
}
.jquerycssmenu{
font: 16px arial;
padding-left: 17px; /*offset of tabs relative to browser left edge*/
/*letter-spacing:1px;*/
}

.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;
background-color:#b9b697;
/*background: #b9b697 url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
color: #ffffff;
text-decoration: none;
}


/*Top level menu link items style*/
.jquerycssmenu ul li a.onstate{
display: block;
background-color:#ddd9be;
/*background: #ddd9be url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border-bottom-width: 0;
color: #4c5f28;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
display: block;
background-color:#ddd9be;
/*background: #ddd9be url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 5px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
color: #4c5f28;
text-decoration: none;
}
	
/*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 13px Arial;
width: 180px; /*width of sub menus*/
background: #9b977a;
color: white;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #8f8b6e;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
font: normal 13px Arial;
width: 180px; /*width of sub menus*/
background: #7d642c;
color: white;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
color: white;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid #8f8b6e;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

.jquerycssmenu ul li ul li a.onstate{ /*sub menus hover style*/
font: normal 13px Arial;
width: 180px; /*width of sub menus*/
background: #7d642c;
color: white;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
color: white;
font-family:Arial, Helvetica, sans-serif;
border-bottom: 1px solid #8f8b6e;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


/* Sub level menu links style */
.jquerycssmenu ul li ul li ul li a{
font: normal 13px Arial;
width: 175px; /*width of sub menus*/
background: #ffffff;
color: #4c5f28;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #8f8b6e;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

.jquerycssmenu ul li ul li ul li a:hover{ /*sub menus hover style*/
font: normal 13px Arial;
width: 175px; /*width of sub menus*/
background: #eeeeee;
color: #7d642c;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
color: #4c5f28;
border-bottom: 1px solid #8f8b6e;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.jquerycssmenu ul li ul li ul li a.onstate{ /*sub menus hover style*/
font: normal 13px Arial;
width: 175px; /*width of sub menus*/
background: #eeeeee;
color: #7d642c;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
color: #4c5f28;
border-bottom: 1px solid #8f8b6e;
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}


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

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

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

