/* =======menu====== */
#menu {
	display: block;
	width: 944px;
	height: 48px;
	background: url(../images/menu_back.gif) repeat-x;
	margin-left: 12px;
	}
.left-menu {
	float: left;
	width: 9px;
	}	
ul#dropdown {
	margin: 0px 0px 0px 9px;
	width: 910px;
	height: 48px;
	display: block;
	background: url(../images/menu_right.gif) 100% 100% no-repeat; 
	list-style-type: none;
	text-align: center;
	padding-left: 25px
	}	
#dropdown li  {
	list-style-type: none;
	display: inline;
	text-align: center;
	float: left;	
	}
.menu-category a, .menu-category a:visited {	
	display: block;
	line-height: 48px;
	height: 48px;
	margin: 0px;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	height: 48px;
	text-decoration: none;
	background: url(../images/menu_back.gif);
	padding-right: 18px;
	}
#dropdown a span  {
	display: block;
	float: left;	
	padding-left: 18px;
	height: 100%;
	line-height: 48px;
	cursor: pointer;
	}
#dropdown a:hover span {	
	background: url(../images/menu_roll_full.gif) 0% 0% no-repeat;	
	cursor: pointer;
	}
.menu-category a:hover {
	color: red;
	background: url(../images/menu_roll_full.gif) 100% 100% no-repeat;	
	}		
/*===== end of header & menu ==== */