@charset "utf-8";
/* CSS Document */

.ddsmoothmenu {
	clear:both;
	margin:0 auto 0 auto;
	/*width:900px;*/
	width:100%;
	max-width:950px;
	height:auto;
	padding:0;
	/*background-image:url(images/nav-background.png);
	background-repeat:repeat-x;
	background-position:0 0;*/
}

ul.dropdown{
	list-style-type: none;
	margin:10px 0 0 7px;
	padding:0;
	width:100%;
	float:left;
	position: relative;
	z-index:100;
}

/*Top level list items*/
ul.dropdown li{
	position: relative;
	float: left;
	border-right:solid 1px #BFBFBF;
}

ul.dropdown li.last{
	position: relative;
	float: left;
	border-right:solid 1px #BFBFBF;
}

ul.dropdown li.active {
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#005699;
}

/*Top level menu link items style*/

*html ul.dropdown li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}

*html  ul.dropdown li a:hover{ /*IE6 hack to get sub menu links to behave correctly*/
	display:inline-block;
}

*html  ul.dropdown li ul {
	margin-top:0px;
}

 ul.dropdown li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	line-height:120%;
	color: #444;
	font-weight:normal;
	text-decoration: none;
	padding:15px 11px 17px 11px;
	display:block;
}

 ul.dropdown li.last{
	border-right:none;
}

 ul.dropdown li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#005699;
	text-decoration:none;
	font-weight:normal;
	padding:15px 8px 17px 8px;
	display:block;
	background-color:none;
	background-image:none;
}

 ul.dropdown li a.current{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#BB772E;
	text-decoration:none;
	background-color:none;
	background-image:url(images/down-arrow-dark-blue.png);
	background-repeat:no-repeat;
	background-position:center top;
}

 ul.dropdown li a:hover,  ul.dropdown li:hover {
	color:#000000;
	
}

 ul.dropdown li.first{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	border-left:solid 1px #BFBFBF;
}
	
/*1st sub level menu*/
 ul.dropdown li ul{
	position: absolute;
	left: 0;
	top:100%;
	visibility: hidden;
	background-image:none;
	background-color:#ffffff;
	margin:0px 0 0 -1px;
	padding:5px 0px 5px 0px;
	overflow: hidden;
	width:170px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top:solid 1px #ccc;
	z-index:100;

}

 ul.dropdown li ul.last {
	position: absolute;
	left:-114px;
	visibility: hidden;
	background-image:none;
	background-color:#fff;
	margin:0px 0 0 0;
	padding:5px 0px 5px 0px;
	overflow: hidden;
	width:170px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top:solid 1px #ccc;
}

ul.dropdown li ul.next-to-last {
	position: absolute;
	left:-41px;
	visibility: hidden;
	background-image:none;
	background-color:#fff;
	margin:0px 0 0 0;
	padding:5px 0px 5px 0px;
	overflow: hidden;
	width:170px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color:#999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-top:solid 1px #ccc;
}

/*Sub level menu list items (undo style from Top level List Items)*/
 ul.dropdown li ul li{
	display: list-item;
	float: none;
	padding-left:0px;
	border-right:none;
}

 ul.dropdown li ul li a:hover {
	color:#fff;
	border:none;
	text-transform: none;
	font-weight: normal;
	background-color:#274D6D;
	background-image:none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
ul.dropdown li ul li ul{
	top: 0;
	margin:0 5px 0 5px;
}

/* Sub level menu links style */
ul.dropdown li ul li a{
	margin:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color: #444;
	text-transform: none;
	font-weight: normal;
	padding:4px 5px 4px 5px;
}


/* Holly Hack for IE \*/
* html .dropdown{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 21px;
right: 7px;
display:none;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* ######### Mobile menu container CSS ######### */

div.ddsmoothmobile{ /* main mobile menu container */
background: #414141;
color: white;
position: fixed;
top: 0;
left: 0;
width: 200px; /* width of mobile menu */
height: 300px;
overflow: hidden;
visibility: hidden;
border-radius: 0 0 10px 0;
box-shadow: 0 0 10px gray;
}

div.ddsmoothmobile a{
color: white;
text-decoration: none;
}

div.ddsmoothmobile div.topulsdiv{ /* Single DIV that surrounds all top level ULs before being flattened, or the ULs on the "frontpage" of the menu */
position: relative;
background: #414141;
overflow-y: auto;
width: 100%;
height: 100%;
}


div.ddsmoothmobile ul.dropdown{ /* style for all ULs in general inside mobile menu */
list-style: none;
width: 100%;
top: 0;
left: 0;
background: #414141;
margin: 0;
padding: 0;
}

div.ddsmoothmobile div.topulsdiv ul.dropdown{ /* top level ULs style */
}


div.ddsmoothmobile ul.dropdown{ /* sub level ULs style */
position: absolute;
height: 100%;
overflow-y: auto;
}

div.ddsmoothmobile ul.dropdown li{
border-bottom: 1px solid gray;
position: relative;
font-weight: bold;
}

div.ddsmoothmobile ul.dropdown li.breadcrumb{ /* breadcrumb LI that's added to the top of every sub level UL */
cursor: pointer;
padding: 10px;
background: black;
}

div.ddsmoothmobile ul.dropdown li a{
display: block;
padding: 6px;
}

div.ddsmoothmobile ul.dropdown li a:hover{
background: black;
}

/* ############# Animated Drawer icon (mobile menu toggler) CSS ############# */

.animateddrawer{
	font-size: 10px; /* Base font size. Adjust this value to modify size of drawer icon */
  width: 3em; 
  height: 2.8em; 
  outline: none;
	position: fixed; /* BY default, make toggler fixed on screen */
	display: none;
	top: 10px; /* Position at upper right corner */
	right: 10px;
	background: white;
	z-index: 1000;
}

.animateddrawer:before, .animateddrawer:after{
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 0.6em; /* height of top and bottom drawer line */
  background: black;
  border-radius: 2px;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in; /* set transition type and time */
  transition: all 0.3s ease-in; 
}

.animateddrawer:after{
  top: auto;
  bottom: 0;
}

.animateddrawer span{
  width: 100%;
  height: 0.6em; /* height of middle drawer line */
  background: black;
  position: absolute;
  top: 50%;
  margin-top: -0.3em; /* set this to - half of middle drawer line height */
  border-radius: 2px;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in 0.3s; /* set transition type and time */
  transition: all 0.3s ease-in 0.3s;
}

.animateddrawer span::after{
  content: '';
  display: block;
  width: 100%;
  height: 0.6em; /* height of middle drawer line */
  background: black;
  border-radius: 2px;
  position: absolute;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease-in 0.3s; /* set transition type and time */
  transition: all 0.3s ease-in 0.3s;
}

.animateddrawer.open{
}

.animateddrawer.open:before{ /* style when .open class is added to button */
  top: 50%;
  margin-top: -0.3em; /* set this to - half of top drawer line height */
  opacity: 0;
}

.animateddrawer.open:after{ /* style when .open class is added to button */
  bottom: 50%;
  opacity: 0;
}

.animateddrawer.open span{ /* style when .open class is added to button */
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animateddrawer.open span:after{ /* style when .open class is added to button */
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

