@import url('/templates/css/menus/horizontal_dd_default.css');
body {
	background-image:url(/templates/images/background_tiles/mrfc_bg.gif);
	background-repeat:repeat-y;
	background-position:top center;
}

#text {
	background-color:#FFF;
	color:#000000;
	min-height:600px;
}

#header {
	background-image:url(/templates/images/mrfc/mrfc3.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

#page_title {
	color:#990000;
	font-weight:bold;
	text-align:left;
	margin:0px;
	padding:0px;
}

h1 {
	font-size:28px;
}

h2 {
	font-weight:bold;
	font-size:22px;
	color:#990000;
	padding:0px;
}

#text a {
	color:#990000;
	text-decoration:underline;
}

#text a:hover {
	text-decoration:none;
}

#footer {
	border-top:1px solid #333333;
	background-color:#FFFFFF;
	color:#333333;
}

#footer a {
	color:#0F0B56;
}

#text img {
	padding:5px;
}

#menu {
	border-top:1px solid #800000;
	background-color:#800000;
	height:26px;
	padding: 0;
}

#menu ul{
	margin: 0;
	padding: 0;
	
}

#menu li {
	background-color:#800000;
	border-top:1px solid #8C4040;
	border-right:1px solid #8C4040;
	border-bottom:1px solid #4B0000;
	border-left:1px solid #4B0000;
	width: 88px;
}

#menu > ul > li > ul li {
	border-top:1px solid #8C4040;
	border-right:1px solid #8C4040;
	border-bottom:1px solid #4B0000;
	border-left:1px solid #4B0000;
	padding: 3px 0 3px 0;
	width:88px;
}
#menu > ul > li > ul > li a {
	width: 84px;
	padding:3px 0 0 2px;
	font-size: 12px;
}
#menu ul ul li {
	padding-left:2px;
	
}

#menu ul a {
	background-color:#800000;
	color:#FFFFFF;
	text-decoration:none;
}

#menu > ul > li > a {
	font-weight: bold;
}

#menu > ul > li > ul > li a:hover {
	color:#000;
	
}
#menu > ul li {
	background-color:#800000;
	border-color:#8C4040 #8C4040 #4B0000 #4B0000;
	border-style:solid;
	border-width:1px;
	float:left;
	margin:0;
	padding:2px 0;
	position:relative;
	width:88px;
}
#menu ul ul{
	padding: 1px 0 0
}
#menu ul ul ul {
	left:88px;
	top:-6px;
}

#menu > ul > li.current > a, #menu > ul > li > a:hover {
	
}