body {
scrollbar-base-color: #aba595;
scrollbar-arrow-color: #2e76da;
scrollbar-track-color: #aba595;

scrollbar-shadow-color: #fff;
scrollbar-lightshadow-color: #aba595; 
scrollbar-darkshadow-color: #aba595;

scrollbar-highlight-color: #fff;
scrollbar-3dlight-color: #aba595;
}

#container {
	width:950px;
	height:550px;
	background-color:#aba595;
	z-index:auto
}


.main_copy{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#fff;
	margin-bottom:-5px;
}

.small_copy{
	font-family:Verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
}

#submenu {
	width:204px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color: #fff;	
	height:170px;
	position: absolute;
	float:right;
	left:740px;
	top:85px;
	background:#2e76da url(images/sub_top.gif) no-repeat;
	clear:both;
}

.heading {
color:#222222;
font-size:13px;
font-weight:bold;
}

#scroll {
height:203px;
width:725px;
overflow:auto;
margin-top:-6px;
}

#scroll_long {
height:300px;
overflow:auto;
}

a:link {
	color: #fff;	
	text-decoration: none;
	font-size: 11px;
}

a:visited {
	text-decoration: none;
	color: #fff;

}

a:hover {
	color: #222222;
	text-decoration: underline;
}

a:active {
	color: #fff;
	text-decoration: none;
}

a#copylinks
{
    color:#000;

}

a#copylinks:hover{	
	text-decoration: underline;
	color:#666666;
}

ul.bullet {list-style-image: url(images/bullet.gif); }



/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */

/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
.preload2 {background: url(images/button4.gif);}
.menu2 {padding:0 0 0 5px; margin:0; letter-spacing:0.1em; list-style:none; height:40px; background:url(images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; border-top:15px solid #ffd426; border-bottom:1px solid #fff; }
.menu2 li.top {display:block; float:left; position:relative;}
.menu2 li a.top_link {display:block; float:left; height:40px; line-height:44px; color:#FFF; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 5px; cursor:pointer;}
.menu2 li a.top_link span {float:left; display:block; padding:0 10px 0 12px; height:40px;}
.menu2 li a.top_link span.down {float:left; display:block; padding:0 10px 0 12px; height:40px;}
.menu2 li a.top_link:hover {color:#222222; }


.menu2 li:hover > a.top_link {color:#222222;}



.menu2 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 */

.menu2 a:hover {visibility:visible;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :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;}

.menu2 :hover ul.sub {left:20px; top:35px; background: #b8b3a0; padding:4px 0; border:1px solid #ffd426; white-space:nowrap; width:150px; height:auto;}
.menu2 :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:120px;}
.menu2 :hover ul.sub li a {display:block; font-size:11px; height:20px; width:150px; line-height:20px; text-indent:5px; color:#FFF; text-decoration:none;}
.menu2 :hover ul.sub li a.fly {background:#b8b3a0;}
.menu2 :hover ul.sub li a:hover {background:#ffd426; color:#000;}
.menu2 :hover ul.sub li a.fly:hover {background:#b8b3a0; color:#000;}
.menu2 :hover ul li:hover > a.fly {background:#b8b3a0; color:#000;} 

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:100px; top:4px; background: #b8b3a0; padding:3px 0; border:2px solid #ffd426; white-space:nowrap; width:250px; z-index:200; height:auto;}


h1 {	font-size:18px;
		color:#000;
		font-family: Verdana, Helvetica, sans-serif;
		font-weight:bold }
	

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


