table#theMenu
                {
                border-top: 0px solid #000099;
                border-bottom: 0px solid #000099;
                }

table#theMenu td
                {
                border-right: 0px solid #FFF;
    		margin: 0px;
    		padding: 0px;
    		font-family: Trebuchet MS,Verdana, Arial, sans-serif;
    		background-color: #000000;
    		white-space: nowrap;
    		line-height: 100%;
                }

div.links
                {
    		margin: 0px;
    		padding: 0px;
    		font-family: Trebuchet MS,Verdana, Arial, sans-serif;
    		background-color: transparent;
    		color: #000;
    		white-space: nowrap;
    		font-size: 9pt;
    		line-height: 12pt;
		}


table#theMenu td a.nav,
div.links a.nav
		{
    		color: #000;
	        font-size: 9pt;
    		line-height: 12pt;
		font-weight: 100;
    		text-decoration: none;
   		font-weight: bold;
    		padding: 4px 12px;
   		background-color: #FF9900;
    		display: block;
    		width: 100%;
    		text-align: left;
                text-indent: 8px;
                border-left: 1px solid #FF9900;
                border-right: 1px solid #FF9900;
		}

.linkslast	{
                border-bottom: 0px solid #FF9900;
   		background-color: #FFF;
    		display: block;
    		width: 100%;
                }

table#theMenu td a.nav:link,
div.links a.nav:link
		{
    		color: #FFF;
    		border: 0px solid #FF9900;
   		background-color: #FF9900;
    		text-decoration: none;
    		display: block;
    		width: 100%;
   		font-weight: bold;
		}

table#theMenu td a.nav:visited,
div.links a.nav:visited
		{
    		color: #FFF;
    		border: 0px solid #FF9900;
   		background-color: #FF9900;
    		text-decoration: none;
    		display: block;
    		width: 100%;
   		font-weight: bold;
		}

table#theMenu td a.nav:hover,
div.links a.nav:hover
		{
		color: #000000;
    		border: 0px solid #FF9900;
   		background-image: url(../images/yellowsidenav.gif);
                background-color: #FF9900;
    		text-decoration: none;
    		display: block;
    		width: 100%;
   		font-weight: bold;
		}



table#theMenu td a.navcenter
		{
    		color: #FFF;
	        font-size: 9pt;
    		line-height: 10pt;
		font-weight: 100;
    		text-decoration: none;
   		font-weight: bold;
    		padding: 0px 0px;
                text-indent: 8px;
   		background-color: #000000;
    		display: block;
    		width: 100%;
    		text-align: center;
		}

table#theMenu td a.navcenter:link
		{
    		color: #FFF;
   		background-color: #000000;
    		text-decoration: none;
    		display: block;
    		width: 100%;
		}

table#theMenu td a.navcenter:visited
		{
    		color: #FFF;
   		background-color: #000000;
    		text-decoration: none;
    		display: block;
    		width: 100%;
		}

table#theMenu td a.navcenter:hover
		{
		color: #FF0000;
   		background-color: #000000;
                text-decoration: none;
    		display: block;
    		width: 100%;
		}



