body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 152px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 2em;
    left: 0;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

/* 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;
	color: #FFFFFF;
	background: #080808;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #080808;
}

/* Hover Styles */
#menu ul a:hover {
	color: #FFFFFF;
	background: #CCCCCC;
	background-color: #666666;
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #77F;
	background: #fff; /* IE6 Bug */
	border: 1px solid #ccc;
    padding: 5px; 
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #E2144A; 
	background: #CCCCCC; 
} 
.photoframe_left {
	background-color: #CCCCCC;
	border: medium groove #666666;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
	line-height: normal;
	margin-left: 5px;
}
.titletxt {
	font-size: large;
	font-weight: bold;
	text-align: justify;
}
.mainborder {
	border: 1px inset #000000;
}
h1 {
	text-align: center;
	font-size: 14px;
	margin: 5px;
}
.maintxt {
	text-align: justify;
	padding: 5px;
}
.photoframe_right {
	background-color: #CCCCCC;
	border: medium groove #666666;
	float: right;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	text-align: center;
	line-height: normal;
	margin-left: 5px;
}
.contactform {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px dashed #999999;
	background-color: #CCCCCC;
	line-height: 200%;
}
.photoframe {
	background-color: #CCCCCC;
	border: medium groove #666666;
	float: left;
	font-size: 10px;
	text-align: center;
	line-height: normal;
	margin: 5px;
	clear: right;
}
.subtitle {
	font-size: 14px;
	color: #333333;
}
.notice {
	font-size: x-small;
	color: #CC0000;
	font-style: italic;
}
.videoframe {
	background-color: #CCCCCC;
	border: medium groove #666666;
	float: none;
	font-size: 10px;
	text-align: center;
	line-height: normal;
	margin: 5px;
}
