@charset "UTF-8";
/* CSS Document */

#rightNav {
	min-height: 150px;
	width: 300px;
	position: relative;
	float: right;
	padding: 0px;
	margin-top: -100px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 40px;
	z-index: 100;
}
.boxtop {
	background-image: url(../images/boxNavTop.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.boxmid {
	background-image: url(../images/boxNavMid.png);
	background-repeat: repeat-y;
	background-position: left top;
	min-height: 170px;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
}
.boxbottom {
	background-image: url(../images/boxNavBott.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
}
.cssnavRight	{
	float: left;
	margin: 0;
	width: 292px;
	height: 30px;
	overflow:hidden;/* for ie to hide extra height*/
	font-size: medium;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
.cssnavRight a {
	display: block;
	color: #FFF;
	font-size: medium;
	width: 100%;
	height: 30px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}
.cssnavRight a:hover {
	color: #FFF;
	font-size: medium;
}
.cssnavRight span {
	position: absolute;
	text-align: left;
	width: 100%;
	height: 30px;
	cursor: pointer;
	color: #FFF;
	font-size: medium;
	vertical-align: middle;
	padding-top:9px;
	padding-left: 30px;
}
.cssnavRight span:hover {
	position: absolute;
	text-align: left;
	width: 100%;
	height: 30px;
	cursor: pointer;
	color: #690;
	font-size: medium;
	vertical-align: middle;
	padding-top: 9px;
	padding-left: 30px;
}
.cssnavRight img	{
	border: none;
}
#loginArea {
	position: relative;
	width: 310px;
	height: 200px;
	padding: 0px;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#loginBox {
	margin-top: 0px;
	margin-right:40px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
