div#leftcol	{
	width:				153px;
	background:			url(../menu_area_grybk_down.jpg);
	background-repeat: 	repeat-y;
	float:				left;
	position:			relative;
	text-align:			center;
}
div#menu		{
	background:			url(../menu/nav_bg_new.jpg);
	background-repeat:	no-repeat;
	margin:				0;
	padding:			0;
	border:				0;
	width:				100%;
	height:				344px;
}
#menu ul	{
	list-style-type:	none;
	text-align:			left;
	margin:				0;
	padding:			0 0 0 15px;
	position:			relative;
	top:				40px;
}
#menu ul li	{
	margin:				0;
	padding:			0;
	height:				25px;
}
#menu ul li a	{
	border:				0;
	text-decoration:	none;
}
#menu ul li img	{
	border:				0;
}
