.jqueryslidemenu{
font: normal 12px Arial;
width: 100%;
margin: 0px 0px 0px 15px;
color: #eee;
text-transform: uppercase;
line-height:1px;
}

.jqueryslidemenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
}

#myslidemenu ul
{
	margin: 0 0 .3em 0;
	line-height: 1.5em;
	text-align: justify;
}

/*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;
color: #fff;
padding: 12px 10px;
background: url('/images/menuright.gif') no-repeat right 50%;
color: #9a9a9a;
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: #939393;
}

.jqueryslidemenu ul li a:hover{
 	background: url('/images/menuselectedbg.jpg') repeat-x; /*tab link background during hover state*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul
{

	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	/*background: #414141; */
	background: url('/images/submenubg.gif') 0px bottom;
}

.jqueryslidemenu ul li ul .bottom
{
	line-height: 1px;
	height: 5px;
	border: solid 1px red;
}
/*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 11px Verdana;
width: 185px; /*width of sub menus*/
padding: 5px;
border-top-width: 0;
border-bottom: 1px dotted gray;
margin: 0px 10px 0px 10px;
background:none;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 17px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

