.jquerycssmenu3{
border-right: 0px solid black;
margin-top: 0px; /*spacing between tabs*/
padding-left: 0px;
padding-right: 0px;
width:0px;
z-index:1;

/*offset of tabs relative to browser left edge*/

}

.jquerycssmenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index:1;

}

/*Top level list items*/
.jquerycssmenu3 ul li{
position: relative;
display: inline;
float: left;
width:154px;
z-index:1;

}

/*Top level menu link items style*/
.jquerycssmenu3 ul li a{
display: block;
font-size: 12px;
font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
color: #0e485e;
margin-right: 0px; /*spacing between tabs*/
margin-top: 0px; 
margin-bottom: 0px;/*spacing between tabs*/
padding-left: 20px;
border-bottom-width: 0;
height:20px;
text-decoration: none;
padding: 4px 10px 1px;
border-bottom: 1px solid #ededed;
z-index:1;

}

.jquerycssmenu3 ul li a:hover{
display: block;
font-size: 12px;
font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
color: #023e62;
margin-right: 0px; /*spacing between tabs*/
margin-top: 0px; /*spacing between tabs*/
margin-bottom: 0px;/*spacing between tabs*/
border-bottom-width: 0;
height:20px;
background: #ededed;
text-decoration: none;
border-bottom: 1px solid #ededed;
z-index:1;
}

.jquerycssmenu3 ul li ul{
position: absolute;
z-index:1;
left: 0;
display: block;
visibility: hidden;
margin-top:-25px; /*spacing between tabs*/
margin-left:154px;
width:204px;
border-top: 2px solid #d8d8d8;
border-bottom: 2px solid #d8d8d8;
border-right: 2px solid #d8d8d8;
border-left: 2px solid #d8d8d8;

}


/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu3 ul li ul li{
display: list-item;
float: none;
z-index:1;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu3 ul li ul li ul{
top: 0;
margin-top:-25px; /*spacing between tabs*/
margin-left:204px;
width:204px;
border-top: 2px solid #d8d8d8;
border-bottom: 2px solid #d8d8d8;
border-right: 2px solid #d8d8d8;
border-left: 2px solid #d8d8d8;
margin-top: 0px; /*spacing between tabs*/
margin-left:0px;


}

.jquerycssmenu3 ul li ul li ul li ul{
top: 0;
height:30px;
margin-left:-204px;
width:204px;
border-top: 2px solid #d8d8d8;
border-bottom: 2px solid #d8d8d8;
border-right: 2px solid #d8d8d8;
border-left: 2px solid #d8d8d8;



}
/* Sub level menu links style */
.jquerycssmenu3 ul li ul li a{
font-size: 12px;
height:30px;
font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
color	: #0e485e;
width: 164px; /*width of sub menus*/
background: white;
padding: 0px 0px 0 0;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid black;

}

.jquerycssmenu3 ul li ul li a:hover{ /*sub menus hover style*/
background: #206de1;
margin-top:0px; /*spacing between tabs*/
font-size: 12px;
height:30px;
font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
color	: #FFFFFF;

}

/* Sub level menu links style */
.jquerycssmenu3 ul li ul li ul li a{
font-size: 12px;
height:30px;
font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
color	: #0e485e;
width: 205px; /*width of sub menus*/
margin-left:205px;
background: white;
padding: 0px 0px 0 0;
margin: 0;
border-top-width: 0;
border-bottom: 0px solid black;

}

.jquerycssmenu3 ul li ul li ul li a:hover{ /*sub menus hover style*/
background: #09639f;
font-size: 12px;
font-family: "Lucida Grande",Arial,Helvetica,sans-serif;
color	: #FFFFFF;


}

#navigation3 ul ul li a, #navigation3 ul ul li a:visited  {
	border-right: 0 !important;
	padding: 0 0px 0;
	border-bottom: 1px solid #ededed;
	text-decoration:none;
	text-transform: none !important;
	font-weight: normal !important;
	line-height: 30px;
}
