/* CSS Document */


	a:link {color:#003366; text-decoration:none;}
	a:link {color:#003366; text-decoration:none;}
    a:hover {color:#CC3333; 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:1;
	left: 20px;
	top: 193px;
	font-family:"Tw Cen MT";
	font-size:14px;
	visibility: shown;
	background-color:#EFD856;
	
}

/* Start Menu CSS */

td.menu  /** items displayed in drop menu on the nav bar**/
{
	font-family:"Tw Cen MT"; 
	font-size:14px;     
	background-color:#EFD856;    /** 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:#EFD856;   /** sets the background color of the drop menu cell **/
	width:auto;
	/**top: 22px; **/
		border: thin solid #999999;
	width:auto;
	height:auto;

}


table.menu2             /** formats the main layout **/
{
	position:absolute;     /** Contact **/
	visibility:hidden;     /** change SHOWN to hidden when editing complete**/
	font-family:"Tw Cen MT";
	font-size:14px;
	font-style:normal;
	background-color:#EFD856;   /** sets the background color of the drop menu cell **/
	/**top: 22px; **/
	width:234px;
	height:auto;
}

table.menu3             /** DOWNLOADS AND UPDATES**/
{
	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:#EFD856;
	width:200;
	height: auto;
}


/* End Menu CSS */
