/* CSS Document */

#menu_container {
	color: #CECECE;
	width: 380px;
	padding: 0;
	height: 17px;
	margin-left: auto;
	margin-right: auto;
	/*border-left: solid 1px #E4D358;
	border-right:  solid 1px #E4D358;*/
}

.menu_category {
	height: 17px;
	width: auto;
	position: relative;
	float: left;
}

.category_item {
	height: 17px;
	width: auto;
	float: left;
	padding: 0 5px;
}

.category_separator {
	width: auto;
	height: 17px;
	float: left;
}

.menu_dropdown {
	width: 150px;
	height: 200px;
	position: absolute;
	top: 17px;
	left: -1px;
	background-color: #000000;
	display: none;
	border: 1px solid #42423B;
	border-top: none;
	background-color: #000000;
	z-index: 100;
}

.dropdown_item {
	width: auto;
	padding: 1px 5px;
}

	#menu_username {
		width: 120px;
		height: 16px;
		font-size: 8px;
		margin: 0 auto;
	}
	
	#menu_password {
		width: 120px;
		height: 16px;
		font-size: 8px;
		margin: 0 auto;
	}

/********************************* Specify dropdown menu sizes below *****************************/

#dropdown_news {
	width: 100px;
	height: 54px;
}

#dropdown_guild {
	width: 90px;
	height: 72px;
}

#dropdown_gallery {
	width: 100px;
	height: 72px;
}

#dropdown_articles {
	width: 100px;
	height: 36px;
}

#dropdown_forums {
	width: 100px;
	height: 36px;
}

#dropdown_raids {
	width: 70px;
	height: 54px;
}

#dropdown_login {
	width: 135px;
	height: 106px;
	overflow: hidden;
}

#dropdown_logout {
	width: 0px;
	height: 0px;
	border: none;
}