@charset "utf-8";
/***********************/
/*  menu containers */
/***********************/
#menuleft {
	background-image: url(../layout/menu_panel_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 149px;
	padding-top: 14px;
	margin-bottom: 10px;
}
#menuleft .menuleftinner {
	background-image: url(../layout/menu_panel_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:11px;
	line-height:11px;
	color: #636b6f;
	text-transform:uppercase;
	padding-bottom:10px;
}

/***********************/
/*  search form looks */
/**********************/

#menuleft .searchform {
	padding: 0px 5px 0px 5px;
}

#menuleft .searchform h2 {
	font-size:11px;
	color:#757473;
	font-weight:bold;
	margin: 0;
}
#searchform #searchproduct, #searchform #searchfabric {
	background-image: url(../layout/back_search_blue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 15px;
	width: 125px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	border:#666666 solid 1px;
	margin: 5px 0px 5px 0px;
}
#searchform #searchfabric { background-image: url(../layout/back_search_green.jpg);}
#searchform #submitproduct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #ffffff;
	width: 130px;
	background-image:url(../layout/search_grey_arrow.gif);
	background-repeat:no-repeat;
	background-position: 5px 0px;
}
/***********************/
/*  menu level 0 looks */
/**********************/
#menuleft ul {
	list-style-type: none;
	margin-top: 0px;
	margin-left:2px;;
	padding: 0px;
}
#menuleft ul li {
	margin-right:3px;
	margin-left:3px;
	margin-bottom:10px;
}
#menuleft h2 {font-size:11px;font-weight:normal;}
#menuleft a {color:#636b6f; text-decoration:none;}
#menuleft a:hover {
	color:#3399CC;
}
#menuleft .selected h2 a {color:#25679f; font-weight:bold;}

