#menushop {
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 0.8em;
	width:100%;
}
#menushop a img {
	border: 0;
}
#menushop a {
text-decoration:none
}

#header {
	width:100%;
	clear: both;
	text-align: right;
	padding: 10px 0px 0 0;
	margin: 0px 0 3px;
	height: 80px;
	/*border-bottom: 2px solid #eeeeee;*/
	background: #ffffff url(../images/fade.gif);
	background-repeat: repeat-x;
	color: #808080;

}
#header a img {
	border: 0;
}


#logo {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	padding: 0 0 0 10px;
	text-align: left;
	height: 48px;
}

#menusu {
	text-align:right;
	color:#808080;
	/*border-bottom: 2px solid #808080;*/
	margin-right:5px;
	margin-top:30px;
	
}
#menusu a {
	color:#808080;
}
#menusu a:hover {
	color:#dd0200;
}

#menutendina {
	text-align:left;
	background:#dd0200;
	float:left;
	clear:left;
	width:100%;
}


