.jquerycssmenu { font: 12px Verdana; padding-left: 15px; /*offset of tabs relative to browser left edge*/ width:700px; }
.jquerycssmenu ul { list-style-type: none; padding:0; margin:0; border:0; list-style:none}
/*Top level list items*/
.jquerycssmenu ul li { position: relative; display: inline; float: left; margin:0 0px 0 0;}
/*Top level menu link items style*/
.jquerycssmenu ul li a { display: block; /*background of tabs (default state)*/ 
                         height:33px; line-height:33px;
		background-image:url("/Images/banner/Nav_middle.gif");
	background-repeat:repeat-x;	
	padding-left:6px;
	padding-right:6px;
	color:black;	
	cursor:hand;
	white-space:nowrap;/*border: 1px solid #c8c8c8;color: #2d2b2b;*/ border-bottom-width: 0; text-decoration: none;
/*-moz-border-radius-topleft : 10px ;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topright: 10px ;
 -webkit-border-top-right-radius: 10px;*/
} 
.jquerycssmenu ul li a:hover { /*tab link background during hover state*/ background-color:#0d86cd; color:#FFF; background-image:url("/Images/banner/Nav_middle_on.gif");}
/*1st sub level menu*/
.jquerycssmenu ul li ul { position: absolute; left: 0; display: block; visibility: hidden; border-top: 1px solid #3d9ed7; }
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li { display: list-item; float: none; height:35px; line-height:35px;}
/*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: normal 13px Verdana; width: 200px;/*width of sub menus*/ color: #d0d0d0; border-top-width: 0; text-indent:1em; padding:5px 0 0 0; background: #0d86cd; }
.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/ color: #fff; background:#0d86cd; }
.jquerycssmenu ul li ul li a:visited { /*sub menus hover style*/ color: #fff; background:#0d86cd; }
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass { position: absolute; top: 7px; right: 5px; }
.rightarrowclass { position: absolute; top: 5px; right: 5px; }
