/* Start of CMSMS style sheet 'horizontal nav' */
/* definition tags used for nav   
--------------------------------- */
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}

/* horizontal navigation
--------------------------------- */
#nav {
position: relative;
font: bold 100%/2.6em "Lucida Grande", verdana, arial, helvetica, sans-serif;
text-align: right;
text-transform: capitalize;
background: url(uploads/images/sitewide/header_bottom.jpg) no-repeat;
padding: 4px 0; /* padding-left, value for IE Mac */
}

#nav ul {
list-style: none;
background: none;
position: relative;
}

#nav ul li {
display: inline;
background: none;
padding: 12px 10px;
}

#nav ul li a {
background: none;
text-decoration: none;
color: #999;
}

#nav ul li a:hover, #nav ul li.currentpage,
#nav a.activeparent:hover, #nav li.activeparent a{ 
color: #CC6600;
padding-top: 12px;
background: url(uploads/images/nav_arrow.gif) no-repeat center top;
}
/* End of 'horizontal nav' */

