.jqueryslidemenu{
	clear:both;
	font:12px normal Georgia, "Times New Roman", Times, serif;
	/*background: #414141;*/
width: 100%;
	background:url(http://cjpc.org/images/slidemenu_bg.gif) repeat-x;
	height:46px;
	padding:0 0 20px 0;
	z-index:10;
	position:relative;
}

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

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

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
/*background: #414141; /*background of tabs (default state)*/
color: white;
padding: 14px 13px;
/*border-right: 1px solid #778;*/
/*color: #2d2b2b;*/
/*this changes some of the link colors in nav bar*/
color:#2f2f31;
text-decoration: none;
text-transform:uppercase;
}
.jqueryslidemenu ul li a.current{
	color:#6C9634;
}
* html .jqueryslidemenu ul li a{
	padding: 14px 13px 15px 13px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
/*this changes the rest of the link colors in nav bar*/
.jqueryslidemenu ul li a:link{
	color:#2f2f31;
}


.jqueryslidemenu ul li a:hover{
/*background: #e4e3cf; /*tab link background during hover state*/
color:#121977;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background:#f9f9f9;
z-index:100;

}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
border-top: 1px solid #ecede9;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px Georgia, "Times New Roman", Times, serif;
width: 160px; /*width of sub menus*/
padding: 10px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #ecede9;
border-left:1px solid #ecede9;
border-right:1px solid #ecede9;
text-transform:uppercase;
}

.jqueryslidemenu ul li ul li a:hover{ /*sub menus hover style*/
background:#f5f5f5;
color: #8C8A8A;
}

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

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

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