body {
	margin: 0; 
	padding: 0;
	background: #AAA;
	font-family: Garamond;
	}
/****************************************Wrapper******************************************************************/
.wrap{
	margin: 0 auto;
	position: relative;
	width:960px;
	background: #EEB;
	margin-top:18px;
}
/****************************************Header******************************************************************/
.header{
	width:100%;
	padding:0 0 0 0; 
	margin:0;
}
/****************************************Body******************************************************************/
.bdy{
	width:940px;
	margin-left:10px;
	margin-right:10px;
	background: #EEB;
}
/****************************************Header******************************************************************/
.footer{
	width:100%;
	background: #FAA828;
}
/****************************************MENU******************************************************************/
.menu {
	padding:0 0 0 90px; 
	margin:0; 
	list-style:none; 
	height:46px; 
	background: #FBFF9E; 
	position:relative; 
	font-family: Garamond; 
	border-top:9px solid #FAA828;
	}
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#000; text-decoration:none; font-size:16px; font-weight:bold; padding:6px 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background: #FAA828;}
.menu li a.top_link:hover span.down {background: #FAA828;}

.menu li:hover > a.top_link {color:#000; background: #FAA828;}
.menu li:hover > a.top_link span {background:#FAA828;}
.menu li:hover > a.top_link span.down {background:#FAA828;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
/****************************************MENU ENDS******************************************************************/

