#leftContainer{
	width:144px;
	float:left;
}
#dhtmlgoodies_menu{		
	font-family:arial;	/* Font for main menu items */
	width:144px;	/* Width of main menu */
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	text-align:left;
}
#dhtmlgoodies_menu ul{	
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled  - sub menu items*/
	padding-left:10px;
	display:none;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#343434;	/* Black text color */
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
	height:24px;	/* 20 pixel height */
	line-height:24px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	background-color:#FAFAFA;	/* Light blue background color */
	background:url(/images/home/bg_menu.png) no-repeat;	
	display:block;
	padding-left:10px;
	text-transform: uppercase;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	background:url(/images/home/bg_menu_on.png) no-repeat;
}
.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border-top:1px solid #CCCCAA;
	border-left:1px solid #CCCCAA;
	border-right:1px solid #CCCCAA;
	background-color:#FAFAFA;
	font-family:arial;
	text-align:left;
	_width:200px;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;	
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	border-bottom:1px solid #CECEAD;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000;	/* Black text color */
	font-size:11px;
	font-family:Verdana;
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px 10px 1px 10px;	/* 1px of "air" inside */
	
	display:block;	/* Display as block - you shouldn't change this */
}
.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFF;	/* White text */
	background-color:#9E9E8B;	/* Blue background */
}
.dContent {
	width:850px;
	float:left;
	margin-top:10px;
}
.dContent ul{
	float:left;
}
.dContent ul li{
	float:left;
	padding-right:10px;
	padding-top:10px;
	width:150px;
}
.dContent_brand {
	width:850px;
	float:left;
	margin-top:10px;
}
.dContent_brand ul{
	margin:0 auto;
}
.dContent_brand ul li{
	float:left;
	padding-right:10px;
	padding-top:10px;
	width:200px;
	font-size:12px;
	font-family:Verdana;
}
.dContent_brand ul li:hover{
	text-decoration:underline;
}
.dContent_letter {
	width:850px;
	font-size:13px;
	font-family:Verdana;
	float:left;
	margin-bottom:10px;
}
.dContent_letter a{
	float:left;
	padding:0px 4px;
	display:block;
	color:#5d78b2;
	text-align:center;
}
.dContent_letter a:hover{
	background:#5d78b2;
	color:#ffffff;
}
.dContent_title {
	font-size:20px;
	color:#4c4c4c;
	padding-bottom:10px;
}
.bList {
	width:185px;
	background:#f2f2f2;
	float:left;
	margin-right:14px;
	padding-left:16px;
	padding-bottom:10px;
}
.bList_last {
	width:185px;
	background:#f2f2f2;
	float:left;
	padding-left:16px;
}
.b_all {
	text-decoration:underline;
}
.subList{
	clear:both;
}
.subList li{
	clear:both;
	width:150px;
	padding-top:0px!important;
}
