@charset "UTF-8";
/* CSS Document */

<style media="screen" type="text/css">
			/* NAVIGATION BUTTONS */
			.menu {
						height: 37px;
						width: 480px;
			}
			.cssnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: "Times New Roman",arial, helvetica, sans-serif;
						background: url(menu_btn_on.jpg) no-repeat;
						width: 120px;
						height: 37px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 14px;
						font-weight: bold;
						width: 120px;
						height: 37px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnav a:hover {
						color: #ffffef;
			}
			

			.cssnav img {width: 120px; height: 37px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
					    position: absolute;
					    left: 0px;top: 12px;
					    text-align: center;
					    width: 120px;
					    cursor: pointer;   
					     
			}
			.cssovnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: "Times New Roman",arial, helvetica, sans-serif;
						background: url(tab_btn_on.jpg) no-repeat;
						width: 200px;
						height: 35px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssovnav a {
						display: block;
						color: #000000;
						font-size: 14px;
						font-weight: bold;
						width: 200px;
						height: 35px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssovnav a:hover {
						color: #ff0000;
			}
			.cssovnav img {width: 200px; height: 37px; border: 0; }
			.cssovnav a:hover img{visibility:hidden}

			.cssovnav span {
					    position: absolute;
					    left: 5px;top: 10px;
					    text-align: center;
					    width: 180px;
					    cursor: pointer;   
					     
			}
			.cssovoffnav	{
						position:relative;
						float: left;
						margin: 0; 
						padding: 0;
						font-family: "Times New Roman",arial, helvetica, sans-serif;
						background: url(tab_btn_on.jpg) no-repeat;
						width: 200px;
						height: 35px;
	                    overflow:hidden;/* for ie to hide extra height*/	
			}
			.cssovoffnav a {
						display: block;
						color: #333333;
						font-size: 15px;
						font-weight: bold;
						width: 200px;
						height: 35px;
						display: block;
						float: left; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssovoffnav a:hover {
						color: #ff0000;
			}
			.cssovoffnav img {width: 200px; height: 37px; border: none; }
			.cssovoffnav a:hover img{visibility:hidden}

			.cssovoffnav span {
					    position: absolute;
					    left: 5px;top: 10px;
					    text-align: center;
					    width: 180px;
					    cursor: pointer;   
					     
			}
			/* END OF NAVIGATION */
<!--
 /* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{mso-style-parent:"";
	margin:0in;
	margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:12.0pt;
	font-family:"Times New Roman",arial, helvetica, sans-serif;}
a:link.MsoHyperlink, span.MsoHyperlink
	{color:blue;
	text-decoration:none;
	text-underline:none;}
a:visited.MsoHyperlink, span.MsoHyperlinkFollowed
	{color:purple;
	text-decoration:none;
	text-underline:none;}
-->
</style>