.jquerycssmenu{
font-size: 11px;
padding-left: 0px; /*offset of tabs relative to browser left edge*/
background: transparent url(images/bg_nav_dots.gif) repeat-x 0 0;
height: 29px;
display: block;
margin: 0 0 20px 0;
z-index: 2000;
}

.jquerycssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li{
position: relative;
display: inline;
float: left;

}

.toplevel:hover{
	color:#3b73b9;
	text-decoration: None;
}
.toplevel:visited{
	color:#333;
	text-decoration: None;
}


/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
padding: 6px 10px;
margin: 0 10px 0 0px; /*spacing between tabs*/
font-weight: normal;
font-size: 12px;
color: #333;
text-decoration: none;
border-bottom-width: 0;


}


/*Top level menu link Hover  style*/
.jquerycssmenu ul li a:hover{
color: #3b73b9;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 6px 9px;

}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
z-index: 2000;

}

/*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-weight:normal;
font-size: 11px;
width: 160px; /*width of sub menus*/
background: white;
color: #3b73b9;
margin: 0;
padding: 3px 0px 3px 10px;
border-top-width: 0;

}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
text-decoration: underline;
background-color:#fff;
color:#3b73b9;
border-right: 0px solid #ccc;
border-left: 0px solid #ccc;
padding: 3px 0px 3px 10px;

}

/* first 
* html .jquerycssmenu a:hover {
	
	background:#fff ; 
	position:relative; 
	
	}

*/

.jquerycssmenu :hover > a {
	color:#3b73b9;
	background:#fff ;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 6px 9px;

	}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
display:none;
position: absolute;
top: 7px;
right: 5px;
}

.rightarrowclass{
display:none;
position: absolute;
top: 5px;
right: 5px;
}