.img-shadow {
	border-right: #cbcdcc 1px solid; padding-right: 4px; border-top: #cbcdcc 1px solid; padding-left: 4px; padding-bottom: 4px; border-left: #cbcdcc 1px solid; padding-top: 4px; border-bottom: #cbcdcc 1px solid; voice-family: inherit; margin-right: 5px; 
}

#user_login_top {
	position: absolute;
	float: left;
	right: 120px;
	top: 35px;
	z-index: 100;
}
#user_login_top .text {
	border: 1px solid #0d0d0d;
	background: #323232 url(../images/text_bg.png) repeat-x 0 0;
	color: #a1a1a1;
	font-size: 12px;
	padding: 4px 5px 5px;
	margin-right: 10px;
	width: 100px;
	float: left;
}
#loginForm {
	float: left;
}
#logoutForm {
	float: left;
	margin-right: 20px;
}
.greeting {
	float: left;
	margin-right: 10px;
	color: #a1a1a1;
	font-size: 12px;
}
#user_login_top .greeting a {
	color: #fff;
}
/* Navigation */
.nav_gradient {
	position: absolute;
	left: 200px;
	bottom: 9px;
	z-index: 11;
}
#navigation {
	position: absolute;
	bottom: 10px;
	height: 26px;
	left: 30px;
	list-style: none;
	width: 750px;
	font-size: 12px;
	letter-spacing: -0.02em;
	z-index: 12;
}
#navigation li {
	float: left;
	background: url(/images/nav_right.png) no-repeat 100% 80px;
}
#navigation li a {
	float: left;
	display: block;
	/*height: 2.5em;*/
	height: 1.9em;
	padding: 0.3em 1.2em 0.4em 1.2em;
	background: url(/images/nav_left.png) no-repeat 0% 80px;
	color: #eeb7b7;
	text-decoration: none;
	overflow: hidden;
	margin-left: -5px;
}
#navigation li a:hover {
	color: #fff;
}
#navigation li.active, #navigation li.active a, #navigation li.active a:hover {
	background-position: 0px 0px;
	color: #1e1e1e;
}
#navigation li.active {
  background-position: right top;
  margin-right:-10px;
}
#navigation li.active a, #navigation li.active a:hover {
  background-position: 0px 0px;
	padding: 0.3em 3.5em 0.4em 1.8em;
}

/* Header Search */
#search_wrap {
	position: absolute;
	right: 71px;
	bottom: 20px;
}
#search_wrap form {
	position: relative;
	float: left;
}
#search_wrap label {
	font-size: 12px;
	padding-top: 3px;
	color: #fff;
	float: left;
	cursor: pointer;
}
#search_wrap .text {
	background: #fff;
	border: 1px solid #661004;
	font-size: 12px;
	padding: 4px 25px 4px 5px;
	width: 110px;
	float: left;
}
#search_wrap #search {
	position: absolute;
	margin-top: 4px;
	width: 18px;
	height: 19px;
	right: 5px;
	background: url(../images/search_bg.png) no-repeat 0 0;
	text-indent: -9999px;
	border: none;
	font-size: 0px;
	display: block;
	line-height: 0px;
}

/* Header RSS */
#rss {
	position: absolute;
	height: 23px;
	right: 30px;
	bottom: 22px;
	font-size: 12px;
	z-index: 11;
	
}
#rss span {
	float: left;
	margin-right: 10px;
	padding-top: 1px;
}
#rss img {
	float: left;
}