@charset "UTF-8";

div#shopnav {
	position: static;
	overflow: hidden;
	width: 341px;
	height: 54px;
}

div#shopnav ul {
	list-style-type: none;
	float: left;
	height: 54px;
	padding: 0 !important;
}

div#shopnav ul.myaccount_ul {
	width: 111px;
	background: url(../img/layout/shopnav_bg.gif) right top no-repeat;
}
div#shopnav ul.mypage_ul {
	width: 117px;
	background: url(../img/layout/shopnav_bg.gif) right top no-repeat;
}
div#shopnav ul.mybasket_ul {
	width: 113px;
}

div#shopnav ul li {
	float: none;
	width: auto;
	line-height: 21px;
	color: #dbc9a8;
	padding: 12px 11px 0 11px;
}
div#shopnav ul li.myaccount_li {
	padding-left: 0;
}
div#shopnav ul li.mybasket_li {
	padding-right: 0;
}
div#shopnav ul li div {
	line-height: 11px;
	text-align: center;
	color: #dbc9a8;
	margin: 0;
	padding: 0;
}

div#shopnav ul li a {
	display: block;
	height: 21px;
	line-height: 19px;
	color: #dbc9a8;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 8px 0 0;
}
div#shopnav ul li a:hover {
	color: #ebe7e0;
	text-decoration: none;
}

div#shopnav ul li a.myaccount_a {
	padding-left: 27px;
	background: url(../img/layout/button_myaccount.gif) left top no-repeat;
}
div#shopnav ul li a.mypage_a {
	padding-left: 21px;
	background: url(../img/layout/button_mypage.gif) left top no-repeat;
}
div#shopnav ul li a.mybasket_a {
	padding-left: 27px;
	background: url(../img/layout/button_mybasket.gif) left top no-repeat;
}




div#navigation {
	position: static;
	left: 0;
	top: 0;
	border: 0;
	clear: both;
	width: auto;
	height: 36px;
	margin-left: 135px;
}

div#navigation ul {
	list-style-type: none;
	overflow: hidden;
}

div#navigation ul li {
	float: left;
	height: 36px;
	line-height: 36px;
	margin-right: 3px;
	white-space: nowrap;
	background: url(../img/layout/navi_bg_left.gif) left top no-repeat;
}
* html div#navigation ul li {
	width: 10px;
}
div#navigation ul li.active {
	background: #fff url(../img/layout/navi_active_bg_left.gif) left top no-repeat;
}

div#navigation ul li a {
	display: block;
	height: 36px;
	line-height: 36px;
	color: #ab8e59;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 16px;
	background: url(../img/layout/navi_bg_right.gif) right top no-repeat;
}
div#navigation ul li a:hover {
	color: #bd4c76;
	text-decoration: none;
}
div#navigation ul li a.active {
	color: #bd4c76;
	font-weight: normal;
	background: url(../img/layout/navi_active_bg_right.gif) right top no-repeat;
}





ul#mainbuttons li ul.submenu li {
	border: 0;
	border-top: 1px dotted #C7C7C7;
}

ul#mainbuttons li a {
	text-transform: uppercase;
}
ul#mainbuttons li ul li a {
	text-transform: none;
}



div.box3 ul#servicenav li a:hover {
	color: #000;
}