/* MENU ITEMS */
a:hover {
    text-decoration: underline;
}
.menulevel1 {
	margin-left: 0;
	font-size: 15px;
}
.nav > li > a.menulevel1:hover {
    font-size: 16px;
    font-weight: bold;
    color: #000099;
    background-color: #eee;
    text-decoration: none;
}
.menulevel2 {
	margin-left: 15px;
	font-size: 14px;
}
a.menulevel2:hover {
	font-size: 14px;
    font-weight: bold;
    color: #000099;
    background-color: #eee;
    text-decoration: none;
}
.menulevel3 {
	margin-left: 25px;
	font-size: 14px;
}
.menulevel3:before {
    content:"• ";
    font-size: 14px;
}
a.menulevel3:hover {
	font-size: 14px;
    font-weight: bold;
    color: #000099;
    background-color: #eee;
    text-decoration: none;
}
.form-textarea {
    width: auto;
    background-color: #F2F3F4;
}