@charset "utf-8";
/* CSS Document */

/* DNR override of menu.css */
/* DNR standard look and feel for the header navigation menu */
#menu{
	background: #17336b;
	border-right: 1px solid #2B241B;
	border-left: 1px solid #011745;
	border-bottom: 3px solid #637ba5;
	border-top: 1px solid #637ba5;
	width: 958px;
}
/*This styles the list item link*/
#menu ul li a{
	border-right: 1px solid #011745; 
	border-left: 2px solid #39507d;
}
/*This adds a right hand border to the last list item to create the illusion of a double border*/
#menu ul li#last_nav, ul li#last_nav a{
	border-right:  none;
}
#menu ul li a:hover, #menu ul li a:focus{
	text-decoration: underline;
}
#menu ul li:hover, #menu ul li:focus, #menu ul li.sfhover{
	text-decoration: underline;
}