#menu_background{
	height: 35px;
	background-color: rgb(10,103,163);
	position: absolute;
	left: 0;
	right: 0;
	top: 112px;
}

#menu {
	float: left;
	list-style-type:none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 5px;
	left: 50%;
	margin-left:-352px;
	z-index: 1000;
}

#menu li {
	float: left;
	padding: 0 10px;
/*	position: relative; */
}

#menu li a {
	display: block;
	height: 25px;
}

#menu li:hover a {
	background-position: 0 100%;
}

#menu li:hover .submenu-container {
	display: block;
}

#Home{
	background-image: url('images/home.png');
	background-repeat: no-repeat;
	width: 68px;
}

#Items{
	background-image: url('images/items.png');
	background-repeat: no-repeat;
}

#Items, #items-menu {
	width: 86px;
}

#Articles{
	background-image: url('images/articles.png');
	background-repeat: no-repeat;
}

#Articles, #articles-menu {
	width: 110px;
}

#Websites{
	background-image: url('images/websites.png');
	background-repeat: no-repeat;
	width: 96px;
}

#Identifying{
	background-image: url('images/identifying.png');
	background-repeat: no-repeat;
}

#Identifying, #identifying-menu {
	width: 100px;
}

#Houses{
	background-image: url('images/cutting_houses.png');
	background-repeat: no-repeat;
}

#Houses, #houses-menu {
	width: 110px;
}

#houses-menu .submenu-item {
	width: 150px;
}

#Guide{
	background-image: url('images/guide_to_abcg.png');
	background-repeat: no-repeat;
}

#Guide, #guide-menu {
	width: 110px;
}

#guide-menu .submenu-item {
	width: 120px;
}

#Policies{
	background-image: url('images/purchasing_policies.png');
	background-repeat: no-repeat;
}

#Policies, #policies-menu {
	width: 120px;
}

#policies-menu .submenu-item {
	width: 130px;
}

.submenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.submenu li a {
	padding: 3px 5px 5px 5px;
	height: auto !important;
}

.submenu li a:hover {
	background-color:rgb(255,170,64);
}

.submenu-item {
	font-size: 1.2em;
	clear: both;
	white-space:nowrap;
	width: 100%;
	margin-left:-11px;
	padding-right: 0 !important;
}

.submenu-item a {
	background-color: rgb(255,193,115);
}

.menubuttons {
	text-indent:-999em;
}

.submenu-container {
	display: none;
	margin-left: 1px;
}

.submenu-top {
	background-color: rgb(255,193,115);
	height: 10px;
	position: relative;
	right: 12px;
	margin-left: 12px;
}

.submenu-top-right {
	background: url('images/top.png') no-repeat top right;
}

.submenu-bottom-right {
	background: url('images/right.png') no-repeat bottom right;
	height: 12px;
}

.submenu-bottom {
	background-color: rgb(255,193,115);
	height: 12px;
	position: relative;
	top: -12px;
	margin: 0 12px;
}

@-moz-document url-prefix() {
.submenu-bottom {
	top: -15px;
}
}