.jquerycssmenutop{
font: bold 13px Arial;
margin-bottom:10px;
position:absolute;
top:89px;
width:900px;
background: url(../images/navigation-level1-bg.gif) no-repeat top right;
}

.jquerycssmenutop ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenutop ul li{
position: relative;
display: inline;
float: left;
_border-bottom:1px solid #000; /*IE6 Only */
}

/*Top level menu link items style*/
.jquerycssmenutop ul li a{
display: block;
background: url(../images/navigation-level1-tab.gif) no-repeat top right; /*background of tabs (default state)*/
padding: 4px 12px 4px 12px;
margin-right: 0; /*spacing between tabs*/
border-bottom-width: 0;
color: #000000;
text-decoration: none;
}

.jquerycssmenutop ul li a:hover{
background: url(../images/navigation-level1-tab.gif) no-repeat top right; /*tab link background during hover state*/
color:#ffffff;
}
	
/*1st sub level menu*/
.jquerycssmenutop ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
margin:0 0 0 0;
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenutop ul li ul li ul{
margin:0 0 0 0;
}

/* Sub level menu links style */
.jquerycssmenutop ul li ul li a{
font: normal 13px Verdana;
width: 200px; /*width of sub menus*/
background: #1a1a1a;
color: #96966e;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
}

.jquerycssmenutop ul li ul li a:hover{ /*sub menus hover style*/
background: #3f3f33;
color: #ffffff;
}

.jquerycssmenutop ul li ul li ul li a{
font: normal 13px Verdana;
width: 200px; /*width of sub menus*/
background: #3f3f33;
color: #96966e;
padding: 4px 5px;
margin: 0;
border-top-width: 0;
}

.jquerycssmenutop ul li ul li a:hover{ /*sub menus hover style*/
background: #595945;
color: #ffffff;
}

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

.downarrowclass{
display:none;
}

.rightarrowclass{
display:none;
}

