#myslidemenu {
width: 1050px;
height: 28px;
padding-left: 10px;
background: url(../images/main-menu-bg.jpg) left top no-repeat;
margin:0px auto 13px auto;
}

.jqueryslidemenu {
position: relative;
font-weight: bold;
width: 100%;
z-index: 100;
}

.jqueryslidemenu ul {
margin: 0px;
padding: 0px;
list-style-type: none;
text-align:center;
}

/*Top level list items*/
.jqueryslidemenu ul li {
position: relative;
display: inline-block;
!float:left;
/* float: left; */
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a {
display: block;
color: white;
padding: 4px 20px;
border-right: 1px solid #9b9b9b;
color: #fff !important;
text-decoration: none;
font-size: 15px;
font-family:Arial, Helvetica, sans-serif;
}
	.jqueryslidemenu ul li a.last { /* To remove the last menu item's border */
	border-right: 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: #fff !important;
}

.jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li a.currentPage {
color: #ffffff;
background: #5d5d5d url(../images/main-menu-hover-bg.jpg) bottom repeat-x; 
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul {
position: absolute;
left: 0;
display: block;
visibility: hidden;
background: #848484;
}

/*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 {
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a {
font: normal 13px Verdana;
width: 155px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
text-align:left;
}

.jqueryslidemenuz ul li ul li a:hover { /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
/* Made Hidden by Hedaya */
.downarrowclass {
display: none;
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass {
display: none;
position: absolute;
top: 6px;
right: 5px;
}
