/* CSS Document */
.cpage{
	display: block;
	padding: 0px 8px;
	display:block;
	float:left;
	text-decoration: none;
	line-height: 42px;
	list-style:none;
	width:auto;
	float:left;
	list-style:none;
	background-color:#99CC00;
	
}
.jqueryslidemenu{
	width:auto;
	height:42px;
	font-family: "Arial Narrow", Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;


}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
width:126px;
text-align:center;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
padding: 0px 0px;
text-decoration: none;
line-height: 42px;

	

	
}

* 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: #ffffff;
}

.jqueryslidemenu ul li a:hover{
	
color: #01159A;

}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*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{
	width: auto; /*width of sub menus*/
	padding: 0px 0px 0px 5px;
	margin: 0px;
	border-top-width: 0px;
	border: 1px solid #6CA820;
	font-family: "Arial Narrow", Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	line-height:25px;
	text-align:left;
	background-image: url(../images/links-hover.gif);
	background-repeat: repeat-x;
		

}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #B70101;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 18px;
right: 15px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
