.jquerycssmenu{
font: 11px Verdana;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 10000000000000001;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
z-index: 10000000000000001;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 12px 0px 0px 0px;
margin-right: 0px; /*spacing between tabs*/
color: #FFFFFF;
text-decoration: none;
font: 12px Arial;
width: 165px;
height: 27px;
text-align: center;
background-image: url(bt_normal.jpg); /*tab link background during hover state*/
z-index: 10000000000000001;

}

.jquerycssmenu ul li a:hover{
display: block;
padding: 12px 0px 0px 0px;
margin-right: 0px; /*spacing between tabs*/
color: #FFFFFF;
text-decoration: none;
width: 165px;
height: 27px;
text-align: center;
background-image: url(bt_over.jpg); /*tab link background during hover state*/
font: 12px Arial;
z-index: 10000000000000001;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-top: 1px solid white;
background: #646464;
font: 11px Arial;
z-index: 10000000000000001;
width: 180px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li{
display: list-item;
float: none;
z-index: 10000000000000001;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul{
top: 0;
z-index: 10000000000000001;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
font: normal 11px Verdana;
width: 180px; /*width of sub menus*/
height: 20px;
background: #646464;
color: white;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid white;
z-index: 10000000000000001;
text-align: left;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #959595;
width: 180px; /*width of sub menus*/
height: 20px;
color: white;
font: normal 11px Verdana;
z-index: 10000000000000001;
text-align: left;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
top: 5px;
right: 5px;
}

.bt_header_over{
color: #FFFFFF;
background-image: url(bg_menu_over.gif); /*tab link background during hover state*/
font: 11px Arial;
}

a.on{
margin-right: 0px; /*spacing between tabs*/
color: #FFFFFF;
width: 165px;
height: 139px;
text-align: center;
background-image: url(bt_over.jpg); /*tab link background during hover state*/
font: 12px Arial;
}

A.on				{margin-right: 0px; color: #FFFFFF; width: 165px; height: 27px; text-align: center; background-image: url(bt_over.jpg); font: 12px Arial;}
A.on:visited		{margin-right: 0px; color: #FFFFFF; width: 165px; height: 27px; text-align: center; background-image: url(bt_over.jpg); font: 12px Arial;}
A.on:hover			{margin-right: 0px; color: #FFFFFF; width: 165px; height: 27px; text-align: center; background-image: url(bt_over.jpg); font: 12px Arial;}

