.jquerycssmenu{
	/*padding-left: 30px; /*offset of tabs relative to browser left edge*/
	/*font-weight:bold;*/
	font-family:'metaplusblackroman';
	 
}

.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: white url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
padding: 13px 12px;
margin-right: 3px; /*spacing between tabs*/
border-bottom: 4px solid #fff;
color: #000000;
text-transform:uppercase;
text-decoration: none;
}



.jquerycssmenu ul li a:hover{
  	border-bottom:4px solid #3f3f3f !important;/*tab link background during hover state*/
}

.active a:hover{
	/*border-bottom:none !important;*/
}

.active a{
	border-bottom:4px solid #3f3f3f !important;
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:1000;
	background: -webkit-linear-gradient(right top, #3f3f3f , #34312e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom left, #3f3f3f, #34312e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom left, #3f3f3f, #34312e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom left, #3f3f3f, #34312e); /* Standard syntax */
}

/*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 */
.jquerycssmenu ul li ul li a{
font-family: 'ufontscomavenir45book' !important;
color:#fff;
font-size:15px;
text-transform:none;
width: 160px; /*width of sub menus*/
padding: 4px 5px;
margin: 0;
border-top-width: 0;
border:none;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #fff;
color: black;
border:none!important;
}

.active ul li a{
	border:none !important;
}

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

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

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