.jquerycssmenu{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #c0bfbb;
padding-left: 0px; 
}

.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: #696965 url(tintgrey.gif) top center repeat-x; 
padding: 10px 10px 10px 10px;
border: 1px solid #82827e;
border-bottom-width: 0;
color: #c0bfbb;
text-decoration: none;
line-height: 18px;
}


.jquerycssmenu ul li a:visited {
/* IE6 finds the a:visited selected used for #Content links 'more specific' than the other selectors, so we have to overwrite it here */
color: #c0bfbb; 
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
text-decoration: none;
/*background-image: url(tintbluedark.gif)*/ /*tab link background during hover state*/
}

/*MAYBE HERE*/
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
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: 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 */ /*width of sub menus*/
.jquerycssmenu ul li ul li a{
font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 160px; 
white-space: no-wrap;
color: #c0bfbb;
padding: 4px 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #c0bfbb;
line-height: 18px;
}

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

/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
/* 
position: absolute; 
top: 7px;
right: 5px;
*/
position: relative;
}

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


#menu_level_1 {
	font-size: 14px;
		font-weight: bold;}
	
#menu_level_2 {
	font-size: 13px;
	font-weight: bold;}	
