body {
	background: url(images/background.jpg) repeat-x #FF9C00;
	text-align: center;
}
.menu {
	font-size: 10px;
	font-weight: bold;
	color: #AC4E2C;
	font-family: verdana;
	padding: 3px;
	text-align: left;
	float: left; 
	cursor: hand; 
	cursor: pointer;
}
.menu2 {
  	-moz-border-radius: 15px 15px 15px 15px;
/*   	filter: alpha(opacity = 95);
	opacity: 0.95; */
	font-size: 12px;
	font-weight: normal;
	color: #AC4E2C;
	font-family: verdana;
	padding: 3px;
	width: 35ex;
	text-align: left;
	background: #F5F061;
	border: 3px solid #AC4E2C;
	line-height: 20px;
	z-index: 1;
}
.menu3 {
	float: left;
	color: #AD4F2D;
}
a {
	color: #AD4F2D;
	text-decoration: underline;
}
a:hover {
	color: #901000;
}
a.menu_link {
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #B66433 ;
	width: 35ex;
	color: #AC4E2C;
	display:block;
	z-index: 1;
}
a.menu_link:hover {
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
	border-bottom: 1px dotted #EFDD95;
	width: 35ex;
	color: #D91111;
	background: #FEB300;
	display:block;
	z-index: 1;
}
a.nagmenu_link {
	text-decoration: none;
	color: #AC4E2C;
}
a.nagmenu_link:hover {
	text-decoration: none;
	color: #AC4E2C;
}
.small {
	font-size: 10px;
	font-family: verdana, arial;
	color: #000;
	text-decoration: none;
}
img {
	border: 0px;
}
.textbox {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #eee;
	border : 1px solid #bbb;
}
.button {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000;
	background-color : #ddd;
	height : 16px;
	border : 1px solid #aaa;
	margin-top : 2px;
}

