#header {
	position: relative;
	width: 100%;
}

#header .bar {
	height: 110px;
	width: 100%;
	background-color: #527d97;
}

#header .bar .centralizer {
	height: 100%;
}

#header .menuBar, #loginBar {
	height: 25px;
	background-color: black;
	color: white;
}

#loginBar {
/*	border-top: 1px solid #7e7e7e;*/
	height: 17px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #333333;
	color: #ccc;
}

#loginBar dd input {
	width: 100%;
	border: none;
	height: 12px;
	font-size: 10px;
	padding: 2px;
}

#loginBar #login {
	float: right;
}

#loginBar .controls {
	float: left;
}

#loginBar .controls input {
	background-color: #527d97;
	border: none;
	font-size: 10px;
	height: 16px;
}

#loginBar dd {
	width: 150px;
	float: left;
	padding: 0;
	margin-right: 10px;
}

#logo {
	display: block;
	width: 140px;
	height: 100%;
	float: left;
	background: url(/images/logoBeta.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#topImage {	
	height: 90px;
	width: 728px;
	margin-top: 10px;
	float: right;
}

#menu, #rightMenu {
	display: block;
	list-style: none;
	height: 25px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #7e7e7e;
	min-width: 100px;
}

#menu a {
	font-family: "Droid Serif Pro", "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: white;
}

#rightMenu {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 10px;
	background-color: black;
	border: none;
}

#header .menuBar .wrapper {
	float: left;

}

#menu.hover {
	background-color: pink;
}

#menu li, .submenu .items li, #rightMenu li {
	margin: 0;
	padding: 0;
	float: left;
}

.submenu .items li {
	padding-left: 10px;
	padding-right: 10px;
}

#menu li {
	position: relative;
	height: 25px;
	border-right: 1px solid #7e7e7e;
}

#menu li a.link, #rightMenu li.login, #rightMenu li a.atom {
	display: block;
	float: left;
	height: 21px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#rightMenu li.login {
	padding-top: 6px;
}

#rightMenu li a.atom {
	height: 19px;
	width: 17px;
	margin-top: 5px;
	margin-right: 5px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/atom.png);
}

#rightMenu a, #rightMenu li, #loginBar a, #loginBar div {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ccc;
}

#rightMenu li.login a, #loginBar a {
	font-weight: bold;
	color: #527d97;
}

#rightMenu li.adminInterfaceToggler {
	padding-top: 5px;
	padding-right: 10px;
}

#rightMenu li a#adminInterfaceToggler {
	display: block;
	height: 19px;
	width: 22px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/images/admin_interface.png);
}

#rightMenu li a#adminInterfaceToggler.hidden {
	background-position: -22px 0;
}

#rightMenu li a.atom:hover {
	background-position: -17px 0;
}

#rightMenu a.icon, #footer .adminLinks a.icon {
	display: block;
	float: left;
	margin-top: 3px;
	height: 20px;
	width: 15px;
	background-position: center;
	background-repeat: no-repeat;
}

.menuItemDeleter {
	background-color: white;
	background-image: url(/images/delete.gif);
}

.menuItemDeleter.hover {
	background-color: #527d97;
}

#menu li a.submenuToggler, #menu li span.handle, .submenu span.handle, #rightMenu span.handle, #footer span.handle {
	display: block;
	float: left;
	height: 25px;
	width: 20px;
	background-image: url(/images/dropDownArrow.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu li span.handle, .submenu span.handle, #rightMenu span.handle, #footer span.handle {
	cursor: move;
	width: 15px;
	background-position: left center;
	background-image: url(/images/dot.png);
}

.submenu span.handle {
	background-position: right center;
}

#menu li a.selected {
	background-image: url(/images/dropDownArrowUp.png);
}

#menu li a.selected, #menu li a.submenuToggler:hover {
	background-color: #3b3b3b;
}

#submenu {
/*	position: relative;*/
/*	height: 100px;*/
	width: 100%;
	padding-bottom: 25px;
}

.submenu {
	position: relative;
	top: 0;
	width: 100%;
	border-bottom: 1px solid black;
}

.submenu .items a {
	color: black;
	display: block;
	float: left;
	height: 20px;
	padding-top: 5px;
}

.submenu li.clear {
	float: none;
}

.submenu .spacer {
	height: 25px;
	width: 100%;
	border-bottom: 1px solid black;
}

.submenu .items {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
/*	min-height: 25px;*/
	background-color: #e5e5e5;
}

.submenu .hover {
	background-color: pink;
}

.submenu .preview {
	height: 140px;
	clear: both;
}

.submenu .preview ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.submenu .preview li {
	float: left;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
}