.jqueryslidemenu{
background: none;
width: 700px;
height:31px;
position: relative;
top: 0xp;
z-index: 10;
}


/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
display: block;
width: 150px; /*width of sub menus*/
height: 12px;
background: url("/img/menu/menu_bg.gif") no-repeat;
vertical-align: middle;
padding: 5px;
margin: 0px;
margin-top: -1px;
border-top-width: 0;
border-right: none;
}

a#wid240
{
	width: 230px;
	background: url("/img/menu/menu_220bg.gif") no-repeat;
}

a:hover#wid240
{
	background: url("/img/menu/menu_220bg1.gif") no-repeat;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background: url("/img/menu/menu_bg1.gif") no-repeat;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: white; /*background of tabs (default state)*/
color: red;
padding: 0px;
color: #2d2b2b;
text-decoration: none;
}


* 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{
color: #4d1f1f;
font-weight: bold;
font-size: 11px;
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
padding-top: 5px;
display: inline-block;
visibility: hidden;
float: left;
z-index: 10;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: url("/img/menu/menu_bg1.png");
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
display: none;
}

.rightarrowclass{
position: absolute;
display: none;
}

