/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#menu{
	display:block;
	height:auto;
	font-size:11px;
	font-weight:bold;
	background:transparent url(/images/bgOFF.jpg) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	float: left;
	width: 850px;
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00457c;
	}

#menu ul{margin:0;padding:0;list-style-type:none;width:auto;}

#menu ul li{display:block;float:left;margin:0 1px 0 0;	border-top-width: 0px;
 }

#menu ul li a{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	height:22px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	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: #101D41;
}

#menu ul li a:hover,#menu ul li a.current{color:#fff;background:transparent url(/images/bgON.jpg) repeat-x top left;}

/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */

#navigation {width:150px; font-size:12px;margin:0 0 20px 0;float:left;}
#navigation ul {margin:0px; padding:0px; background-color:#666;}

#navigation ul li {
	height:25px;
	line-height:25px;
	list-style:none;
	padding-left:10px;
	color:#666;
	cursor:pointer;
	background-color:#FFFFFF;
	border:solid 1px #fff;
	border-bottom-color: #CCCCCC;
}  

#navigation ul li a:link, #navigation ul li a:visited {
	color:#666;
	text-decoration:none;
	font-weight:normal;
}

#navigation ul li:hover, #navigation ul li.current {
	position:relative;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
	color: #00447c;
}

#navigation ul li:hover a, #navigation ul li.current a:visited {
	color:#00447c;
	text-decoration:none;
	font-weight:bold;
}

#middle_box{
background-image: url(images/box.gif);
background-repeat:no-repeat;
}