/* =Styles for the lab
-------------------------------------------------------------- */

#wrapper {
	min-width:1000px; padding-top:15px;
}
nav {
	

}
nav ul {
    list-style-type:none;
    margin:0;
    padding:4px 0 0 0;  width:1000px; 
}

nav ul a {
    line-height:36px;
    padding:0 16px;
    margin:0 4px; font-size:18px;
}

nav ul li {
    display:inline-block;
    position:relative; background:url(images/dh1.jpg) no-repeat right center
}
nav ul li ul li a:hover{ background:none}
/* sub navigation */
nav li ul {

    position:absolute;
	background:#ffffff;
    left:0px;
    top:36px; /* make this equal to the line-height of the links (specified below) */
    width:260px;
}
nav li li {
    position:relative;
    margin:0;
    display:block;
}
nav li li ul {
    position:absolute;
    top:0;
    left:260px; /* make this equal to the width of the sub nav above */
    margin:0; top:-4px;
}

/* style all links */
nav li li a{ color:#353434; font-size:14px }
nav li li a:hover{ color:#4a8dcf}
nav a {
    color:#003363;
    text-decoration:none;
    display:block;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:#4a8dcf;
}

/* style sub level links */
nav li li a {
    border-bottom:solid 1px #c4c9d2; 
    margin:0 10px;
    padding:0;
}
nav li li:last-child a {
    border-bottom:none;
}

/* hide sub menu links */
.sub-menu {
    display:none; width:260PX; border-radius:6px; 
}
.sub-menu a{
   line-height:36px;
}
nav li li:last-child .sub-menu {
    width: 0;
    border: 0;
}


.sub-menu1{
    display:none; width:603PX; 
}
.sub-menu1 a{
   line-height:36px;
}

/* show arrows for dropdowns */
nav li.dropdown > a {

}

nav li li.dropdown > a {
    background-image:url('images/arrow-right.png');
    background-position:right 16px;
    background-repeat:no-repeat;
}

.new1{ width:300px; float:left; border-right:1px solid #dadada;}
.new1 a{ background:url(images/arrow-right.png) no-repeat scroll 0 13px; padding-left:10px; border-bottom:0; float:left; width:290px;}.new1 a:hover{ background:url(images/arrow-right.png) no-repeat scroll 0 13px; float:left; }

.newt{width:300px; float:left; border-bottom:1px solid #dadada; padding-bottom:3px; margin-bottom:3px; display:inline}