#nav {
	padding-left:2px;
	padding-right:2px;
	padding-top:5px;
	height:700px;	
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#f0f0f0', startColorstr='#013b8d', gradientType='0');*/
	FILTER: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#FFFFFF', startColorstr='#013b8d', gradientType='0');
}

#navcontent {
	/*background-color:#FFCC66;*/
	margin-bottom:10px;
	
}

.quicklinks {
	list-style:none;
	margin:0px;
	padding:0px;
	
}

.quicklinks li {
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	
}

.quicklinks a {
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	color:#004269;
	padding-top:2px;
	padding-bottom:2px;
}

.quicklinks a:hover {
	text-decoration:underline;
	background-color:#D7d7d7;	
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddblueblockmenu{
/*border: 1px solid black;
border-bottom-width: 0;*/
width: 140px;
margin-bottom:10px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 132px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #0788d2;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 140px; /*IE 5*/
w\idth: 132px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #005d95;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
width:143px;
}

.menuitem {
	border-bottom:1px dotted #dadada;
	}

