/* CSS for the site menu. */
/* This and the global CSS must be used by in pages using the menu. */

#tmenu {
	height: 8em;
	padding-bottom: 1em;
	white-space: nowrap;
}

#tmenu #tmenu-logo {
	float: left;
	height: 8em;
	width: 8em;
}
#tmenu #tmenu-news {
	height: 1.4em;
	background:#222222 url(/menu/bg_news.png) repeat-x bottom left;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}

#tmenu #tmenu-tabbox {
	height: 3em;
}

#tmenu .tmenu-tablink {
	height: 3em;
	margin-right: 0.3em;
}
#tmenu .tmenu-firsthelptablink {
	margin-left: 1em;
}

#tmenu .tmenu-tab {
	height: 3em;
	vertical-align: top;
}

#tmenu #tmenu-tabhome {
	width: 5em;
}
#tmenu #tmenu-tabirc {
	width: 6em;
}
#tmenu #tmenu-tabforums {
	width: 6em;
}
#tmenu #tmenu-tabwiki {
	width: 6em;
}
#tmenu #tmenu-tabqdb {
	width: 6em;
}
#tmenu #tmenu-tabgames {
	width: 6em;
}
#tmenu #tmenu-tabhelp {
	width: 6em;
}
#tmenu #tmenu-tabrules {
	width: 6em;
}
#tmenu #tmenu-tababout {
	width: 6em;
}
#tmenu #tmenu-tabrellinks {
	width: 6em;
}
	
#tmenu #tmenu-greet {
	height: 1.4em;
	padding-top: 0.9em;
	font-style: italic;
}

/* A textbox should be used to surround any text nodes to scale their size back
 * up to a sane default. Nothing inside should have hard sizes set, as sizes
 * inside the textbox are not pixel perfect. */
#tmenu .tmenu-textbox {
	font-size: 120%;
}
#tmenu #tmenu-greet-textbox {
	font-size: 130%
}
