.jqueryslidemenu{
/*width: 100%;*/
width:1140px;
/*margin-left:50px;*/
margin:auto;
/*left:60%;*/
padding-top:0px;
height:42px;

}

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

}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
padding-left:0px;
padding-right:0px;
list-style:none;
line-height:44px;

}

.jqueryslidemenu ul li.mn {
/*height:28px;*/
width:170px;
/*background:url(../images/mn.gif) no-repeat;*/
}
.jqueryslidemenu ul li.nomn1 {
/*height:28px;
width:107px;*/
/*background:url(../images/mn.gif) no-repeat;*/
}
.jqueryslidemenu ul li.nomn2 {
/*height:28px;
width:107px;*/
/*background:url(../images/mn.gif) no-repeat;*/
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*padding: 18px 5px;*/
color: #fff; 
/*text-transform:uppercase;*/
font-size:18px;
font-weight:400;

text-decoration:none;
padding-top:2px;
/*margin-bottom:11px;*/
line-height:44px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
margin-bottom:0px;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
/*color: #fff;*/
}

.jqueryslidemenu ul li a.subm:hover{
background: #4fcdf3; /*tab link background during hover state*/
color: #2265b1; 
text-decoration:underline;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
width:180px;
display: block;
visibility: hidden;
clear:both;
background-color:#4fcdf3;

}


/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
color: #6c4c1b; 
display: list-item;
border-bottom:1px dotted #FFF;
/*padding:1px 0px 1px 0px;*/
width: 180px;

}

/*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 Arial;
/*width: 174px;*/ /*width of sub menus*/
padding: 3px 0px 5px 5px;
margin: 0;
border-top-width: 0;

/* border-bottom: 1px solid #9f8656; */
background:#4fcdf3;
text-transform:none;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #0a95d5;
color: black;
}

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

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}