body {
	font: normal 12px arial, verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #CCC;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: underline;
	color: #006699;
	background: #F3F3F3;
	padding: 6px;
	border: 1px solid #ccc;
	border-bottom: 0;
	FONT-WEIGHT: bold;
	line-height: 15px;
	font-size: 14px;
	letter-spacing: 0px;
	text-indent : 8px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #ff0000; background: #FFF; font-size: 14px; FONT-WEIGHT: bold; letter-spacing: 0px; } /* Hover Styles */
		
li ul li a { padding: 5px 0px;
			text-indent : 5px;
			} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	letter-spacing: 2px;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
	letter-spacing: 1px;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: underline;
	letter-spacing: 0px;
	word-spacing: 0px;
	color: #fff;
}
.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: disc;
}
.sublink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	list-style-image: none;
	list-style-type: disc;
}
.sublink a:hover {
	color: #ff0000;
	background: #F3F3F3;
	font-size: 12px;
	FONT-WEIGHT: bold;
	letter-spacing: 0px;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;

}
.sublink a {
	text-decoration: underline;
	color: #006699;
	padding: 0px;
	FONT-WEIGHT: bold;
	font-size: 12px;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: outside;
	list-style-image: none;



	}
