body {font-family: arial; font-size: 12px; line-height: 16px; color: #000000;}
td {font-family: arial; font-size: 12px; line-height: 16px; color: #000000;}
p {font-family: arial; font-size: 12px; line-height: 16px; color: #000000;}
li {font-family: arial; font-size: 12px; line-height: 16px; color: #000000;}
input {font-family: arial; font-size: 12px; color: #000000;}
select {font-family: arial; font-size: 12px; color: #000000;}
textarea {font-family: arial; font-size: 12px; color: #000000;}
a {color: #781c1a; text-decoration: underline;}
a:hover {text-decoration: none;}

.maintitle {font-family: arial; font-style: none; font-weight: bold; font-size: 20px; color: #781c1a;}

.footer {text-decoration: none; font-size:11px; letter-spacing:1px; font-weight: normal; color: #666666;}

.formbutton
{
	height: 20px; 
	width: 150px; 
	text-align: center; 
	font-size: 12px; 
	line-height: 18px; 
	font-weight: bold; 
	display: block; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	color: #781c1a; 
	text-decoration: none; 
	background-image: url('/images/button-bg.gif'); 
	background-repeat: repeat-x; 
	background-position: left top;
}
.formbutton:hover
{
	color: #000000; 
	text-decoration: none;
}

.formbutton2
{
	height: 24px; 
	width: 180px; 
	text-align: center; 
	font-size: 13px; 
	line-height: 22px; 
	font-weight: bold; 
	display: block; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	color: #000000; 
	text-decoration: none; 
	background-image: url('/images/button-bg2.gif'); 
	background-repeat: repeat-x; 
	background-position: left top;
}
.formbutton2:hover
{
	color: #ffffff; 
	text-decoration: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 128px;
	text-transform:uppercase;
	font-size: 11px;
	background: #f0f0f0;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block;
	width:128px;
	top: 23px;
	left: 0;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
	left: 8em;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #781c1a;
	background: #f0f0f0; /* IE6 Bug */
	padding: 3px;
	border-top: 1px solid #781c1a;
	border-bottom: 1px solid #781c1a;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #000000; 
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	width:128px;
	color: #ffffff;
	background: #781c1a; /* IE6 Bug */
	border: 1px solid #781c1a;
	padding: 3px; 
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #000000; 
	background: #f0f0f0; 
} 

