
.wikiNavBar{
	font-size:1em;
	width:13em;
	background-color:#527BFF; 
    /* width:150px; */
    padding: 0;
    margin-bottom: 0;
    font-family: 'Trebuchet MS', 'Lucida Grande',
            Verdana, Lucida, Geneva, Helvetica, 
            Arial, sans-serif;
    color: #333;  
    }
    .wikiNavBar ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        border: none;
        }
    .wikiNavBar ul li {
        display: block;       
        background-color:#527BFF;      
	border-bottom:2px solid #527BFF;
	margin-right:0;
	padding-right:0;
    } 
    .wikiNavBar ul a {	/* ul needed for specificity */
        display: block;
	margin-right:5px;
        padding: .2em .1em .1em 0.1em;
        border-left: 10px solid #000; 
        border-right: 10px solid #000;     
	background-color:#527BFF;     
        color: #fff;
        font-weight:bold;
        text-decoration: none;
        /*width: 100%;*/
	text-align:center;
    }
    .wikiNavBar ul.wikiNavBarDepth2 a { 
        border-left: 20px solid;
        padding-right: 10px;
    }
    .wikiNavBar ul.wikiNavBarDepth3 a { 
        border-left: 30px solid;
        padding-right: 0px;
    }
    .wikiNavBar ul.wikiNavBarDepth4 a { 
        border-left: 40px solid;        
        border-right: none;
        padding-right: none;        
    }    
    /* IE gets kind of confused on classes*/
    .wikiNavBar .activebutton li.inactivebutton a {
	background-color:#527BFF;
    }    
    .wikiNavBar li.activebutton a {
        background-color:#000;      
    }
    .wikiNavBar a:hover {
        background-color:#000;      
    }
    .wikiNavBar a:visited {
        color: #fff;
        font-weight:bold;
        text-decoration: none;
    }
