/* sample theme-independent CSS classes, uncomment to use them if you wish :)

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 10px;
	}
img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
	}
	
*/

p {
 font-family: Georgia, "New York", serif;
 font-size: 150%;
}

.unicode-sample {
 white-space: pre-wrap; /* css-3 */
 white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
 white-space: -pre-wrap; /* Opera 4-6 */
 white-space: -o-pre-wrap; /* Opera 7 */
 /* width: 99%; */
 word-wrap: break-all; /* Internet Explorer 5.5+ */
 width: 20em;

}

/* iNove Repairements */
#menus li li a {
	width: !important;
}

#menus li li a:hover {
 font-weight:normal !important;
 color: blue !important;
}

/*
.language_item {
 float: right;
}
*/