/*
 * 	vim: set fdm=marker:
 *	Common Styles for 7 million 2008/2009
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Robert Adrianowski (robert_adrianowski@t-sign.com)
 *
 */
 
/* {{{ menu */
#menu	{
	position: absolute;
	top: 0;
	left: -95px;
	width: 665px;
	height: 281px;
	background: url(/img/menu.background.png) no-repeat top;
}
#menu_de   {
    position: absolute;
    top: 0;
    left: -95px;
    width: 665px;
    height: 281px;
    background: url(/img/menu_de.background.png) no-repeat top;
}
#menu  .container {
    padding: 62px 0 0 83px;
	width: 533px;
	height: 143px;
}
#menu  .containerA {
    width: 248px;
    height: 143px;
	float: left;
}
#menu  .containerB {
    width: 285px;
    height: 143px;
	float: left;
}
#menu_de  .container {
    padding: 62px 0 0 83px;
    width: 533px;
    height: 143px;
}
#menu_de  .containerA {
    width: 248px;
    height: 143px;
    float: left;
}
#menu_de  .containerB {
    width: 285px;
    height: 143px;
    float: left;
}


#menuhomehome {
    width: 285px;
    height: 143px;
    display: block;
}
#menuhome {
    width: 248px;
    height: 23px;
	display: block;
}
#menuhome:hover {
    background: url(/img/frontend/menunews.png) no-repeat top;
}
#menuthegame {
    width: 248px;
    height: 23px;
    display: block;
}
#menuthegame:hover {
    background: url(/img/frontend/menuthegame.png) no-repeat top;
}
#menublog {
    width: 248px;
    height: 25px;
    display: block;
}
#menublog:hover {
    background: url(/img/frontend/menublog.png) no-repeat top;
}
#menuvideos {
    width: 248px;
    height: 24px;
    display: block;
}
#menuvideos:hover {
    background: url(/img/frontend/menuvideos.png) no-repeat top;
}
#menugallery {
    width: 248px;
    height: 24px;
    display: block;
}
#menugallery:hover {
    background: url(/img/frontend/menugallery.png) no-repeat top;
}
#menuforum {
    width: 248px;
    height: 24px;
    display: block;
}
#menuforum:hover {
    background: url(/img/frontend/menuforum.png) no-repeat top;
}

#menuhome_de {
    width: 248px;
    height: 23px;
    display: block;
}
#menuhome_de:hover {
    background: url(/img/frontend/menunews_de.png) no-repeat top;
}
#menuthegame_de {
    width: 248px;
    height: 23px;
    display: block;
}
#menuthegame_de:hover {
    background: url(/img/frontend/menuthegame_de.png) no-repeat top;
}
#menublog_de {
    width: 248px;
    height: 25px;
    display: block;
}
#menublog_de:hover {
    background: url(/img/frontend/menublog_de.png) no-repeat top;
}
#menuvideos_de {
    width: 248px;
    height: 24px;
    display: block;
}
#menuvideos_de:hover {
    background: url(/img/frontend/menuvideos_de.png) no-repeat top;
}
#menugallery_de {
    width: 248px;
    height: 24px;
    display: block;
}
#menugallery_de:hover {
    background: url(/img/frontend/menugallery_de.png) no-repeat top;
}
#menuforum_de {
    width: 248px;
    height: 24px;
    display: block;
}
#menuforum_de:hover {
    background: url(/img/frontend/menuforum_de.png) no-repeat top;
}
/* }}} */