/* CHPC menu css  7/7/2015 ischeepers@csir.co.za */
/* mark admin options in menu */

div#links a span 
{
	display: none;
}

div#links a:hover span
{
	display: block;
	position: absolute; top: 200px; left: 50px; width: 450px;
	padding: 10px; margin: 10px; z-index: 100;
	color: #AAA; background: black;
	font: 20px Verdana, sans-serif; 
	text-align: center;
    font-weight: normal;
    /* border-radius:4px; */
}

.menu-v, .menu-v ul
{
    width: 230px; /* Main Menu Item widths */
    border: none; /* 1px solid blue; */
    position: relative; 
    font-size:0;
    list-style: none; 
    margin: 0; padding: 0; 
    display:block;
    z-index:9;
}
                

.menu-v li
{
    /* background: #FFF url(bg.gif) repeat-x 0 2px; */
    list-style: none; margin: 0; padding: 0;
}

.menu-v li a
{
    font:  12pt Arial;
    /* border-top: 1px solid #00F; */
    display: block;
    /* border-radius: 20px; */
    border: 1px solid white;
    color: #eee;
    text-decoration: none;
    line-height:24pt;
    padding-left:1em;            
    background:#ee9f60;/* #447491;*/ /*#143461;*/
    font-weight: 200; /* thin */
}

.menu-v ul li a
{
    line-height:30px;
}

.menu-v li a:hover {
    background: #b9c5d4;
    color: white;
}

div#staff {
 color: #222; 
}

/* End */