/* CSS Document */
#navcontainer_col {
/* margin-top:47px;*/
}
#navcontainer_col P { 
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	display:block;
	text-align:center;
	letter-spacing: 5px;
	margin:0px;
	FONT-SIZE: 12px; 
	COLOR:white; 
	PADDING: 7px 5px 4px 5px; 
	width:150px;
	BACKGROUND-COLOR: #419BDD; 
	COLOR: #ffffff; 
}
#navcontainer_col UL {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	FONT-SIZE: 12px; 
	padding:0px;
	MARGIN: 0px 0px 8px 0px; 
	COLOR: #5b5b5b; 
	LIST-STYLE-TYPE: none;
	border-top:1px dotted #cccccc;
}
#navcontainer_col LI {	
}
#navcontainer_col A:link, #navcontainer_col A:visited {
	letter-spacing:2px;
	display: block;
	width:150px;
	TEXT-DECORATION: none;
	PADDING: 9px 5px 6px 35px;
	background-image: url(/css/images/navbg_lightblue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom:1px dotted #cccccc;
	color: #67A3D1;
}
#navcontainer_col A:hover {
	PADDING: 9px 5px 6px 35px;
	background-image: url(/css/images/navbg_lightblue_over.gif);
	background-color: #B9E6FC;
	background-repeat: no-repeat;
	background-position: left top;
	color: #015BFF; 
}