/* CSS Document */

ul.mainmenu {
	list-style: none;
	width:100%;
	padding:0px;
	margin:0px;
	font-family: serif;
	font-weight: bold;
	font-size: smaller;
	
	 
}

div#navigation {height:37px;margin:0px; overflow: hidden;background:url('/images/elements/menu/navigation.gif') no-repeat ;}

ul.mainmenu li {float:left;height:37px;}

ul.mainmenu li a {color:#972228; display:block; height:37px; width:100%; padding-top: 10px;}

ul.mainmenu li span {display:none;}

ul.mainmenu li.home { width:65px; }
ul.mainmenu li.home:hover { background:url('/images/elements/menu/navigation.gif') no-repeat 0px bottom ; }

ul.mainmenu li.brand{width:74px;}
ul.mainmenu li.brand:hover { background:url('/images/elements/menu/navigation.gif') no-repeat -65px bottom ; }

ul.mainmenu li.history{width: 60px;}
ul.mainmenu li.history:hover { background:url('/images/elements/menu/navigation.gif') no-repeat -139px bottom ; }

ul.mainmenu li.china{width:45px;}
ul.mainmenu li.china:hover { background:url('/images/elements/menu/navigation.gif') no-repeat -199px bottom ; }

ul.mainmenu li.events{width:54px;}
ul.mainmenu li.events:hover { background:url('/images/elements/menu/navigation.gif') no-repeat -244px bottom ; }

ul.mainmenu li.competitions{width:94px;}
ul.mainmenu li.competitions:hover { background:url('/images/elements/menu/navigation.gif') no-repeat -298px bottom ; }

ul.mainmenu li.contact{width:79px;}
ul.mainmenu li.contact:hover { background:url('/images/elements/menu/navigation.gif') no-repeat -392px bottom ; }



