@charset "utf-8";
/* Menu CSS - top and bottom nav */
		

		ul {
			margin:0; 
			padding:0; 
			list-style-type:none;
	
			}
	
		
		ul a {
			display:inline;
			width:inherit;
			height:25px;
			line-height:30px;
			color:#ffff99;
			font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;

			}	
	
		ul a:hover, a:active {
			color:#FFF;
			}

	
		li {
			float:left;
			text-indent:30px;
			}
		
		li.topnav {	
		display:inline;
			float:right;
			}
	
		li.bottomnav {
			display:inline;
			float:left;
			}
	
		li.bottomfirst {
			display:inline;
			float:left;
			text-indent:5px;
			}
	
		
		.menu {
			padding:0px;
			margin:0px;
			width:1000px;
			border-left: #660000 solid 1px;
			border-right: #660000 solid 1px;
			}
		
		#menu_secondary{
			background-image:url('../images/interface/menu1_center.jpg');
			background-repeat:no-repeat;
			width:901px;
			height:31px;
			text-align:right;
			vertical-align:top;
			}
			
		#menu_primary{
			background-image:url('../images/interface/menu2_center.jpg');
			background-repeat:no-repeat;
			width:900px;
			height:41px;
			vertical-align:bottom;
			}
		

/*  HIGHLIGHTING ACTIVE PAGE  */
