body {font-family: Trebuchet MS, Arial; font-size: 13px; line-height: 17px; color: #000000;}
td {font-family: Trebuchet MS, Arial; font-size: 13px; line-height: 19px; color: #000000;}
p {font-family: Trebuchet MS, Arial; font-size: 13px; line-height: 19px; color: #000000;}
li {font-family: Trebuchet MS, Arial; font-size: 13px; line-height: 19px; color: #333333;}
input {font-family: Trebuchet MS, Arial; font-size: 13px; color: #333333;}
select {font-family: Trebuchet MS, Arial; font-size: 13px; color: #333333;}
textarea {font-family: Trebuchet MS, Arial; font-size: 13px; color: #333333;}
a {color: #784510; text-decoration: underline;}
a:hover {text-decoration: none;}

h1 {font-family: Trebuchet MS, Arial; font-style: none; font-weight: normal; font-size: 21px; line-height: 25px; color: #784510;}
h2 {font-family: Trebuchet MS, Arial; padding-bottom:0px; margin-bottom:0px; font-style: none; font-weight: bold; font-size: 13px; color: #784510;}

.maintitle {font-family: Trebuchet MS, Arial; font-style: none; font-weight: normal; font-size: 21px; line-height: 25px; color: #784510;}
.maintitle2 {font-family: Trebuchet MS, Arial; font-style: none; font-weight: bold; font-size: 13px; color: #784510;}

.footer {text-decoration: none; font-size:12px; font-weight: normal; color: #333333;}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 172px; /* Width of Menu Items */ 
	border-bottom: 0px; 
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 172px; /*Set 1px less than menu width */ 
	top: -1px;
	width: 215px;
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: none; 
	color: #333333; 
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	border: 0px;
	border-bottom: 1px solid #736052;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #784510; 
	background: #ffffff; 
} 

/* Sub Menu Styles */ 
#menu li ul a {
	text-align: left;
	text-decoration: none; 
	color: #333333;
	background: #e2dbc1;
	width: 180px;
	padding-left: 8px;
	paddng-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 0px;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #784510; 
	background: #e2dbc1;
} 

