body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #9DC6CC;
	color: #9A8C7F;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	width: 1200px;
	background-image: url(images/bck.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}

.menu {
	z-index:1000;
	font-size:80%;
	margin:5px 0 25px 47px; /* this page only */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:120px;
	height:182px;
	position:relative;
}

.menu li {
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	width:100px;
	color:#FFFFFF;
	padding-left: 15px;
	padding-top: 6px;
	padding-right: 5px;
	font-weight: bold;
	padding-bottom: 6px;
}
.menu ul li a, .menu ul li a:hover { background-image: url(images/nav_bck.jpg);
	background-repeat: no-repeat; }
	
/* style the link hover */
* html .menu a:hover {
	color:#F59C98;
	background-color: #FFFFFF;
}


.menu ul li ul li.top a {
	background-image: url(images/nav-sub_top.jpg);
	
}
.menu ul li ul li.top a:hover {
	background-image: url(images/nav-sub_top.jpg);
}
.menu ul li ul li.bottom a {
	background-image: url(images/nav-sub_bottom.jpg);
	background-repeat: no-repeat;
}
.menu ul li ul li.bottom a:hover {
	background-image: url(images/nav-sub_bottom.jpg);
	background-repeat: no-repeat;
}
.menu ul li ul li.bottoml a {
	background-image: url(images/nav-sub_bottoml.jpg);
	background-repeat: no-repeat;
}
.menu ul li ul li.bottoml a:hover {
	background-image: url(images/nav-sub_bottoml.jpg);
	background-repeat: no-repeat;
}
.menu ul li ul li.bottomll a {
	background-image: url(images/nav-sub_bottomll.jpg);
	background-repeat: no-repeat;
}
.menu ul li ul li.bottomll a:hover {
	background-image: url(images/nav-sub_bottomll.jpg);
	background-repeat: no-repeat;
}
.menu :hover > a {
	color:#F59C98;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	left:120px;
	width: 120px;
}
.menu ul ul li a {
	background-color:#9A8C7F;
	background-image: url(none);
	position: relative;
	top: -28px;
}
.menu ul li ul li a:hover {background-color:#9A8C7F;
	background-image: none; }
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
height:235px;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
height:235px;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
height:235px;
}

.header {
	font-size: 1em;
}


#content {
	width: 400px;
	margin-left: 20px;
	font-size: .9em;
}
#content a {
	font-weight: bold;
	color: #F59C98;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.1em;
	font-weight: bold;
}
.img {
	padding: 5px 10px;
}
