/* CSS Document */

#menu {
	width:980px;
	height:33px;
/*	background-color:#FF0000;*/
}

.menu-button {
	width:auto;
	height:24px;
	float:left;
	color:#CCCCCC;
	font-size:14px;
	text-align:center;
	padding-top:9px;
	padding-left:15px;
	padding-right:15px;
}

.menu-button a {
	color:#CCCCCC;
}

.menu-button a:hover {
	color:#FFFFFF;
}

.menu-button-selected {
	width:auto;
	height:24px;
	float:left;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	padding-top:9px;
	padding-left:15px;
	padding-right:15px;
}

.menu-button-selected a {
	color:#FFFFFF;
}

.menu-button-spacer {
	width:8px;
	height:33px;
	float:left;
}

#menu-buttons-user {
	height:33px;
	width:auto;
	float:right;
	background-image:url(/graphics/common/tab-menu-blue.png);
	background-repeat:repeat-x;
}

.menu-button-blue {
	width:auto;
	height:24px;
	float:right;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	padding-top:9px;
	padding-left:15px;
	padding-right:15px;
/*	padding-right:20px;*/
}

.menu-button-blue a {
	color:#FFFFFF;
}

.menu-button-blue-spacer {
	width:20px;
	height:33px;
	float:right;
}

.menu-button-share {
	width:auto;
	height:24px;
	float:left;
	color:#CCCCCC;
	font-size:14px;
	text-align:center;
	padding-top:9px;
	padding-left:15px;
	padding-right:15px;
}

#create-campaign {
	width:225px;
	background-image:url(/graphics/common/tab-menu-blue.png);
	background-repeat:no-repeat;
}

.category-menu-button {
	width:auto;
	height:auto;
	margin-bottom:10px;
	font-size:14px;
}