body {
	margin:0;
	padding:0;
	background-color:#5e5b54;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(designimgs/bg.jpg); background-repeat:repeat-x; background-position:top left
}

.white { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; }

.footer2 { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; }
.footer2:link { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; }
.footer2:visited { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: none; }
.footer2:hover { font-size: 11px; color: #FFF; font-weight: normal; text-decoration: underline; }

.nav2 { font-size: 11px; color: #727272; font-weight: normal; text-decoration: none; }
.nav2 a:link { font-size: 11px; color: #727272; font-weight: normal; text-decoration: none; }
.nav2 a:visited { font-size: 11px; color: #727272; font-weight: normal; text-decoration: none; }
.nav2 a:hover { font-size: 11px; color: #000; font-weight: normal; text-decoration: none; }

.style1 {
	color: #eae9e6;
	font-weight: bold;
}

.Footer { font-size: 12px; color: #FFF; font-weight: bold; text-decoration: none; }
.Footer:link { font-size: 12px; color: #FFF; font-weight: bold; text-decoration: none; }
.Footer:visited { font-size: 12px; color: #FFF; font-weight: bold; text-decoration: none; }
.Footer:hover { font-size: 12px; color: #FFF; font-weight: bold; text-decoration: underline; }

td.button { font-size: 11px; color: #a0ce67; font-weight: bold;  text-decoration: none}
td.button a:link { font-size: 11px; color: #a0ce67; font-weight: bold;  text-decoration: none}
td.button a:visited { font-size: 11px; color: #a0ce67; font-weight: bold;  text-decoration: none}
td.button a:hover { font-size: 11px; color: #FFF; font-weight: bold;  text-decoration: none}
td.button p { font-size: 11px; color: #a0ce67; font-weight: bold;  text-decoration: none}


h1 {
font-size: 22px; color: #a45d81; font-weight: normal; margin-top: 0
}
h2{
font-size: 16px; color: #00467e;
}


a {
	color:#00477f;
	text-decoration:underline
}
a:visited {
	color:#00477f;
	text-decoration:underline
}
a:hover {
	color:#bc9aab;
	text-decoration:none
}





/* MENU STYLE */
#menu {
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}
#menu ul {
	margin:0;
	padding:0;
	float:left;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: relative;
}
#menu h2 {
	margin:0;
	padding:0;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 12px 7px;
	display:block;
	float:left;
	text-align:center;
	background: url(designimgs/design_r5_c6.jpg) no-repeat center right;
}
#menu a:hover {
	background-color:#00477f;
	color: #b1de64;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	border:1px solid #000000;
	width:150px;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}
#menu ul ul li a {
	width:150px;
	background:#0967d1;
	color:#FFFFFF;
	display:block;
	float:none;
	padding: 5px 7px;
	text-align:left;
}
#menu ul ul li a:hover {
	background:#00477f;
	color:#b1de64;
}

#menu ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

html #menu ul li { float: left; height: 1%;}
html #menu ul li a { height: 1%; }

#menu li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%; 	font: bold 12px/12px Arial, Helvetica, sans-serif; }

<![endif]-->
