.menu_tab {
	background-image: url('../images/bg_menu.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	height: 33px;
}

.menu {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}

a.menu_link:link {color: #336699; text-decoration: none;}
a.menu_link:visited {color: #336699; text-decoration: none;}
a.menu_link:active {color: #336699; text-decoration: none;}
a.menu_link:hover {color: #666666; font-weight: bold; text-decoration: underline;}

a.menu_prodinfo:link {color: #336699; text-decoration: none;}
a.menu_prodinfo:visited {color: #336699; text-decoration: none;}
a.menu_prodinfo:active {color: #336699; text-decoration: none;}
a.menu_prodinfo:hover {color: #666666; font-weight: bold; text-decoration: underline;}

