menu
{
	float: left;
    width:260px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table-column-group;
	position:relative;
    font-family: "Helvetica Neue",sans-serif;
    z-index:10;
}
menuheader {
}
menuheader h1 {
    width:92%;
    font-size:140%;
    margin-bottom: 0.8em;
    padding-bottom:0.8em;
    border-bottom: 1px #ffffff solid;
    text-align:center;
    font-size:170%;
    font-weight:lighter;
    background-color:transparent;
    color:black;
    padding:15px 0 15px 0;
}
menu.fixed { 
    position:fixed;    
}

menu.bottom
{
	position: absolute;
}

menuitem
{
	font-size: 16px;
	display: block;
    padding-bottom:10px;
    line-height:1.3em;
    padding-left:2em;
    padding-right:1.2em;
}

    menuitem.article {
        background: url(/images/article.png) no-repeat 0.5em 0em;
    }
        menuitem.video {
        background: url(/kb/images/video-icon.png) no-repeat 0.5em 0em;
    }

menuitem.selected
{
	color:#F70D0D;
}
menuitem.notselected
{
	color:Black;
}
#mainmenu 
{
	background-color: white;
	text-align:center;
	vertical-align:middle;
}
a
{
	color:Black;
	text-decoration:none;
}
a:hover 
{

}