.jquerycssmenu{
	font: 14px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	margin-top: 6px;
	width: 100%;
}

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

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;
text-align: center;
line-height:15px;
	height:60px;


}

/*Top level menu link items style*/
.jquerycssmenu ul li a{
	display: block;
	width:116px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px; /*spacing between tabs*/
	color: #02425c;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4D4D4D;	
	padding-top: 10%;
}

.jquerycssmenu ul li a:hover{
/*background-image: url() tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
padding-top:0px;
}

/*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: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a{
	font: normal 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	width: 180px; /*width of sub menus*/
	background-color: #282727;
	color: white;
	margin-top: 0;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #282727;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background: #01b2ec;
color: white;
}

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

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

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

.jquerycssmenu a{
	height: 58px;
}
