/* =Styles for the lab
-------------------------------------------------------------- */
#wrapper {
	min-width:1000px;
}
nav {
	margin-left:124px;
	background:#205aa7;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav ul li {
    display:inline-block;
    position:relative;
}

/* sub navigation */
nav li ul {    
    background-color:white;
    position:absolute;
    left:0;
    top:25px; /* make this equal to the line-height of the links (specified below) */
    width:200px;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}

/* style all links */
nav a {
    line-height:30px;
    padding:0 12px;
}
nav a {
    color:#fff;
    text-decoration:none;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
   color: white;
	background: #ec2a97;
}


/* style sub level links */
nav li li a {
    margin:0 10px;
    padding:0;
}
nav li li:last-child a {
    border-bottom:none;
}

/* hide sub menu links */
ul.sub-menu {
    display:none;
    z-index: 99;
    background: white;
    font: 13px/normal Verdana;
    background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

ul.sub-menu li a{
	padding: 2px 5px;
	margin:0px;
	width: 190px;
	color: black;
	text-decoration: none;
	display: block;
}

/* show arrows for dropdowns */
nav li.dropdown > a {
    background-image:url('../img/arrow-down.png');
    background-repeat:no-repeat;
    background-position: right center;
   
}

nav li li.dropdown > a {
    background-image:url('../img/arrow-right.png');
    background-position: right center;
    background-repeat:no-repeat;
}



.mattblackmenu{ *width:450px;}
.mattblackmenu ul {
	font: normal 12px/normal Verdana; margin: 0px; padding: 0px; width: 100%; overflow: hidden; list-style-type: none; font-size-adjust: none; font-stretch: normal;
}
.mattblackmenu li {
	margin: 0px; display: inline;
}
.mattblackmenu li a {
	margin: 0px; padding: 6px 5px; color: #131313; text-decoration: none; float: left; display: block;
}
.mattblackmenu li a:visited {
	color:#131313;
}
.mattblackmenu li a:hover {
	color:#009cff;
}
.mattblackmenu a.selected {
	color:#009cff;
}

.ddsubmenustyle {
	font: 13px/normal Verdana;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	font-size-adjust: none;
	font-stretch: normal;
	color:#131313;
}
.ddsubmenustyle div {
	background: white;
	font: 13px/normal Verdana;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	list-style-type: none;
	visibility: hidden;
	position: absolute;
	z-index: 100;
	font-size-adjust: none;
	font-stretch: normal;
}
.ddsubmenustyle ul {
	margin: 0px;
	margin-top:3px;
	padding: 0px;
	border: 0px currentColor;
	left: 0px;
	top: 0px;
	list-style-type: none;
	position: absolute;
	margin-top:-1px;
	padding: 5px 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.ddsubmenustyle li a {
	padding: 4px 10px;
	width: 140px;
	color: black;
	text-decoration: none;
	display: block;
}
* html .ddsubmenustyle li {
	width: 140px;
	display: inline-block;
}
.ddsubmenustyle li a:hover {
	color: white;
	background: #ec2a97;
}
.downarrowpointer {
	border: 0px currentColor;
	padding-left: 4px;
}
img {
	border:0px;
}
.rightarrowpointer {
	border: 0px currentColor;
	left: 100px;
	padding-top: 3px;
	position: absolute;
}
.ddiframeshim {
	border-width: 0px;
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	z-index: 500;
}

