@charset "utf-8";
/* CSS Document */

.jqueryslidemenu{
	/*font: bold 11px Verdana;*/
	font-family:Arial, Helvetica, sans-serif; font-size:11pt; margin:0 auto; text-align:center; width: 100%; z-index: 100000; }

.jqueryslidemenu ul{
	/*list-style: none;
	background: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#FFFFFF;
	margin:0 45px 0 45px;
	padding:0;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*margin:0 45px 0 45px;*/
}
.jqueryslidemenu .menus{margin:0px 20px;}

/*Top level list items*/
.nav{
	float: left;
	/*margin: 0 6px 0 0;
	padding: 0;
	line-height: normal;
	font-weight: bold;*/
	display: inline;
	position: relative;
	display: block;
	margin: 0;
	/*padding: 4px 4px 4px 4px;*/
	padding: 4px 8px 4px 8px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.clr{clear:both;}

/*Top level menu link items style*/
.nav a{
display: block;
/*background: #414141; background of tabs (default state)*/
color: white;
/*padding: 4px 4px;
border-right: 1px solid #778;*/
color: #fff;
text-decoration: none;
}

* html .jqueryslidemenu .nav a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}
/*
.nav a:link, .nav a:visited{
color: white;
}*/

.nav a:hover{
/*background: black; tab link background during hover state*/
color: #448ccb;
}
	
/*1st sub level menu*/
.jqueryslidemenu .sn{ position: absolute; left: 1px; color:black; background:#ffffff; z-index: 100000; margin:0; padding:0;
	/*top: 4px;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu .subnav{ display: list-item; float: none; margin:0; padding:0; background:transparent; color:#000000; z-index: 100000; }
/*Sub level menu list items (undo style from Top level List Items) FOR SECOND*/
.jqueryslidemenu .subnav1{ display: list-item; float: none; margin:0; padding:0; background:transparent; color:#000000; z-index: 100000; }
/*Sub level menu list items (undo style from Top level List Items) FOR THIRD*/
.jqueryslidemenu .subnav2{ display: list-item; float: none; margin:0; padding:0; background:#fff; color:#000; z-index: 100000; }

/*Sub level menu list items (undo style from Top level List Items) FOR 4TH*/
.jqueryslidemenu .subnav3{ display: list-item; float: none; margin:0; padding:0; background:transparent; color:#000000; z-index: 100000; }

/*Sub level menu list items (undo style from Top level List Items) FOR 5TH*/
.jqueryslidemenu .subnav4{ display: list-item; float: none; margin:0; padding:0; background:transparent; color:#000000; z-index: 100000; }

/*Sub level menu list items (undo style from Top level List Items) FOR 6th*/
.jqueryslidemenu .subnav5{ display: list-item; float: none; margin:0; padding:0; background:transparent; color:#000000; z-index: 100000; }

.jqueryslidemenu ul li ul li ul{
top: 0;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu .subnav ul{ top: 0; color:#000000; z-index: 100000; }
/*All subsequent sub menu levels vertical offset after 1st level sub menu FOR SECOND */
.jqueryslidemenu .subnav1 ul{ top: 0; color:#000000; z-index: 100000; }
/*All subsequent sub menu levels vertical offset after 1st level sub menu FOR THIRD */
.jqueryslidemenu .subnav2 ul{ top: 0; color:#fff; background-color: #000; }
/*All subsequent sub menu levels vertical offset after 1st level sub menu FOR 4TH */
.jqueryslidemenu .subnav3 ul{
top: 0;
color:#000000;
}

/* Sub level menu links style */
.subnav a{ font: 11px Verdana; width: 170px; /*width of sub menus*/
padding: 5px; text-align:left; margin: 0; border-top-width: 0; color:#000000; z-index: 100000; border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 1px solid gray; }
/* Sub level menu links style FOR SECOND */
.subnav1 a{ font: 11px Verdana; width: 170px; /*width of sub menus*/
padding: 5px; text-align:left; margin: 0; border-top-width: 0; color:#000000; z-index: 100000; border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 1px solid gray; }

/* Sub level menu links style FOR THIRD */
.subnav2 a{ font: 11px Verdana; width: 170px; /*width of sub menus*/
padding: 5px; text-align:left; margin: 0; border-top-width: 0; color:#000; z-index: 100000; border-bottom: 1px solid gray; border-left: 1px solid gray; border-right: 1px solid gray; }

/* Sub level menu links style FOR 4TH */
.subnav3 a{
font: normal 11px Verdana;
width: 170px; /*width of sub menus*/
padding: 5px 5px 5px 5px;
text-align:left;
margin: 0;
border-top-width: 0;
color:#000000;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
}
/* Sub level menu links style FOR 5TH */
.subnav4 a{
font: normal 11px Verdana;
width: 170px; /*width of sub menus*/
padding: 5px 5px 5px 5px;
text-align:left;
margin: 0;
border-top-width: 0;
color:#000000;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
}

/* Sub level menu links style FOR 6th */
.subnav5 a{ 
font: 11px Verdana; 
width: 170px; /*width of sub menus*/
padding: 5px; 
text-align:left; 
margin: 0; 
border-top-width: 0; 
color:#000000; 
z-index: 100000; 
border-bottom: 1px solid gray; 
border-left: 1px solid gray; 
border-right: 1px solid gray; }

/*  MOUSE OVER FOR FIRST */
.subnav a:hover{ /*sub menus hover style*/
background: #71894c;
margin:0;
border-top-width: 0;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
color:#ffffff;
}
/*  MOUSE OVER FOR SECOND */
.subnav1 a:hover{ /*sub menus hover style*/
background: #478ecc;

color:#FFFFFF;
}

/*  MOUSE OVER FOR THIRD */
.subnav2 a:hover{ /*sub menus hover style*/
	background: #000;
	color:#CC0000;
}

/*  MOUSE OVER FOR Fourth */
.subnav3 a:hover{ /*sub menus hover style*/
background: #151B54;

color:#FFFFFF;
}
/*  MOUSE OVER FOR Fifth */
.subnav4 a:hover{ /*sub menus hover style*/
background: #3D559A;

color:#FFFFFF;
}

/*  MOUSE OVER FOR Sixth */
.subnav5 a:hover{ /*sub menus hover style*/
background: #3c8493;

color:#FFFFFF;
}
/* Sub sub menu POSITION */
.jqueryslidemenu .menus .ssn{
	position: absolute;
	left:1000;
	/*left: 593px;*/
	display: block;
	visibility: hidden;
	background:#71894c;
	/*margin:0;
	padding:0;*/
}
/*.jqueryslidemenu .menus .ssn li{width:210px;}
.jqueryslidemenu .ssn a{width:210px;}
.jqueryslidemenu .ssn a:hover{width:210px;}
**/

.jqueryslidemenu .menus .ssn1{
	position: absolute;
	left: 2940px;
	top:33px;
	display: block;
	visibility: hidden;
	background:#478ecc;
}

.jqueryslidemenu .menus .ssn2{ 
position: absolute; 
left: 2940px; 
top:33px; 
display: block; 
visibility: hidden; 
background:#c00; }

.jqueryslidemenu .menus .ssn3{ 
position: absolute; 
left: 2940px; 
top:33px; 
display: block; 
visibility: hidden; 
background:#3D559A; }

.jqueryslidemenu .menus .ssn4{ 
position: absolute; 
left: 2940px; 
top:33px; 
display: block; 
visibility: hidden; 
background:#3D559A; }

.jqueryslidemenu .menus .ssn5{
	position: absolute;
	left: 2940px;
	top:33px;
	display: block;
	visibility: hidden;
	background:#3c8493;
}

/*  MOUSE OVER FOR FIRST */
.ssn2 a:hover{ /*sub menus hover style*/
background: #000;
margin:0;
border-top-width: 0;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
color:#c00;
}
	

/*Sub Sub NAV LI*/
.jqueryslidemenu .ssubnav{
display: list-item;
float: none;
margin:0;
padding:0;
background:none;
color:#000000;
}
.ssubnav a{
font: normal 11px Verdana;
width: 170px; /*width of sub menus*/
padding: 5px 5px 5px 5px;
text-align:left;
margin: 0;
border-top-width: 0;
color:#000000;
border-bottom: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
}

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

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

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