body {font-family: arial; font-size: 13px; line-height: 17px; color: #000000;}
td {font-family: arial; font-size: 13px; line-height: 17px; color: #000000;}
p {font-family: arial; font-size: 13px; line-height: 17px; color: #000000;}
li {font-family: arial; font-size: 13px; line-height: 17px; color: #000000;}
input {font-family: arial; font-size: 13px; color: #000000;}
select {font-family: arial; font-size: 13px; color: #000000;}
textarea {font-family: arial; font-size: 13px; color: #000000;}
a {color: #330066; text-decoration: underline;}
a:hover {text-decoration: none;}

.maintitle {font-family: arial; font-style: none; font-weight: bold; font-size: 21px; line-height:24px; color: #330066;}
.footer {text-decoration: none; font-size:12px; letter-spacing:1px; padding-top:2px; padding-bottom:2px; font-weight: normal; color: #333333;}
.slogan {font-family: Georgia, Times New Roman; font-size: 21px; line-height:25px; color: #660033; font-weight: bold; font-style: italic;}

.homelink {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width: 200px;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 18px;
	background-color: #660033;
	border: 1px solid #000000;
	padding: 8px;
} 
.homelink:hover {color: #000000; background-color: #ffffcc;}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 100px;
	text-transform: uppercase;
	font-size: 11px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block;
	width:100px;
	top: 22px;
	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: #330066;
	padding: 3px;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #000000; 
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	width:100px;
	color: #ffffff;
	background: #330066; /* IE6 Bug */
	border-bottom: 1px solid #330066;
	border-left: 1px solid #330066;
	border-right: 1px solid #330066;
	padding: 3px; 
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #330066; 
	background: #f0f0f0; 
} 

