.headerlink 
	{
	font-size:11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
} 

.headerlink:hover
	{
	text-decoration: underline;
	color : #FEBB2F; /* Yellow */
} 

.sublinks 
	{
	font-size:9px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	line-height: 11px;
	color: #ffffff; 
	text-decoration: none;
}

.sublinks:hover
	{
	text-decoration: underline;
	color : #FEBB2F; /* Yellow */
}


/* classes used for Tooltip Color and fonts */
.layerHeader
{
	font-family: verdana,arial;
	font-size: 12px;
	font-weight: bold;
	color: #00254F;
}

.layerSubHeader
{
	font-family: verdana,arial;
	font-weight: normal;
	font-size: 10px;
	color:	#00254F;
}

/* Container for the Menu */
#p7swapmenu {
	background-color: #003366;
	border: 1px solid;
	padding: 6px;
	width: 175px;
	color: #003366;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {
	margin: 0px;
	padding: 0px;
	background-color: #003366;
}
#p7swapmenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
	background-color: #003366;
}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #003366;
	color: #EEF0E3;
	display: block;
	font-size: 0.9em;
	padding: 4px 0px 4px 16px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px none #C9D0AD;
	border-right: 1px none #848C71;
	border-bottom: 1px none #848C71;
	border-left: 1px none #C9D0AD;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #990000;
	color: #FFFFFF;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {
	background-image:    url(../images/menplus.gif);
	background-position: left 6px;
}

/* Minus Sign for Trigger Links in Open State */
.open a {
	background-image:    url(../images/menminus.gif);
	background-position: left 6px;
	background-color: #990000;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: #003366;
	background-image:    url(../images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#FFFFFF;
	font-size: 0.8em;
	font-weight:bold;
	padding: 3px 0px 3px 12px;
	margin: 0px 0px 0px 16px;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}

 MS Conditional Comments carry fixes for IE5, IE5.5 and IE6 PC 
[if gte IE 5]>
<style>#p7swapmenu ul a {height: 1em;}</style>
<![endif]
[if IE 5]>
<style>#p7swapmenu li {margin-top: -3px;}</style>
<![endif]

.button {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #99A189;
	border: 1px solid;
	border-color: #C9D0AD #848C71 #848C71 #C9D0AD;
	color: #EEF0E3;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 1%; }
/* End */

