#mainMenu {
	height: 40px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#mainMenu, #mainMenu ul {
	width: 525px;
}

	#mainMenu ul {
		height: 40px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
		#mainMenu ul li {
			height: 40px;
			margin: 0px;
			padding: 0px;
			float: left;
		}
		
			#mainMenu ul li a {
				height: 40px;
				margin: 0px 0px 0px 5px;
				padding: 0px;
				float: left;
				text-indent: -9999px;
				overflow: hidden;
			}
			
			a#menuHome, a#menuHomeCurrent {
				width: 75px;
				background-image: url(../../images/component/menu/home.gif);
			}
			
				a#menuHome:hover, a#menuHomeCurrent {
					background-image: url(../../images/component/menu/home-current.gif);
				}
			
			a#menuAbout, a#menuAboutCurrent {
				width: 98px;
				background-image: url(../../images/component/menu/about-us.gif);
			}
			
				a#menuAbout:hover, a#menuAboutCurrent {
					background-image: url(../../images/component/menu/about-us-current.gif);
				}
				
			a#menuTrade, a#menuTradeCurrent {
				width: 145px;
				background-image: url(../../images/component/menu/trade-export.gif);
			}
			
				a#menuTrade:hover, a#menuTradeCurrent {
					background-image: url(../../images/component/menu/trade-export-current.gif);
				}
			
			a#menuShop, a#menuShopCurrent {
				width: 67px;
				background-image: url(../../images/component/menu/shop.gif);
			}
			
				a#menuShop:hover, a#menuShopCurrent {
					background-image: url(../../images/component/menu/shop-current.gif);
				}
				
			/*a#menuNews, a#menuNewsCurrent {
				width: 75px;
				background-image: url(../../images/component/menu/news.gif);
			}
			
				a#menuNews:hover, a#menuNewsCurrent {
					background-image: url(../../images/component/menu/news-current.gif);
				}*/
			
			a#menuContact, a#menuContactCurrent {
				width: 113px;
				background-image: url(../../images/component/menu/contact-us.gif);
			}
			
				a#menuContact:hover, a#menuContactCurrent {
					background-image: url(../../images/component/menu/contact-us-current.gif);
				}