/* CSS Document */

body {
	background-image: url(images/grbg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4e593f;
}
h1{
	color: #C61717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;

}

h3 {
color: #5B684C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;

}
.headerimages {	background-image: url(images/tablight.png);
	background-repeat: repeat-y;
	height: 114px;
}
.middle {
	background-image: url(images/tablegrn.png);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.footimages {
	background-image: url(images/footer2.png);
	background-repeat: no-repeat;
	height: 125px;
	background-position: center top;
}
.style1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #669900;
}
a:active {
	color: #FFFFFF;
}

#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:40px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	width: 100%;

}
#menu li {float:left; margin-right:1px;}
#menu li a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	color:#ccc;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 30px 0 20px;
	background-color: #005C37;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000000;
}


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#624564;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff; background:#6E154D;}
#menu li:hover > a.sub {color:#fff; background-color:#6E154D;}

#menu li.current a {
	color:#fff;
	background-color: #6E154D;
}

#menu li a.sub {
	background-color: #005C37;
	background-image: url(down-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#menu li.current a.sub {color:#fff; background:url(down-arrow.gif) no-repeat right center;;}

#menu :hover ul {left:0; top:40px; width:120px; background:#6E154D;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{
	left:120px;
	top:-1px;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
	background-color: #005C37;
}

#menu :hover ul li {margin:0; border-top:1px solid #666;}
#menu :hover ul li a {
	width:120px;
	padding:0;
	text-indent:10px;
	color:#ccc;
	height:30px;
	line-height:30px;
	background-color: #005C37;
}
#menu :hover ul li a.fly {
	background-color: #005C37;
	background-image: url(right-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menu :hover ul :hover {background-color:#6E154D; color:#fff;}
#menu :hover ul :hover a.fly {background-color:#6E154D; color:#fff;}

#menu :hover ul li.currentsub a {background:#A35BA5; color:#fff;}
#menu :hover ul li.currentsub a.fly {background:#A35BA5 url(right-arrow.gif) no-repeat right center; color:#fff;}

#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
	text-indent:10px;
	color:#ccc;
	background-color: #4A2D1A;
}
#menu :hover ul :hover ul :hover {background-color:#6E154D; color:#fff;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#840; color:#fff;}
		

