#myjquerymenu { width:800px; height: 40px; float:left; margin:0;}

.jquerycssmenu{
font: bold 12px Tahoma, Helvetica, Arial, sans-serif; text-transform:uppercase; 
padding-left: 0px; /*offset of tabs relative to browser left edge*/
z-index:-1000;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none; float:right;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
background: #0175A4;
-moz-box-shadow:0px 0px 3px #999;
margin-right:10px; -moz-border-radius:4px;

}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;-moz-border-radius:4px;
background: #0175A4;
padding: 12px 14px 12px 14px;
margin-right: 0px; /*spacing between tabs*/
border-top: 1px solid white; border-right: 1px solid white;border-left: 1px solid white;
border-bottom-width: 0;
color: #fff;
text-decoration: none;
font-weight: bold;
}

.jquerycssmenu ul li .active {background: #234872; bor-
}


.jquerycssmenu ul li a:hover{
background: #234872;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute; z-index: 10000;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid silver;
}

/*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 11px Helvetica Neue, Helvetica, Arial, sans-serif;
width: 160px; /*width of sub menus*/
background: #8c7058;
color: white;
padding: 8px 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid black;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #695646;
color: white;
}

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

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

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

