<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------- Button Navigation ------------------ */

#navigation 
{
	float: left;
	clear: right;
	width: 649px;
	height: 20px;
	margin: 0;
}

   
/*-- Corrected Nav --*/
ul.topnav 
{
    float:left;
    clear:right;
    margin: 0;
    padding: 0;
	font-weight: normal;
	height:20px;
	color:#50668d;
	
}

ul.topnav li 
{
    display:inline-block;
    float: left;
    clear: right;
    padding:0;
    margin:0;
    line-height:14px;
    text-decoration:none;
}

ul.topnav li a:link, ul.topnav li a:visited
{
    display: block;
    color: #50668d;
    padding: 0 10px 0 10px; /*-- Spacing Around the Main Navigation Bar --*/
    margin: 0;
    text-decoration: none;
    background-image:url(../images/bullet_blue.png);
    background-repeat:no-repeat;
}

ul.topnav li a:hover, ul.topnav li a:active
{
    display: block;
    color: #D6A00E;
    padding: 0 10px 0 10px; /*-- Spacing Around the Main Navigation Bar --*/
    margin: 0;
    background-image:url(../images/bullet_yellow.png);
    background-repeat:no-repeat;
}

* html ul.topnav li a
{
    display: inline-block;
}

ul.topnav li span.subhover /*--Hover effect for trigger--*/
{
    background-position: center;
    cursor: pointer;     
} 


ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /* --Important - Keeps subnav from affecting main navigation flow--*/
	z-index:100;
	top: 105px;
	color: #ffffff;
	margin:0 0 0 7px;  /*-- This controls the Sub Navigation Positioning to move it over more the left --*/
	padding: 0;
	display: none;
	float: left;
	clear:both;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;   
	overflow: hidden;
	background-color:#F4F4F4; /*-- Change this color for the whole sub nav background color --*/
	#width:270px; /*-- IE Does not Allow for Dynamic Expansion, This is the property to set IE's Width --*/
	
 	filter:alpha(opacity=90); /*-- Internet Explorer Transparency --*/
	-moz-opacity:0.9;         /*-- FireFox Transparency --*/           
	-khtml-opacity: 0.9;      /*-- Safari Transparency --*/
	opacity: 0.9;             /*-- Google Crome Transparency --*/
	
	}
	
	
ul.topnav li ul.subnav li p 
	{
	color:#50668d;
	letter-spacing:1px; 
	margin:0;
	padding:2px 5px 0 0;
	font-size:12px;
	font-weight:bolder;  
	}
	
	
html ul.topnav li ul.subnav li a:hover p
	{
	color:#D6A00E;    
	}
	
	
ul.topnav li ul.subnav li
{
    text-align:left;
    cursor:pointer;
    margin:0;
    padding:0; /*-- Spacing Around The Text --*/
	border-top: 1px solid #999999; /*--Create bevel effect--*/
	float:left;
	clear: both;
	z-index: 8;
	font-size: 10px;
	width: 100%;
	overflow: hidden;
	text-indent:10px; 
}

html ul.topnav li ul.subnav li a 
{
    background:none;
    margin:0;
    padding:0; /*-- Spacing Around The Text --*/
    text-decoration: none;
    color: red;
	z-index: 8;
	height:20px;

}

html ul.topnav li ul.subnav li a:hover  /*-- Roll Over effect for subnav links --*/
{
    padding:0; /*-- Roll Over Spacing Around The Text --*/
    background:none;
    background-color:#d4d4db; /*-- Change this color for the whole sub nav background roll over color --*/
	color: red; 
	
          /*-- Google Crome Transparency --*/ 
}

#subsub 
{
    text-indent: 20px; /*-- This will set the left margin of the sub-sub-menu items --*/
}

/*----------END-------SUB MENU/PAGE TITLE-------------*/

/*
.topnav_wrapper
{
     border:0px solid black;
}


.topnav_left_img 
{
    margin:0;
    padding:0;
    height:20px;
    width:10px;
    float: left;
    clear: right;
}

.topnav_left_img_hover
{
    background-image:url(../images/left_button_curve.png);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    height:20px;
    width:10px;
    float: left;
    clear: right;
}

.topnav_right_img 
{
    height:20px;
    width:10px;
    margin:0;
    padding:0;
    float:left;
    clear:right;
}

.topnav_right_img_hover 
{ 
    background-image:url(../images/right_button_curve.png);
    background-position:top left;
    background-repeat:no-repeat;
    height:20px;
    width:10px;
    margin:0;
    padding:0;
    float:left;
    clear:right;
}

.topnav_text
{
    color:#cdcab6;
    padding:2px 0 0 0;
    margin:0;
    height:60px;
    float: left;
    clear: right;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;


    
}

.topnav_text_hover
{
    background-image:url(../images/nav_rollover.gif);
    background-repeat:repeat-x;
    background-position:center;
    color:#fff;
    padding:2px 0 0 0;
    margin:0;
    height:60px;
    float: left;
    clear: right;
    font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;        
}
*/
/*--- end of nav controls --*/</pre></body></html>