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

/* dt_290318 */
/* alterations made to navigation, for March-2018 redesign */
/* .mnu changed to .mmnu */

/* Actual Navigation Menu */
#nav {
	width: 96% /*100%*/;
	height: auto;
	float: left;
	margin: /*5px*/;
	margin: 0 2%;
	padding: /*5px*/;
}
								
/* RESPONSIVE menu, intital state */
/* top menu */
#tpmnu {}

/* .mnu: the class for that is applied to the menu */
.mmnu {
	color: #FFF;
	background-color: /*tan*/; 
	font-weight: /*bold*/;
}

.mmnu ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
/* horizontal list */
ul {
	margin: 0 auto; 
	padding: 0; 
	list-style: none; 
	position: relative;	
}
/* FULL width menu*/
.mmnu ul li {
	white-space: /*nowrap*/;
	display: inline-block;
	min-width: /*70px*/;
	/*width: auto;*/
	margin: 0;
	margin-bottom:/* 1px*/; 
/*margin-right: 1em;*/
	padding: /*5px*/;
}
/* (.winc) nav width increase, for accomidation wider labels */
.mmnu ul li.winc {
	/*padding-left: 8px;
	padding-right: 15px;*/
	
padding-left: /*4px*/;
padding-right: /*5px*/;
}
/* drop down lists */
/* display none until hovered over, ( below V ) */
.mmnu ul li ul {
	display: none;
}
.mmnu ul li:hover ul {
	background-color: #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 4px 4px 8px 8px;	
	display: block;
	position: absolute;
	
/*z-index: 7;*/
}

/* the drop down list items, within the horizontal list */
.mmnu ul li ul li {
	display: block;	
} 
/* submenu label*/
.sblbl {}
/* submenu indicator arrow */
.sbarw {
	font-size: 1em;
}
/* Services-link; positioned on RHS of navigation */
#rtlnk {
	/*float: right;*/
}
/*hyperlinks */
li a {
	color: #FFF;
	font-weight: normal /*bold*/;
	text-decoration: none;
}
li a:hover {
	color: #FF0;
	text-decoration: none;
}
li a:active {
	color: #FF0;
	text-decoration: none;
}

/* dt_290318 */
.mmnu ul {margin-bottom: 20px;}
.mmnu ul li {margin: 10px 0px 0px;}
.mmnu ul li li {margin: 0px; margin-top: 2px;}
.mmnu ul ul {z-index: 7;}
#sv {float: right;}

/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */