/*******************************MENU 1****************************/

.jqueryslidemenu{
font: bold 12px "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

html .jqueryslidemenu{height: 1%;} /*Holly Hack for IE7 and below*/

/*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;
	background: #4C89C8; /*background of tabs (default state)*/
	color: white;
	padding: 12px 10px;
	border-right: 1px solid #778;
	color: #4C89C8;
	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: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
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;
}

/*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 12px "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.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: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}


/*******************************MENU 2****************************/

/* Container for the menu - if width is set too wide buttons will wrap */
.jqueryslidemenu2{
	font: normal 12px "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.jqueryslidemenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

html .jqueryslidemenu2{
	height: 1%;
} /*Holly Hack for IE7 and below*/

/*Top level list items*/
.jqueryslidemenu2 ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style - button width is set here*/
.jqueryslidemenu2 ul li a{
	display: block; /*background of tabs (default state)*/
	color: #666666;
	padding: 6px 8px;
	text-decoration: none;
	width:150px;   /*  176px (from above) - 8px - 8px (from padding) = 160;  be sure to edit right set off line 33 menu.js*/  
	/*background-color: #456593;*/
}

* html .jqueryslidemenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu2 ul li a:link, .jqueryslidemenu2 ul li a:visited{
	color: #666666;
}

.jqueryslidemenu2 ul li a:hover{
	background-color: #97C0EA;
/*		opacity:0.5;*/
/*	filter:alpha(opacity=50);*/
	color:#FFF;
}
	
/*1st sub level menu*/
.jqueryslidemenu2 ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu2 ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu2 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu2 ul li ul li a{
font: normal 12px "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
width: 190px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;

}

.jqueryslidemenu2 ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	background-color: #6AC8FF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass2{   /*arrow image paths declared in menu.js*/
position: absolute;
top: 8px;
right: 7px;
}

.rightarrowclass2{   /*arrow image paths declared in menu.js*/
position: absolute;
top: 7px;
right: 5px;
}

/******************************* RIGHT MENU 3 ****************************/

/* Container for the menu - if width is set too wide buttons will wrap */
.jqueryslidemenu3{
	font: normal 12px "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.jqueryslidemenu3 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

* html .jqueryslidemenu3{
	height: 1%;
} /*Holly Hack for IE7 and below*/

/*Top level list items*/
.jqueryslidemenu3 ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style - button width is set here*/
.jqueryslidemenu3 ul li a{
	display: block; /*background of tabs (default state)*/
	color: #666666;
	padding: 6px 8px;
	text-decoration: none;
	width:205px;   /*  176px (from above) - 8px - 8px (from padding) = 160;  be sure to edit right set off line 33 menu.js*/  
	/*background-color: #456593;*/
}

* html .jqueryslidemenu3 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.jqueryslidemenu3 ul li a:link, .jqueryslidemenu2 ul li a:visited{
	color: #666666;
}

.jqueryslidemenu3 ul li a:hover{
	background-color: #619FDE;
	color:#FFF;
}
.jqueryslidemenu3 a img{
	height: 0px;
	width: 0px;
	border-width: 0;
	display:none;
}
.jqueryslidemenu3 a:hover img{
	position:absolute;
	margin-top:-65px;
	padding-top: 0;
	margin-left:-460px;
	height: 375px;
	width: 375px;
	z-index:350;
}

/*IE Hacks */
* html .jqueryslidemenu3 a:hover img{
	padding-top: 0px;
}
* html .jqueryslidemenu3:hover{
background-color: transparent;
z-index: 300;
}
* html .jqueryslidemenu3 span{ /*for Pop Out Image */
position: absolute;
left: -10000px;
visibility: hidden;
color: #000;
text-decoration: none;
}
* html .jqueryslidemenu3 span img{ /*for Pop Out Image */
border-width: 0;
}
* html .jqueryslidemenu3:hover span{ /*for Pop Out Image */
visibility: visible;
top: -20px;
left: -225px; /* horizontal placement */
z-index: 300;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass3{   /*arrow image paths declared in menu.js*/
position: absolute;
top: 8px;
right: 7px;
}

.rightarrowclass3{   /*arrow image paths declared in menu.js*/
position: absolute;
top: 7px;
right: 5px;
}

/*******************************MENU 4****************************/

/* Container for the menu - if width is set too wide buttons will wrap */
.jqueryslidemenu4{
	font: normal 12px "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.jqueryslidemenu4 ul{
margin: 0;
padding: 0;
list-style-type: none;
}

html .jqueryslidemenu4 {
	height: 1%;
} /*Holly Hack for IE7 and below*/

/*Top level list items*/
.jqueryslidemenu4 ul li{
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style - button width is set here*/
.jqueryslidemenu4 ul li a{
	display: block; /*background of tabs (default state)*/
	text-decoration: none;
	/* width:150px;    176px (from above) - 8px - 8px (from padding) = 160;  be sure to edit right set off line 33 menu.js*/  
	/*background-color: #456593;*/
}

* html .jqueryslidemenu4 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
}

.jqueryslidemenu4 ul li a:link, .jqueryslidemenu2 ul li a:visited{
}

.jqueryslidemenu4 ul li a:hover{
/*		opacity:0.5;*/
/*	filter:alpha(opacity=50);*/
}
	
/*1st sub level menu*/
.jqueryslidemenu4 ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index:100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu4 ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu4 ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu4 ul li ul li a{
font: normal 12px "Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
width: 190px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;

}

.jqueryslidemenu4 ul li ul li a:hover{ /*sub menus hover style*/
	color: black;
	background-color: #6AC8FF;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass4 {   /*arrow image paths declared in menu.js*/
position: absolute;
top: 8px;
right: 7px;
}

.rightarrowclass4 {   /*arrow image paths declared in menu.js*/
position: absolute;
top: 7px;
right: 5px;
}