.jqueryslidemenu{
font:Arial;
height:35px;
width:980px;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
font: normal 17px Arial;
	position: relative;
	display: inline;
	float: right;
	width: 183px;
	margin-left: 13px; /*spacing between tabs*/
	line-height:35px;
	letter-spacing:1px;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
color: #FFFFFF;
text-decoration: none;
padding-right:14px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
}

.jqueryslidemenu ul li a:hover{
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
right: 0;
display: block;
visibility: hidden;
list-style-type: none;
width: 183px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: right;
letter-spacing:0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: bold 12px Arial;
color: #FFFFFF;
padding: 4px 18px 4px 5px;
margin: 0;
border-bottom-width: 0;
border-top: 1px solid #FFFFFF;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
}



#b1{background: url(/templates/professional/92/main/he/gfx/b1.gif) no-repeat right top;}
#b1 a:hover{color: #48433d;}
#b2{background: url(/templates/professional/92/main/he/gfx/b2.gif) no-repeat right top;}
#b2 a:hover{color: #0c383c;}
#b3{background: url(/templates/professional/92/main/he/gfx/b3.gif) no-repeat right top;}
#b3 a:hover{color: #68711b;}
#b4{background: url(/templates/professional/92/main/he/gfx/b4.gif) no-repeat right top;}
#b4 a:hover{color: #2b7175;}
#b5{background: url(/templates/professional/92/main/he/gfx/b5.gif) no-repeat right top;}
#b5 a:hover{color: #843310;}

#b1_sub a{background: #938a7d;}
#b2_sub a{background: #1a7c85;}
#b2_sub a:hover{background: #42939a;}
#b3_sub a{background: #adbc2d;}
#b3_sub a:hover{background: #b7c447;}
#b4_sub a{background: #49bcc3;}
#b4_sub a:hover{background: #62c5cb;}
#b5_sub a{background: #eb5e20;}
#b5_sub a:hover{background: #ee743f;}

