﻿.navigationWrapper{
    width: 200px;
    min-width: 200px;
    margin-right: 20px;
}

.navigationBox{
    margin-bottom: 10px;  
}

.navigationBox ul{
    padding:0;
	list-style-type:none;
}

.navigationBox ul li {
    line-height: 25px;
	background: #C53C3E;
}

.navigationBox a{
	font-size: 12pt;
	font-family: 'Open Sans', sans-serif;
	display: block;
	margin-left: 5px;
	padding: 8px 20px;
	text-decoration: none;
	font-weight: normal;
	color: black;

    white-space: nowrap;
    background:#DDDDDD;
    
    /*border-bottom: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    margin-top: -1px;*/
}


.navigationBox a:hover{
	text-decoration: none;
	color: white;

    background:gray;
}

.subMenu{
    margin-left: 5px;
}

.subMenu ul li{
	line-height: 15px;
}

.subMenu a{	
	font-size: 10pt;
	padding: 5px 40px;
    border: 0px;
    margin-top:0px;
    background: #EDEDED;
}

#activeMenuItem{
    background:#C53C3E;
}

#activeMenuItem a{
    background:#C0C0C0;
    border-bottom: 1px solid gray;
}