body {
	font: 90%/1em "Times New Roman", Times, serif;
	margin: 0px;
	margin-top: 60px;
	color: #666666;
	text-align: center;
	letter-spacing: 2px;
}
p.nospace {
	letter-spacing: 0px;
	line-height: 1.5;
}
.red {color: #CC0000}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
}
.footer {
	color: #000000;
	font-size: 75%;
}

html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
	  background:#fff;
   }
   #wrapper {
      margin: 0 auto;
      text-align: center;
      vertical-align: middle;
	  background:#fff;
      width: 750px;
   }
.pipemenu {
	display:block;
	position:relative;
	width:390px;
	margin:0 auto;
	clear:both;
}
* html .pipemenu {
width:364px;
w\idth:374px;
}


.pipemenu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.pipemenu ul li {
float:left;
position:relative;
}
.pipemenu ul li a, .pipemenu ul li a:visited { /* TOP LEVEL OF MENU*/
	display:inline;
	font-size:0.95em;
	text-decoration:none;
	color:#666;
	width:auto;
	height:1.4em;  /* change line height and top below as well */
	line-height:1.4em;
	border-right: 1px solid #CC0000;
	padding-left: 5px;
	padding-right: 5px;
}
* html .pipemenu ul li a, .pipemenu ul li a:visited {
width:auto;
w\idth:auto;
}
.pipemenu ul li a.right, .pipemenu ul li a.right:visited {
	display:inline;
	font-size:0.95em;
	text-decoration:none;
	color:#666;
	width:auto;
	height:1.4em;
	line-height:1.4em;
	border-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
.pipemenu ul li.selected, .pipemenu ul li.selected:visited { 
	display:inline;
	font-size:0.95em;
	text-decoration:none;
	color:#666;
	width:auto;
	height:1.4em;
	line-height:1.4em;
	border-right: 1px solid #CC0000;
	padding-left: 5px;
	padding-right: 5px;
}
.pipemenu ul li.rightselected, .pipemenu ul li.rightselected:visited {
	display:inline;
	font-size:0.95em;
	text-decoration:none;
	color:#666;
	width:auto;
	height:1.4em;
	line-height:1.4em;
	border-right: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
/* specific to non IE browsers */
.pipemenu ul li:hover a {
color:#CC0000; 
background:#eee;
}
.pipemenu ul li a:hover {
color:#CC0000; 
background:#eee;
}