 @import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);

 @font-face {    
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGOode0-EuMkY--TSyExeINg.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(https://fonts.gstatic.com/s/sourcesanspro/v9/toadOcfmlt9b38dHJxOBGCOFnW3Jk0f09zW_Yln67Ac.woff2) format('woff2');
      }
	  


.jqueryslidemenu{

/* background: #678b3f url(media/color_tabs_left.gif) no-repeat left top;*/
 background: #AECBEB;
/* background: #414141; */
width: 100%;
border-right: 2px solid white;


border-bottom: 0px solid white;
padding-left: 2px; /*offset of tabs relative to browser left edge*/
}

.jqueryslidemenu ul{

color:#003366;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{

	
  color:#003366;
position: relative;
display: inline;
float: left;
border-right: 2px solid white;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
font-size:12px;
font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;

  color:#003366;
display: block;
/* background: #414141; *//*background of tabs (default state)*/
/* background: #678b3f url(media/color_tabs_left.gif) no-repeat left top; */
background: #AECBEB;
color: #003366;
padding: 2px 5px;
/* border-right: 2px solid #778; */
/*border-right: 2px solid white;
border-top: 2px solid white;*/
/* color: #2d2b2b; */
border: 2px solid white;
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: #003366;
}

.jqueryslidemenu ul:hover{
/* background: #8cb85c; tab link background during hover state*/
/* background: black; *//*tab link background during hover state*/ 
color: #003366;
background: white;
}

/*
.jqueryslidemenu ul li a:hover{

color: #003366;
background: white;
}
*/
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-right: 2px solid white;
}

/*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-size:15px;
font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 2px solid white;
border-right: 2px solid white;
}

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

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

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

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


