.Footer {
	background-color: #AD111F;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: D0767E;
	border-right-color: 6D0B14;
	border-bottom-color: 49070D;
	border-left-color: BE434E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;

}

/* MENU SYSTEM STARTS HERE */

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 

	/* Width of Menu Items */
	width: 100%;

	z-index:99;
	position:relative;
	overflow:visible;
} 


#menu ul li { 
	position: relative; 
} 


#menu li ul { 
	position: absolute; 

	/*Set 1px less than menu width */
	left: 150px; 
 	top: -2px;
	display: block; 
} 


#menu li:hover ul { 
	display: block; 
}


#menu li:hover>ul { 
	visibility:visible; 
} 


#menu ul ul { 
	visibility:hidden; 
} 


/* Fix IE. Hide from IE Mac */ 

* html #menu ul li { 
	float: left; 
	height: 1%; 
}


* html #menu ul li a { 
	height: 1%; 
} 


/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 


/* Styles for Menu Items */ 

#menu ul a { 
	background-color: #7C0A14;
	font-family: Verdana; 
	font-size: 11px; 
	display: block; 
	text-decoration: none; 
	font-weight: normal;
	color: #FFFFFF; 

	/* IE6 Bug */ 
	padding: 5px; 
	border-bottom: 3px solid #FFFFFF;
} 


/* Hover Styles */ 

#menu ul a:hover { 
	color: #7C0A14;
	background-color: #FFFFFF;
	border-bottom: 3px solid #BC5760;
	font-weight: normal;
	background-image: none;
} 



.MenuBG {
	background-color: 7C0A14;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}


.Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: 000000;
	text-align: justify;
}
.Content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 7C0A14;
	text-decoration: none;
}
.Content a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 7C0A14;
	text-decoration: none;
}
.Content a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: 7C0A14;
	text-decoration: underline;
}

.ContentBG {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.PageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}
