/* CSS Document */


a:link {color:#000077 text-decoration:none;}
a:visited {color:#000077; text-decoration:none;}
a:hover {color:#AA0000; text-decoration:none;}

.headerlogo {
	position:absolute;
	width:750px;
	height:160px;
	z-index:5;
	left: 20px;
	top:30px;
	background-color: #000000;
	background-image:url(images/okyheader01.jpg);
	background-repeat:no-repeat;
}

.topnavbar
{
	position:absolute;
	width:750px;
	height:20px;
	z-index:20;
	left: 20px;
	top: 193px;
	font-family:"Tw Cen MT";
	font-size:14px;	
	visibility: shown;
	background-color:#993300;
	
}

/* Start Menu CSS */

td.menu  /** items displayed in drop menu on the nav bar**/
{
font-family:"Tw Cen MT"; 
font-size:14px;     
background-color:#993300;    /** sets the background color of the drop menu cell **/
}

table.menu1             /** formats the main layout **/
{
	position:absolute;     /** formats the main layout **/
	visibility:hidden;     /** change SHOWN to hidden when editing complete**/
	font-family:"Tw Cen MT";
	font-style:normal;
	font-size:14px;
	background-color:#993300;   /** sets the background color of the drop menu cell **/
	width:auto;
	/**top: 22px; **/
	width:auto;
	height:auto;
}


table.menu2             /** formats the main layout **/
{
	position:absolute;     /** formats the main layout **/
	visibility:hidden;     /** change SHOWN to hidden when editing complete**/
	font-family:"Tw Cen MT";
	font-size:14px;
	font-style:normal;
	background-color:#993300;   /** sets the background color of the drop menu cell **/
	/**top: 22px; **/
	width:200;
	height:auto;
}

table.menu3             /** formats the main layout **/
{
	position:absolute;    
	visibility:hidden;     /** change SHOWN to hidden when editing complete**/
	font-family:"Tw Cen MT";
	font-size:14px;
	font-style:normal;
	/**top: 22px; **/
	background-color:#993300;
	width:200;
	height: auto;
}


/* End Menu CSS */

