/*================================================================================
This is "home_header_mod.css".
This css modifies the header bar size from default size.
default Category height is 62px
default CountryCategory top is 130px
Created 03-12-2008
================================================================================*/

/* Category
-----------------------------------------------*/
#Category {
	clear: both;
	width: 754px;
	_width: 760px;
	height: 42px;
	padding: 0px 0px 0px 6px;
}


#CountryCategory {
	width: 300px;
	height: 20px;
	display: block;
	position: absolute;
	top: 110px;
	left: 450px;
	background: url(/usen/lcommon/images/us_wo.gif) no-repeat top right;
}



