.jquerycssmenu{
padding-left: 15px; /*offset of tabs relative to browser left edge*/
width:100%;
text-align:center;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
display: block;
font-family: arial;
font-size: 11px;
color: #999999;
width:auto;
padding-left:5px;
padding-right:5px;

}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
font-family: arial;
font-size: 11px;
color: #999999;
background-image: url(images/line_blue.jpg);
background-repeat: no-repeat;
background-position: left center;
border-bottom-width: 0;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
font-size: 11px;
color: #AB0001;
text-decoration: none;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;

}

/*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{
text-align:left;
font-family: arial;
font-size: 11px;
color: #999999;
width: 160px; /*width of sub menus*/
padding: 3px;
background:#FFFFFF;
margin: 0;
border:#999999 1px solid;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
font-size: 11px;
color: #AB0001;
text-decoration: none;
}

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

.downarrowclass{
position: absolute;
top: 7px;
right: 5px;
}

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