S.jquerycssmenu
{
	font: normal 11px Tahoma;
	border-bottom: 0px solid black;
	padding-left: 0px; /*offset of tabs relative to browser left edge*/
	padding-right: 0px;
	margin: 0px;
	position: relative;
	z-index: 100;
	width: 567px;
	border: solid 0px #000000;
}

.jquerycssmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/*Top level list items*/
.jquerycssmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	vertical-align: middle;
	height: 32px;
}

/*Top level menu link items style*/
.jquerycssmenu ul li a
{
	display: block; /*background: white url(tintblue.gif) top center repeat-x;; /*background of tabs (default state)*/
	background-position: left;
	background-repeat: no-repeat;
	padding:  10px 0px 0px 0px;
	margin-right: 0px; /*spacing between tabs*/
	border: 0px solid #ff0000;
	border-bottom-width: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
	height: 32px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	  
}

.jquerycssmenu ul li a:hover
{	
	 
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
	
}

/*1st sub level menu*/
.jquerycssmenu ul li ul
{
	position: absolute;
	left: 0px;
	display: block;
	border: solid 0px #ff0000;
	visibility: hidden;
	border-top: 0px solid black;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li
{
	display: list-item;
	float:  none;
	height: 32px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul
{
	
	top: 0px;
	padding: 0px;
	margin: 0px;
}

/* Sub level menu links style */
.jquerycssmenu ul li ul li a
{
	width: 138px; /*width of sub menus*/
	background-image: url(../images/experts_11.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	 
	margin: 0px;
	border: 0px solid red;
	height: 32px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	 
		font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
}

.jquerycssmenu ul li ul li a:hover
{
	/*sub menus hover style*/
	background-image: url(../images/experts_11.jpg);
	background-repeat: repeat-x;
	background-position: center top;
		font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 13px;
	
	
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass
{
	
	position: absolute;
	top: 7px;
	right: 5px;
}

.rightarrowclass
{
	position: absolute;
	top: 5px;
	right: 5px;
}
