.dir li{
	background-color:#044184;
}
.dir ul{
	width:300px;
}
.dir li{
	width:200px;
}


.article {
	list-style-type: none;
	margin: 0;
	padding: 0; /*border-left: 4px solid #D5D8E3; thick left border of menu */ /*border-right: 4px solid #D5D8E3; thick right border of menu */
}

.article li{
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	float: left;
	text-align: center;
	/*width: 200px;*/
	padding-right:10px;
	padding-left:5px;
}

.article li a{
	display: block;
	color: #F90;
	width: auto;
	/* border-bottom: 1px solid white;  White border beneath each menu item link, to add depth */
padding: 5px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 0px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.article li a:visited, .articles li a:active{
	color: #F90;
}

.article li a:hover{
	background-position: 0px 0px; /* Shift background image horizontally 387px, or the start of the 2nd background image */
	color: #FFF;
	background-image: url(../images/menu_over.png);
	background-color: #0066FF;
}

#nav_box2 {
	height: 30px;
	width: 100%;
	background-color: #044184;
} 

