#menu-level2-bar {
	padding-bottom: 20px;
}

.menu-level2 {
	background-color: #8DA8EB;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(230,233,224, 0.8)), to(rgba(141,168,235, .9)));
	background: -moz-linear-gradient(top , rgba(230,233,224, 0.8), rgba(141,168,235, .9));
	padding: 4px 5px;
    display:inline;
    list-style-type: none;
    margin-right: 7px;
    margin-bottom : 5px;
    float : left;
}

.menu-level2-act{
	background-color: rgb(165,165,165);
	padding: 4px 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(235,235,235, 0.8)), to(rgba(165,165,165, .9)));
	background: -moz-linear-gradient(top , rgba(235,235,235, 0.8), rgba(165,165,165, .9));
    display:inline;
    list-style-type: none;
    margin-right: 7px;
    margin-bottom : 5px;
    float : left;
}

.menu-level2 a{
    font-size: 12px;
    text-decoration: none;
    color : #000000;
}
.menu-level2-act a{
    font-size: 12px;
    text-decoration: none;
    color : #000000;    
}

.menu-level2 a:hover{
    text-decoration : none;
    color: blue;
}