#menu {
position:absolute;
bottom:0;
left:70px;
background: #000000
}


.jquerymenu{
font: bold 13px Verdana;
width: 100%;
}

.jquerymenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerymenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jquerymenu ul li a{
display:block;
background: #000000 url(../images/menu_bg.gif) center center repeat-x;
color: white;
padding: 9px 16px;
text-decoration: none;
border-top: 1px solid #000000;
border-left:1px solid #343434;
border-right:1px solid #000000;
}

* html .jquerymenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jquerymenu ul li a:link, .jquerymenu ul li a:visited{
color: white;
}

.jquerymenu ul li a:hover{
color: white;
background: transparent url(../images/menu_bg_ov.gif) center center repeat-x;
}
	
/*1st sub level menu*/
.jquerymenu ul li ul{
position: absolute;
left: 0;
margin-top:1px;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerymenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerymenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jquerymenu ul li ul li a{
font: normal 13px Verdana;
width: 190px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jquerymenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
