<style type="text/css" media="all">
<!--
/*	Since the Logo and Navigation bar are in absolutely positioned DIVs (Layers), we can set
	the body's top and left margins to clear them both so that the main content is properly placed.
	Note that margin shorthand values are used: 84px 0 0 248px. Shorthand notation always refers
	to the values in this order: Top Right Bottom Left. Think of TRouBLe and you'll remember.
*/
/* Container for the Menu */
#p7swapmenu {
	/*left: 0px;*/
	padding: 10px;
	/*position: absolute;
	top: 0px;*/
	width: 90px; /*width of the menu*/
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{display:none;}
.open ul{display:block;}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat; /*for the little "+" icon next to the text*/
	background-position: 3px 50%; /*position of the little */
	/*background-color: #99A189;*/
	border: 0px solid;
	/*border-color: #C9D0AD #848C71 #848C71 #C9D0AD;*/
	color: #ffffff; /*text colour*/
	/*display: block;*/
	font-family: arial;
	font-size: 12px;
	padding: 2px 0px 2px 16px; /*needed for the position of the text*/
	text-decoration: none;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #f3c211;
	color: #ffffff;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	/*background-color: transparent;*/
	background-image: url(../tempImg/pagemarker.gif);
	/*background-repeat: no-repeat;*/
	background-position: 0% 50%;
	border: 0;
	color:#ffffff; /*link text colour*/
	font-size: 12px;
	font-family:arial;
	/*padding: 0 0 0 12px;*/
	margin: 0 0 0 16px; /*position fot the link items*/
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(../tempImg/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(../tempImg/menminus.gif);}
</style>