/***********************************************/
/*MainNavigation - from AListApart.com  'sliding doors'  */
/***********************************************/

/* COLORS
TEXT COLOURS:
text dark green #022323;
text dark blue #305CDD;
text dark blue nav and header #2f5ee2;
text light blue #6191E5;
text medium grey #4C5566;
*/

#header {
   
	float:left;
	height: 24px;
	width: 740px;
	margin:0px 20px 0px 28px;
	white-space: nowrap;
	font-size: 11px;
	line-height:normal;
	display:block;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */
 #header {
    margin:8px 0 0 0;
	padding:2px;
	border-top:1px solid #6dc3f4;
	border-bottom:1px solid #6dc3f4;
    }
	
	#header ul {
    margin:0;
	padding:0 0 0 10px;
    }
	
  #header li {
    float:left;    
    margin:0;
    padding:0 0 0 5px;
	list-style:none;
    }
	
	#header a {
    display:block;
  padding:5px 15px 4px 5px;

    }
	
	#header #current {
    }
	
  #header #current a {
	padding-bottom:5px;
    }

	
	
	/* COLORED BUTTONS - for rollover on globalNav */

a#btn {
	color: #FFFFCC;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

a#btn:visited {
	color: #3300FF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
a#btn:hover {
	color:#305CDD;
	text-decoration:underline;
	text-align:center;
}
/* above only does right hover. Havent' figured how to do left hover. Good for 3-d right shadow effect.*/

#btnCurrent, a#btnCurrent:hover {
	color:  # #FFFFCC;
	text-decoration:underline;
	font-weight:bold;
}
