/* Start of CMSMS style sheet 'chrn :: menu' */
/* Start of CMSMS style sheet 'chrn :: menu' */


/* HACK to display in IE6 */
html .nav ul, a{ height: 1%; }

#nav

{

	float: left;
	width: 140px;
	margin: 10px 15px 0 20px;
	display: inline;
	padding: 0 0 10px 0;
        border:0px dotted pink;

}


#nav ul

{

	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	border-bottom: 1px dotted #005FBE ;
	width: 138px;

}

#nav ul a

{

	display: block;
	width: 118px;
	padding: 5px 8px 5px 13px;
	border-top: 1px dotted #005FBE;
	text-decoration: none;
	color: #000099;
}

#nav a:hover { background: #E7EBF4; }
#nav a.activeparent{
	background-color:#E7EBF4;
}
#nav a.currentpage{
       font-weight:bold;
        background: url('images/nav_arrow.gif') no-repeat #E7EBF4;
        background-position: left; 
}

#nav a.currentpage:hover {
        font-weight:bold; 
        background: url('images/nav_arrow.gif') no-repeat #E7EBF4;
        background-position: left; 
}



/* next level links, more padding and smaller font */
div#nav ul ul a {
   font-size: 80%;
	padding: 5px 8px 5px 13px;
	color:#000099;
background-color:#F1F5FF;
border:0px ;

}

div#nav ul ul{
border-top:0px ;
border-bottom:0px ;
}

div#steeringNav{
margin-top:10px;
}

/* End of 'chrn :: menu' */

