/* Start of CMSMS style sheet 'Nav: NYHRPS' */
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}


#nav {
position: absolute;
left: 280px;
width: 535px;
top: 113px;
height: 75px;
text-align:right;
font-size:.7em;
line-height:2.6em;
}


#nav ul {
list-style: none;
background: none;
position: relative;
text-decoration: none;
font-weight:bold;
text-transform:uppercase;
text-align:center;
}


#nav ul li {
  
display: inline;
background: none;



}


#nav ul li a {

color:#FFFFFF;
font-size:10pt;
padding: 21px 20px 21px 0px;/*top right bottom left*/
background-image:url(uploads/images/bullet_blue.jpg);
background-position: bottom center;
background-repeat:no-repeat;
}

#nav ul li a:hover{
font-weight:bold;
text-transform:uppercase;
text-decoration:none;
color: #FFF;
padding: 21px 20px 21px 0px;/*top right bottom left*/
	background-image:url(uploads/images/bullet_red.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#nav ul li.currentpage{
font-weight:bold;
text-transform:uppercase;
color: #FFF;
padding: 21px 20px 21px 0px;/*top right bottom left*/
	background-image:url(uploads/images/bullet_red.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
}





/* End of 'Nav: NYHRPS' */

