/*  Standard Top Site Navigation for
    BSQ, BSE, BEE, and Xibus (hotlinked from here to each)
    -joey@gooserockdesign.com  july 1, 2010  */
    
#std-top {
    width:100%;
    height:31px;
    background:#111;
    border-bottom:1px solid #333;
    z-index:999;
    box-shadow:0 2px 5px rgba(0,0,0,.25);
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);
	-moz-box-shadow:0 2px 5px rgba(0,0,0,.25);
	-khtml-box-shadow:0 2px 5px rgba(0,0,0,.25); }
	#std-top div { width:800px; margin:0 auto; }
	#std-top a {
	    position:relative;
	    display:block;
	    float:left;
	    width:196px;
	    text-decoration:none;
	    margin-right:3px;
	    height:31px; }
	#std-top a#tab-btn-bee { background:transparent url('std-top/tab-btn-bee.png') no-repeat 0 0; }
	#std-top a#tab-btn-bsq { background:transparent url('std-top/tab-btn-bsq.png') no-repeat 0 0; }
	#std-top a#tab-btn-bse { background:transparent url('std-top/tab-btn-bse.png') no-repeat 0 0; }
	#std-top a#tab-btn-bm { background:transparent url('std-top/tab-btn-bm.png') no-repeat 0 0; }
	#std-top a.current,
	#std-top a:hover { background-position:0 -31px !important; }
	
        #std-top a div { 
            display:none;
            width:166px;
            font-size:9px;
            line-height:13px;
            color:#555;
            font-family:Verdana,Arial,sans-serif;
            text-decoration:none;
            text-align:center;
            background:#eee;
            position:absolute;
            top:31px;
            left:0;
            padding:6px 15px;
            font-style:italic;
            z-index:9999;
            -webkit-border-bottom-right-radius: 8px;
            -webkit-border-bottom-left-radius: 8px;
            -moz-border-radius-bottomright: 8px;
            -moz-border-radius-bottomleft: 8px;
            border-bottom-right-radius: 8px;
            border-bottom-left-radius: 8px;
            box-shadow:0 2px 5px rgba(0,0,0,.25);
            -webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);
            -moz-box-shadow:0 2px 5px rgba(0,0,0,.25);
            -khtml-box-shadow:0 2px 5px rgba(0,0,0,.25);} 
        #std-top a#tab-btn-bee div { background:#faecda; }
        #std-top a#tab-btn-bsq div { background:#fdf5da; }
        #std-top a#tab-btn-bse div { background:#ecfbdb; }
        #std-top a#tab-btn-bm div { background:#eaf1ff; }