@charset "UTF-8";

	ul.catMenu { 
		/* border: 2px solid #f00;	*/
		margin:0; padding:0;
	}
	.catMenu li {
		margin:0; padding:0;
		margin-bottom: 5px;

	}
	.menu_topItem {
		font-family: Verdana;
		font-size: 9pt;
		color: #00355F;
		text-decoration: none;
		font-weight: normal;
		padding-left: 20px;
	}
	.menu_topItem_Selected {
		font-family:Verdana;
		font-size: 9pt;
		color: #00355F;
		text-decoration: none;
		font-weight: bold;
		padding-left: 10px;
	}
	li a.menu_topItem {
		display: block;
		margin-bottom: 8px;
		text-transform:capitalize;
	}
	li a.menu_topItem_Selected{
		display: block;
		margin-bottom: 8px;
		background-image: url('/images/active.gif');
		background-repeat:no-repeat;
		background-position:left center;	
		padding-left: 20px;
	}
	.menu_subItem {
		font-family: Verdana;
		font-size: 9pt;
		color:#00355F;
		text-decoration: none;
		font-weight: normal;
		padding-left: 30px;
	}
		.menu_subItem:hover {

		color:#868686;
		text-decoration: underline;

	}
	.menu_subItem_Selected {
		font-family: Arial, Verdana;
		font-size: 10pt;
		color: #00355F;
		text-decoration: none;
		font-weight: normal;
		padding-left: 30px;
/*		background-image: url('/images/active.gif');
		background-repeat:no-repeat;
		background-position: 10px; */
	}
	.menu_subList { 
		
	}
