.jquerycssmenu{font: bold 12px Verdana, Geneva, sans-serif;margin-top:4px;}
*html .jquerycssmenu{font: bold 12px Verdana, Geneva, sans-serif; margin-top:6px;}
*+html .jquerycssmenu{font: bold 12px Verdana, Geneva, sans-serif; margin-top:5px;}
.jquerycssmenu ul{margin: 0;padding: 0;list-style-type: none;}

/*Top level list items*/
.jquerycssmenu ul li{display:inline;float:left;font-size:18px;position:relative;text-align:center;width:168px;margin:0;}
.jquerycssmenu .split_dot{ background:url(../images/split_dot.gif) no-repeat right center;}
/*Top level menu link items style*/
.jquerycssmenu ul li a{
display: block;
/*background: url(../images/tintblue.gif) top center repeat-x; /*background of tabs (default state)*/
padding: 3px 7px 4px 7px;
margin-right: 3px; /*spacing between tabs*/
color: #2d2b2b;text-decoration: none;
}
*+html .jquerycssmenu ul li a{padding: 3px 7px 5px 7px;}

.jquerycssmenu ul li a:hover{
/*background-image: url(../images/tintbluedark.gif) /*tab link background during hover state*/
}
	
/*1st sub level menu*/
.jquerycssmenu ul li ul{position: absolute;left: 0;display: block;visibility: hidden;border-top: 1px solid #E5E5E5; z-index:100;}

/*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{
background:#FFFFFF;filter:alpha(opacity=70); /* IE 透明度20% */
-moz-opacity:0.7; /* Moz + FF 透明度20%*/
opacity: 0.7; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/
border-bottom:1px solid #E5E5E5;
border-top-width:0;
color:black;
font-size:12px;
font-weight:normal;
margin:0;
line-height:18px;
padding:4px 5px 4px 10px;
height:16px;
text-align:left;
width:150px;/*width of sub menus*/
}

.jquerycssmenu ul li ul li a:hover{ /*sub menus hover style*/
background:#eff9ff;filter:alpha(opacity=90); /* IE 透明度20% */
-moz-opacity:0.9; /* Moz + FF 透明度20%*/
opacity: 0.9; /* 支持CSS3的浏览器（FF 1.5也支持）透明度20%*/

}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{position: absolute;top: 7px;right: 5px;}

.rightarrowclass{position: absolute;top: 5px;right: 5px;}
