
/*******************************************************************************
 *	Header
 */
#header {
	background: #EEF url(dot.gif) repeat-x scroll bottom;
}
/*******************************************************************************
 *	Path
 */
#path {
/*	border-bottom: 1px solid #88C;*/
}

/*******************************************************************************
 *	Footer
 */
#footer {
	border-top:1px solid #88C;
	height: 50px;
}
div.mmenu 	{
	margin:2px 2px 0px 1px;
	padding: 5px 5px 2px 5px;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #888;
	border-bottom: 1px solid #88C;
	background-color: #DDF;
}
div.mmenua 	{
	margin:2px 2px 0px 1px;
	border: 1px solid #88C;
	border-bottom: 1px solid #FFF;
	padding: 5px 5px 2px 5px;
	background-color: #FFF
}
a.mmenu 		{ font-family: Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color: #4444FF;}
a.mmenu:hover	{ text-decoration: underline; }
a.mmenua 		{ font-family: Arial; font-size: 9pt; font-weight: bold; text-decoration: none; color: #FF0000;}
a.mmenua:hover	{ text-decoration: underline; }
