.menutabs{
margin: 0px;
padding: 0px;
border-bottom: 2px solid #999999;
}

.menutabs ul{
padding: 3px 0;
margin: 1px 0px 0px 7px;
font: bold 16px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.menutabs li{
display: inline;
margin: 0px;
}

.menutabs li a{
text-decoration: none;
margin-right: 2px;
padding: 3px 7px;
border-style: solid;
border-width: 1px 1px 2px 1px;
border-color: #999999;
border-radius: 6px 6px 0px 0px;
color: #222222;
background: white url(graphics/menutab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.menutabs li a:visited{
color: #222222;
}

.menutabs li a:hover{
text-decoration: underline;
color: #222222;
background-image: url(graphics/menutabactive.gif); /*THEME CHANGE HERE*/
text-decoration: none;
border-bottom-color: white;
}

.menutabs li.selected{
border-bottom-color: white;
}

.menutabs li a.selected{ /*selected main tab style */
background-image: url(graphics/menutabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.menutabs li.selected a:hover{ /*selected main tab style */
background-image: url(graphics/menutabactive.gif); /*THEME CHANGE HERE*/
text-decoration: none;
border-bottom-color: white;
}

/* ######### Drop Down DIVs ######### */

.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
position: absolute;
left: 0px;
top: 0px;
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #999999; /*THEME CHANGE HERE*/
background-color: #ffffff;
border-width: 0 1px;
line-height: 18px;
z-index:100;
visibility: hidden;
}

.ddsubmenustyle ul{
position: absolute;
margin: 0;
padding: 0;
left: 0px;
top: 0px;
list-style-type: none;
font: normal 14px Arial;
border: 0px none;
}

.ddsubmenustyle li a{
display: block;
width: 170px; /*width of menu (not including side paddings)*/
color: black;
background-color: #ffffff;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid #999999;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #efefef;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
vertical-align: middle;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 3px;
/*left: 150px; */
border: 0;
}

.backarrowpointer{ /*CSS for "back" arrow image added to breadcrumb of mobile menu sub menus*/
position: relative;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}

.notransition{ /* class to temporarily disable CSS3 transition. No not edit */
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* ######### Mobile Menu CSS  ######### */


nav.mobilelevelsmenu{
	position: fixed;
	width: 200px; /* width of menu. Percentage value accepted */
	height: 100%; /* height of menu */
	border: 1px solid black;
  left: 0;
  top: 0;
  z-index: 1000;
	overflow: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: all 0.5s; /* animate UL menus within mobile container into view */
	transition: all 0.5s; /* animate UL menus within mobile container into view */
}

nav.mobilelevelsmenu.open{
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	-webkit-transition: all 0.5s; /* animate UL menus within mobile container into view */
	transition: all 0.5s; /* animate UL menus within mobile container into view */
}

nav.mobilelevelsmenu ul{
	width: 100%;
	height: 100%;
	position: absolute;
	overflow-y: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	background: #dddddd;
	font-weight: bold;
  box-shadow: 0 0 10px gray;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: left 0.5s;
	transition: left 0.5s; /* animate UL menus' left property inside mobile container to show them */
}

nav.mobilelevelsmenu ul li.breadcrumb{ /* Breadcrumb DIV that gets added to top of each sub level UL menu */
  position: relative;
  padding: 10px;
  border-bottom: 1px solid gray;
  background: black;
	color: white;
  font-weight: bold;
  cursor: pointer;
}

nav.mobilelevelsmenu ul span.left{ /* SPAN inside breadcrumb containing "left" arrow markup */
	margin-right: 5px;
	font-weight: bold;
	font-size: 1.5em;
	color: darkred;
}

nav.mobilelevelsmenu ul li{
	
}

nav.mobilelevelsmenu ul li a{
  text-decoration: none;
  display: block;
  padding: 10px;
  color: black;
  border-bottom: 1px solid #eee;
}

nav.mobilelevelsmenu ul li a:hover{
  background: black;
	color: white;
}

nav.mobilelevelsmenu ul li a span.right{ /* SPAN inside LI headers containing "right" arrow markup */
  position: absolute;
  right: 5px;
	font-weight: bold;
	font-size: 1.1em;
}

/* ############# Animated Drawer icon (horizontal 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;
  display: none;
	position: relative;
	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);
}