/* CSS Document */
body{
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #000000 url;
}
.menutitle{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#000000;
	color:#FF8000;
	width:150px;
	padding:2px;
	text-align:left;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
	font-style: oblique;
}

.submenu{
	margin-bottom: 0.5em;
	font-size:14px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	width:150px;
	padding:2px;
	text-align:left;
	/*/*/border:1px solid #FF8000;
	font-weight: bold;
}

.submenu a:hover{
	background: #ff8000;
	color:#FFFFFF;
}
.textopeti {
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	}


a:link {
	color: #FF8000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC33;
}
a:hover {
	background: #ffecce;
	color:#FF8000;
}
a:active {
	text-decoration: none;
}
