﻿/** NERC family bar **/

div#nercFamily {
    background:url(http://planetearth.nerc.ac.uk/images/template/nercfamily-graded-strip.gif) repeat-x white;
    margin:0px;
    padding:0px 0px 8px 0px;
    line-height:1.5em;
    height:21px;
    font-size:11px;
    width:100%;                
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	
	letter-spacing: 0;
	text-align: left;
	word-spacing: normal;
	text-decoration: none;
	color: #000000;	    
}

div#nercFamily a {
    color:Black;
    text-decoration:None;
}

div#nercFamily a:hover {        
    text-decoration:Underline;
}

div#nercFamily .menuparent {
    float:left;
    font-weight:normal;
    padding:0px 0px 0px 5px;
    margin:4px 0px 0px 0px;
    border-right:1px solid #959595;
    padding-right:5px;
}

div#nercFamily .menuitem {    
    border-bottom:Outset 1px white;
    border-right:Outset 1px white;    
    border-left:Outset 1px white;
    background:#F3F3F3;
    color:#000;
    padding:5px 3px 5px 3px;
}

div#nercFamily .menuitemhighlight {    
    border-bottom:Outset 1px white;
    border-right:Outset 1px white;    
    border-left:Outset 1px white;
    background:#E3E3E3;
    color:#000;
    padding:5px 3px 5px 3px;
}
