/*pop out styles*/
div#menu {
	z-index:6;
	width:87px;
	position:absolute;
	top:129px;
	left:0px;
	text-align:left;
	padding:7px 0 5px 21px;
	margin:0px;
	font-weight:bold;
	font-size:12px;
	background-color:#FFFFFF;

}
/*main headings*/
UL {
	PADDING: 0px; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none;
	width:87px;
}


/*This floats the menu so they appear side by side and not on top of eachother.*/
UL LI {
	POSITION: relative;
	background-image:url(../images/button.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:7px;
}

/*This changes the position and appearance of the submenus*/
LI UL {
	DISPLAY: none; 
	POSITION: absolute;
	text-align:center;
	left:87px;
	top:0px;
	background-color:#034A67;
	line-height:120%;
}

LI UL LI  {
	background-image:none;
	text-align:left;
	margin-bottom:0;
}

/*This changes the top level menu's links*/
UL LI A {
	PADDING:4px 3px;
	DISPLAY: block;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	text-align:center;
	line-height:120%;
}


/*Don't change anything in the IE5-mac hack. Do not put comment tags in side the hack*/
/* Hides from IE5-mac \*/
*HTML UL LI {
	FLOAT: left; 
	HEIGHT: 1%;
}

*HTML UL LI A {
	HEIGHT: 1%;
}
/* End hide from IE5-mac */


/*This changes the hover for all links in the menu div*/
UL LI A:hover {
	color:#FFFFFF;
}


/*This changes the submenu links*/
LI UL LI A {
	PADDING:2px 6px;
	color:#ffffff;
	background-image:none;
	text-align:left;
}
LI UL LI A:hover {
	PADDING:2px 6px;
	color:#FFFFFF;
	background:#80A5B7;
	background-image:none;
}

/*This makes the submenu list display in the hover. Do not change either of the commands listed below.*/
LI:hover UL {
	DISPLAY: block;
}

LI.over UL {
	DISPLAY: block;
}
/*Please note that each of the main menus can have a class added to them and then each given a different width. The 
same can be done for the submenus. Each sub UL can be given a class and then each given a different width */


UL#sub-about{
	width:90px;
}

UL#sub-projects{
	width:170px;
}

UL#sub-getinvolved{
	width:160px;
}

UL#sub-membership{
	width:150px;
}

UL#sub-news{
	width:110px;
}

