/************  TOP MENU  **************/
#topmenu {
	position: absolute;
	margin: 0px;
	left: 360px;
	top: 10px;
	width: 586px;
height: 16px;
margin: 0;
padding: 0;
}
#submenu {
	position: absolute;
	margin: 0px;
	left: 360px;
	width: 586px;
	top: 32px;
	background-color: #eee;
	padding: 4px;
}
#submenu li {
	float: left;
	list-style-type: none;
	margin: 0px 15px 0px 5px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	white-space:nowrap;
	list-style-position: inside;	
}
#submenu li a {
	color: #555;
	text-decoration: none;
}
#submenu li a:hover {
	color: #888;
}
#submenu li.submenu_selected a {
	color:#f00;
}
#topmenu li {
	display: inline;
}
#topmenu li a {
	float: left; height: 0; padding-top: 16px; overflow: hidden; 
}
#topmenu li a:hover {
}

#topmenu li#menu_home a {
	width: 55px;
	background-image: url(../images/menu/home.png);
	_background-image: url(../images/menu/home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topmenu li#menu_home a:hover, 
#topmenu li#menu_about a:hover, 
#topmenu li#menu_products a:hover,
#topmenu li#menu_brand a:hover,
#topmenu li#menu_contact a:hover,
#topmenu li#menu_news a:hover {
	background-position: 0 -16px;
}
#topmenu li#menu_home a:active, 
#topmenu li#menu_about a:active, 
#topmenu li#menu_products a:active,
#topmenu li#menu_brand a:active,
#topmenu li#menu_contact a:active,
#topmenu li#menu_news a:active {
	background-position: 0 -32px;
}
#topmenu li#menu_about a {
	width: 121px;
	background-image: url(../images/menu/about.png);
	_background-image: url(../images/menu/about.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#topmenu li#menu_products a {
	width: 110px;
	background-image: url(../images/menu/products.png);
	_background-image: url(../images/menu/products.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#topmenu li#menu_brand a {
	width: 61px;
	background-image: url(../images/menu/brand.png);
	_background-image: url(../images/menu/brand.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topmenu li#menu_contact a {
	width: 72px;
	background-image: url(../images/menu/contact.png);
	_background-image: url(../images/menu/contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topmenu li#menu_news a {
	width: 53px;
	background-image: url(../images/menu/news.png);
	_background-image: url(../images/menu/news.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#topmenu li#menu_about a.menuactive,
#topmenu li#menu_products a.menuactive,
#topmenu li#menu_brand a.menuactive,
#topmenu li#menu_contact a.menuactive,
#topmenu li#menu_news a.menuactive {
	background-position: 0 -32px;
}
