/* MASTHEAD */
#header {
background-image:url(/static/images/ah/science-header-background.gif);
}
#header2 {
background-image:url(/static/images/ah/science-header-logo.png);
}

/* section specific art in banner */
#header img.banner {
margin-right:150px;
}


p#breadcrumbs {
margin-top:105px;
}/* $$$$$$$$$$$$$$$$$$$$ DROPDOWN MODULE $$$$$$$$$$$$$$$$$$$ */

/*NAV ADJ*/
.nav ul {
line-height: 1;
}
/* HOME LINK */
#header .nav ul li.first { /* down arrow */
background: transparent url(/static/images/ah/dropdown-arrow-bg.png) 85% 0 no-repeat;
margin-right: 5px;
padding: 5px 20px 7px 10px;
}
#header .nav ul li.first.selected { /*switches arrow color for selected */
background: #444 url(/static/images/ah/dropdown-arrow-bg.png) 85% -29px no-repeat; 
}
* html #header .nav ul li.selected { /*switches arrow color for selected */
background: none; 
}
#header .nav ul li.first:hover { /*switches arrow color on hover */
background: #777 url(/static/images/ah/dropdown-arrow-bg.png) 85% -58px no-repeat;
*background-color: #444; /*ie7 is broke*/
*background-position: 85% 0px;
cursor: pointer;
}
#header .nav ul li.first:hover a { /* colors Home on hover*/
color: #E6A000;
}
/*DROPDOWNS*/
/* dropdown list */
#header .nav li ul {
position: absolute;
z-index: 9999999;
*z-index: 999999;
background: #777;
*background: #444;
width: 160px;
left: -999em;
margin-left: 5px;
}
#header .nav li:hover ul, #header .nav li.sfhover ul { 
left: auto;
margin-top: 8px;
margin-left: 0px;
*position: static !important;
*margin-top: 0px;
*padding-top: 9px;
}
/* dropdown list items */
#header .nav li ul li { 
display:block;
margin: 0px 0px 0px 0px;
padding: 0px !important;
text-transform: capitalize;
background: #777 !important;
*background: #444 !important; /* please change */
}
/* dropdown list links */
#header .nav li ul li a { 
color: #fff !important;
display: block;
padding: 7px 0 7px 35px;
}
#header .nav li ul li a:hover {
background-color: #999 !important;
color: #085b9f !important;
}
/* specific dropdown list item styles */
#header .nav li ul li.list-divider {
margin: 5px 0 5px 10px !important;
*color: #ccc;
}
#header .nav li ul li.last {
margin: 0 0 10px 0 !important
}
/* icons for dropdown nav items */
#header .nav li ul li#sn-money a {
background: url(/static/images/ah/dropdown-icon-money.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-politics a {
background: url(/static/images/ah/dropdown-icon-politics.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-health a {
background: url(/static/images/ah/dropdown-icon-health.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-education a {
background: url(/static/images/ah/dropdown-icon-education.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-science a {
background: url(/static/images/ah/dropdown-icon-science.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-travel a {
background: url(/static/images/ah/dropdown-icon-travel.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-cars a {
background: url(/static/images/ah/dropdown-icon-cars.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-law a {
background: url(/static/images/ah/dropdown-icon-law.png) 10px 5px no-repeat;
}
#header .nav li ul li#sn-home a {
background: url(/static/images/ah/dropdown-icon-usn.png) 10px 5px no-repeat;
}


/* $$$$$$$$$$$$$$$$$$$$ END DROPDOWN MODULE $$$$$$$$$$$$$$$$$$$ */

