@charset "utf-8";
/* CSS Document */

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#000000;
	width: 225px;
	font-family: verdana;
	border: 1px solid black;
}
#navigation a.head {
	cursor:pointer;
	display:block;
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#navigation a.brandhead {
	cursor:pointer;
	display:block;
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-image: url(../images/furniture/bgs/storeNavBg.png);
	background-repeat: no-repeat;
	text-align: center;
}
#navigation a.head:hover {
	color:#FFFF99;
}

#navigation a.current {
	background-color:#FFFF99;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#navigation li {
	list-style:none outside none; 
	display:inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#navigation li li a {
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
}
#navigation li li a:hover {
	color:#999999;
	text-decoration:underline;
}

#bookHeader {
	background-image:url(../images/nav/store_selector/books.png); height:27px; width: 225px;
}
#cashpointHeader {
	background-image:url(../images/nav/store_selector/cashpoints.png); height:27px; width: 225px;
}
#childrenHeader {
	background-image:url(../images/nav/store_selector/children.png); height:27px; width: 225px;
}
#childrensFashionHeader {
	background-image:url(../images/nav/store_selector/childrensFashion.png); height:27px; width: 225px;
}
#computersHeader {
	background-image:url(../images/nav/store_selector/computers.png); height:41px; width: 225px;
}
#departmentHeader {
	background-image:url(../images/nav/store_selector/department.png); height:27px; width: 225px;
}
#estateHeader {
	background-image:url(../images/nav/store_selector/estate.png); height:27px; width: 225px;
}
#familyFashionHeader {
	background-image:url(../images/nav/store_selector/familyFashion.png); height:27px; width: 225px;
}
#foodHeader {
	background-image:url(../images/nav/store_selector/food.png); height:27px; width: 225px;
}
#footwearHeader {
	background-image:url(../images/nav/store_selector/footwear.png); height:27px; width: 225px;
}
#giftsHeader {
	background-image:url(../images/nav/store_selector/gifts.png); height:27px; width: 225px;
}
#healthHeader {
	background-image:url(../images/nav/store_selector/health.png); height:27px; width: 225px;
}
#beautyHeader {
	background-image:url(../images/nav/store_selector/beauty.png); height:27px; width: 225px;
}
#jewelleryHeader {
	background-image:url(../images/nav/store_selector/jewellery.png); height:27px; width: 225px;
}
#ladiesFashionHeader {
	background-image:url(../images/nav/store_selector/ladiesFashion.png); height:27px; width: 225px;
}
#mensFashionHeader {
	background-image:url(../images/nav/store_selector/mensFashion.png); height:27px; width: 225px;
}
#sportsHeader {
	background-image:url(../images/nav/store_selector/sports.png); height:27px; width: 225px;
}



