#top {
	position: relative;
	color: #666;
	font-family: Verdana Helvetica, Arial, sans-serif;
	width: 900px;
	height: 80px;
	/*z-index: 11000;*/
}

div#logo-wrap {
	left: 40px;
	position: absolute;
	top: 15px;
}

img#logo {
	border: none;
}

#utility-nav {
	margin-top: 10px;
	position: absolute;
	right: 115px;
	top: 0;
	z-index: 10;
	list-style: none;
}

div#user-info {
	width: 450px;
	position: absolute;
	left: 450px;
	top: 30px;
}

div#reg-link {
	position: absolute;
	right: 25px;
	top: 50px;
	display: block;
}

#utility-nav li {
	border-left: 1px solid #666;
	display: inline;
	padding: 0 8px;
}

#utility-nav li.first {
	border-left: none;
}

li#site-dropdown {
	background: url(/register/images/site-dropdown-bg.png) right center no-repeat;
	color: #f16724;
	padding-right: 20px;
}

#site-dropdown ul {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	display: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 1.3em;
	width: 13em;
}

#site-dropdown.over ul,#site-dropdown :hover ul {
	display: block;
}

#site-dropdown li {
	border-bottom: 1px solid #ccc;
	border-left: none;
	display: block;
	padding: 0;
	text-align: right;
	list-style: none;
}

#site-dropdown li a {
	display: block;
	padding: 5px;
}

#site-dropdown li a:hover {
	background: #eee;
}

#utility-nav a {
	color: #666;
	text-decoration: none;
}

a#signin {
	position: absolute;
	right: 20px;
	top: 5px;
	background: url(/register/images/sign-in-btn.png) no-repeat;
	display: block;
	height: 39px;
	text-indent: -9999px;
	width: 85px;
}

#footer {
	color: #666;
	font-family: Verdana Helvetica, Arial, sans-serif;
	width: 900px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 5px;
}

#footer li {
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #666;
	float: left;
	list-style-type:none;
}

#footer li.last {
	border: none;
}

#footer a {
	text-decoration: none;
	color: #f16724;
}

#footer a:hover {
	color: #666;
}