.jquerycssmenu{

font: bold 12px Verdana;

/*border-bottom: 1px solid black;*/

padding-left: 5px;

padding-top:2px; /*offset of tabs relative to browser left edge*/

}



.jquerycssmenu ul{

margin:0px;

padding:0px;

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;

padding: 5px 7px 6px 7px;

margin-right: 3px; /*spacing between tabs*/

/*border: 1px solid #778;*/

border-bottom-width: 0;

color: #ffffff;

border-right:1px solid #ffffff;

text-decoration: none; 

}



.jquerycssmenu ul li a:hover{

/*background-image: url(file:///C|/Documents and Settings/admin/Local Settings/Temporary Internet Files/Content.IE5/4YAZ41E1/tintbluedark.gif)*/}

	

/*1st sub level menu*/

.jquerycssmenu ul li ul{

position: absolute;

left: 0;

margin-top:0px;

display: block;

border:1px solid #76590b;

border-right:none;

visibility: hidden;

/*border-top: 1px solid black;*/

}



/*Sub level menu list items (undo style from Top level List Items)*/

.jquerycssmenu ul li ul li{

display:inherit;

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: bold 13px Verdana;

width: 170px; /*width of sub menus*/

border-right:1px solid #76590b;

color: #ffffff;

padding:4px 0px 5px 25px;

margin: 0;

}



.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/

color: black;

text-decoration:underline;

}



/* ######### CSS classes applied to down and right arrow images  ######### */



.downarrowclass{

position: absolute;

top: 9px;

right: 25px;

}



.rightarrowclass{

position: absolute;

top: 2px;

left:3px;

}