.jqueryslidemenu{
    /*font: bold 12px Verdana;*/
    /*background: #414141;*/
    /*width: 100%;*/
    font-size:16px;
    font-weight: lighter;
    line-height:2.7;
}

.jqueryslidemenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
	z-index:70;
	position:relative;
}

/*Top level list items*/
.jqueryslidemenu ul li{
    background-image:none;
    position: relative;
    display: inline;
    float: left;
    padding-left: 0 !important;
    margin-right: 0 !important;
	line-height:38px;
	margin:0;

}

.jqueryslidemenu ul li a.topLevel {
    background: none;
    color: #fff;
    padding: 1px 21px;
	font-weight: lighter;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
    /*background: #fff7e7; /* background of tabs (default state) */
    padding: 1px 20px;
    color: #FFFFFF;
    display: block;
    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: #000;*/
}

.jqueryslidemenu ul li a:hover{
    /*background: red; /*tab link background during hover state*/
    /*color: white;*/
	/*background:url(../images/menu_select.gif) 0 1px no-repeat;*/
	background:url("/img/topnav_bg_invert.gif") repeat-x scroll 0 0 #0090bf;
	overflow:hidden;

	/*text-decoration:underline;*/
}

/*1st sub level menu*/
.jqueryslidemenu ul li ul{
    position: absolute;
    left: 0;
    display: block;
    visibility: hidden;
    border: 1px solid #fff;
    background: url("/img/topnav_bg.gif") repeat-x scroll 0 0 #E28100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
    display: list-item;
    float: none;
    line-height:30px;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
    /*width: 230px; width of sub menus*/
    padding: 0 15px 0 10px;
    margin:0;
	white-space: nowrap;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
    /*color: #fff;
	background:url(../images/sub_menu_select.gif) 0 100% repeat-x;*/

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
    top: 0;
}



/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 18px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 12px;
    right: 5px;
}
