/*----------------------------------------Bottom menu css*/

#bottom_block {
	width: 600px;
	/*float:left;*/
	margin-bottom:5px;
	margin-left:auto;		/*others*/
	margin-right:auto;
		
}

/*#bottom_block div{
	margin:3 3 3 3px;
	}*/

.container { 
	display:block;
	border:1px solid #dcdce9;
	height:155px;/*143px CBO*/
	float:left;
	width:187px;

	}
		
		
		.container ul	{
			padding-left: 0;
			padding-right: 0;
			list-style-type: none;
			width:170px;
			text-align:left;
			}
		
				.container a
		{
			display: block;
			padding: 1px;
			width: 170px;
			background-color: #FFFFFF;
			border-bottom: 1px solid #eee;
			font-color: #003399;
			text-decoration: none;
			/*height: 15px;CBO*/
		}
		
		.container a:link, /*.contlist a:visited*/
		{
			color: #003399;
			text-decoration: none;
		}
		
		.container a:hover
		{
			background-color: #E0E0E0;
			color: #003399;
		}
		
		.active {
		font-weight: bold;
		}
		
		#middle_container {
			margin-right:16px!important;
			margin-left:17px!important;
		}
/*-----------------------------------Bottom menu css*/


