.jquerycssmenu{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/menubg.gif) repeat-x left top;
	_text-align:left;
	height:32px;
	display:block;
}

.jquerycssmenu ul{
	margin:0 0 0 0px;
	padding:0 0 0 5px; *padding:0 0 0 5px ;_padding:0 0 0 5px;
	background:url(../images/menu_bg.gif) no-repeat top center;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/line.gif) no-repeat right center ;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
letter-spacing:2px; /*spacing between tabs*/
line-height:32px;
padding:0 0 0 8px;
font-weight:bold;
font-size:82%;
color:#fff;
text-decoration: none;
}

.jquerycssmenu ul li a:hover{
color:#000;
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: list-item;
float: none;
background: url(../images/menubg.gif) repeat-x left top;
line-height:30px;
}

/*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: 82%;
width: 170px; /*width of sub menus*/
color: #fff;
padding: 0 5px;
font-weight:normal;
margin: 0;
line-height:30px;
border-top-width: 0;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #004259;
color: #fff;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
