a{
	font-family: 'Carrois Gothic', sans-serif;
}
.menu a{
	font-family: 'Carrois Gothic', sans-serif;
	font-size:21px;
	color:#FFFFFF;
}


.menu_wraper{
	width:100%;
	background-color:#262626;
	border-top:#01598B 10px solid;
	float:left;
	margin-top:156px;
	height:78px;
	
}
.menu{
	width:1000px;
	margin:0 auto;

}
.jqueryslidemenu{
	font: bold 17px Verdana;
	/*background: #414141;*/
	width: 100%;	
	z-index:1;
	height:78px;
}

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

/*Top level list items*/
.jqueryslidemenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block;
	/*background of tabs (default state)*/
	color: white;
	padding: 30px 25px 30px 25px;
	border-right: 1px solid #3c3c3c;
	color: #2d2b2b;
	text-decoration: none;
	border-left:none;
	font-size:16px;
	z-index:1;

}

* 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 select{
	display:none;
}

.jqueryslidemenu ul li a:hover{
	background:#01598B; /*tab link background during hover stateEC5054*/
	color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	background:#01598B;
	font-style:italic;
}

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

/*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 17px Verdana;
	width: 160px; /*width of sub menus*/
	padding:10px 35px ;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #666666;
	background-color:#39393a;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
	background: #eff9ff;
	color: black;
}

.jqueryslidemenu_bottom{
position:absolute;
bottom:0px;
overflow:hidden;
float:none;
width:100%;
}

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


a.active{
	background-color:#01598B;
}