.main_menu {
    background-color : #171BC7;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : normal;
  }


.main_menu a {
    background-color : #171BC7;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : normal;
    text-decoration : none;
  }


.main_menu_act {
    background-color : #171BC7;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : bold;
  }


.main_menu_act a {
    background-color : #171BC7;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 11px;
    font-weight : bold;
    text-decoration : none;
  }


.sub_menu {
    background-color : #1073EF;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 12px;
    font-weight : normal;
  }

.sub_menu a {
    background-color : #1073EF;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 12px;
    font-weight : normal;
    text-decoration : none;
  }


.sub_menu_act {
    background-color : #1073EF;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 12px;
    font-weight : bold;
  }

.sub_menu_act a {
    background-color : #1073EF;
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 12px;
    font-weight : bold;
    text-decoration : none;
  }

.menutitle {
    color : #ffffff;
    font-family : Verdana, Arial, 'Sans Serif', 'Bitstream Vera Sans';
    font-size : 15px;
    font-weight : normal;
  }
/* Links */
A {
	text-decoration:none;
}
/* Links -> Mouseover links */
A:hover {
	text-decoration:underline;
}
/* Links -> Active links */
A:active {
	text-decoration:none;
}
/* Links -> Visited links */
A:visited {
	text-decoration:none;
}
/* General */
BODY {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* General content -> Plugin: "tx_lzgallery_pi1" -> Browsing box -> Table */
.tx-lzgallery-pi1 .tx-lzgallery-pi1-browsebox TABLE {
	border-style:solid;
	border-width:1px;
}