﻿/* CSS Document */
#pagemainnav {
	text-align: right;
	background-color: #7f7f7f;
	margin-top:10px;
	height:28px;
	display:block;
	
}
#pagemainnav ul {
  margin:0;
  padding:0;
  list-style:none;
  text-align: right;
}
#pagemainnav li {
	background-color: #ccaa00;
	float:left;
	margin:0;
	padding:0;
	text-indent:0;
	vertical-align:middle;
		height:28px;

	/*	width: 10em;  width needed or else Opera goes nuts */
	display: inline;
}
#pagemainnav li.on {
  background-color: #7f7f7f;
}
#pagemainnav a {
	display:block;
	color: #F3F3F3;
	text-decoration:none;
	white-space:nowrap;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 12px;
	vertical-align:middle;
	height:28px;
	line-height: 28px;

}

/* Following rule allows entire region of link to to be 
   clickable in IE/Win. Holly Hack explained here:
   http://www.positioniseverything.net/explorer/escape-floats.html */
/* Hides from IE-mac \*/

* html #pagemainnav a {
  width:1%;
}

/* End hide from IE-mac */
#pagemainnav a:hover {
	color:#000000;
}

#pagemainnav ul li ul li {
 font-size: 12px;
 display: block;
 padding: 0px;
 margin: 0px;
 line-height: 14px;
 text-align: left;
}

#pagemainnav ul li ul li a {
	font-size: 12px;
	width:100%;
	text-transform: none;
	font-weight: normal; 
}

#pagemainnav ul li ul li a:hover {
	color: #FFCC00;
}

/* dropdown */
#pagemainnav li ul { /* second-level lists */
	position: absolute;
	background: #FFFFFF url(../img/bg_nav.gif);
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 10px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffcc00;
	border-right-color: #ffcc00;
	border-bottom-color: #ffcc00;
	border-left-color: #ffcc00;
}
#pagemainnav li:hover ul, #pagemainnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#profilenav {
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
}
#profilenav a {
	letter-spacing: 0px;
	color:#FF6600;
	text-decoration:none;
	border-right: 1px;
	border-bottom: 0;
	border-left: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	padding: 2px;
}
#profilenav a:hover {
	color:#FFFFFF;
	background-image: url(/images/nav_rollover.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-color: #FF6600;
}

#pagetopnav {
	text-align: right;
	font-size: 11px;
}
#pagetopnav a {
	font-weight: bold;
}

