.jquerycssmenu {
	font-family:  "Lucida Sans", "Lucida Sans Unicode","Lucida Grande", Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	font-size: 16px;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	}

.jquerycssmenu ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}

/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: block;
	float: left;
	
	}

/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display: block;
	padding: 4px 10px 6px 10px !important;
	/* font-family:  "Lucida Sans Unicode","Lucida Grande", Arial, Helvetica, sans-serif !important;
	font-size: 16px !important; */
	letter-spacing: -1px;
	color: #FFF;
	
	text-decoration: none;
	}

.jquerycssmenu ul li a:hover, 
.jquerycssmenu ul li a:active {
	background: #e0e0e0;
	color:#555555;
	text-decoration: none; 
	}

.jquerycssmenu ul li a.current, 
.jquerycssmenu ul li a.current:hover {
	color: #fff;
	padding: 6px 10px 7px 10px;
	text-decoration: none;
	background-color: #016a65;
	}
					
/* SUB MENUS */
	
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	background: #F8F7F8;
	left: 0;
	display: block;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	display: block;
	float: none;
	z-index: 2000;
	/* width:200px; */ 
	margin: 0;
	padding: 0 !important;	
	}

/*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{
width: 200px; /*width of sub menus*/
background: #F8F7F8 !important;
color: #555;
margin: 0;
padding: 6px 10px !important;
border-bottom: 1px solid #dcdcdc;
z-index: 10000;
}


.jquerycssmenu ul li ul li a:hover, .jquerycssmenu ul li ul li a:active{ /*sub menus hover style*/
background: #e0e0e0 !important;
text-decoration: none;
}

.jquerycssmenu ul li ul li a.current, .jquerycssmenu ul li ul li a.current:hover{
color: #fff;
text-shadow: 0 1px 1px #222;
text-decoration: none;
background: #5a6564 url(/img/bg_navigation_current.gif) top left repeat-x;
border-bottom: 1px solid #273130;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
position: absolute;
top: 7px;
right: 5px;
display:none;
}

.rightarrowclass {
display: block;
position: absolute;
top: 8px;
right: 5px;
z-index: 2000;
}

