.loginbar {
	background: transparent url('../design/struct/head_navigation.gif') no-repeat scroll center top;
	height: 33px;
	top: 5px;
}

.loginEmail {
	position: absolute;
	background: url(../design/struct/inputbg.png) repeat-x #222;
	color: #000;
	margin: 7px 0px 0px 40px;
	width: 100px;
	height: 20px;
}

.loginPw {
	position: absolute;
	background: url(../design/struct/inputbg.png) repeat-x #222;
	color: #000;
	margin: 7px 0px 0px 150px;
	width: 100px;
	height: 20px;
}

.loginSend {
	position: absolute;
	margin: 7px 0px 0px 270px;
	width: 28px;
	height: 22px;
}

.registerLink {
	position: absolute;
	margin: 11px 0px 0px 320px;
}

.registerLink:hover {
	text-decoration: underline;
}

.navigationContainer1 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	background: #e7e7e7;
	width: 184px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

.navigationMenu1 {
	width: 184px;
	list-style-type: none;
}

.navigationMenu1 li {
	border-top: 1px solid #fff;
	padding-top: 2px;
	padding-left: 6px;
	background: #e7e7e7;
	font-size: 11px;
	width: 178px;
	height: 19px;
}

.navigationMenu1 a {
	font-size: 11px;
}

.navigationMenu1 .naviHeadline1 {
	padding-top: 2px;
	padding-left: 6px;
	border: none;
	background: url('../design/struct/naviheadlinebg.png') no-repeat;
	color: #a1c6ff;
	width: 184px;
	height: 19px;
}

