
@charset "utf-8";
/* CSS Document */

#nav{
	width: 930px;
	height: 35px;
	border-bottom: 1px solid #CCC;

	margin-top: 5px;
	margin-bottom: 5px;	
	background-color: #FFF;
	font-size: 10px;
}


#tier2{

	

	border-bottom: 0px solid #efeff6;
	width: 1000px;

	margin-left: auto;
	margin-right: auto;
	position:relative;


	z-index:100;
	color: #CCC;

}

#pmenu2{
	padding: 0px;
	margin: 0px;


}


/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu2, #pmenu2 ul {clear: both; padding:0; margin:0; list-style-type: none;float: right;margin-right: 30px;}

/* Set up the link size, color and borders */	
#pmenu2 a{font-family: Arial, Helvetica, sans-serif;text-decoration:none;}

/* Set up the list items */
#pmenu2 li{float:left;font-size:0.9em;	padding-top: 14px;
 }

/* For Non-IE browsers and IE7 */
#pmenu2 li:hover {position:relative;}

/* Make the hovered list color persist */
#pmenu2 :hover > a {color: #CCCCCC;}


#pmenu2 li a{
	color: #CCCCCC;
	padding-left: 10px; padding-right: 10px;
	border-left: 1px solid #ccc;
}

.terms{

	padding-top: 2px;
	padding-bottom:2px;
	padding-left: 5px;
	
	font-size:0.9em;	
	border-right: 1px solid #FFFFFF;
}


#pmenu2 li a:active{
	color: #FFFFFF;
}

#pmenu2 a:hover{
	color: #FFFFFF;
}