

.visibleDiv, #topLeft
{	padding:5 5 5 5;
    position: fixed;
    width: 100%;
	
    border: solid 1px #ffffff;
    vertical-align: middle;
    background: #000000;
    text-align: center;
	color:#FFFFFF;
}
#topLeft
{
    top: 0px;
    left: 0px;
}



#nav, #nav ul { /* all lists */

font-size:12px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
color: #195241;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	width: em;
}
#nav a:hover {
color: #ffffff;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	display: block;
	width: em;
	background: #195241;
}
#nav li:hover ul{ 
display: block;
background-image: url(); 


}
#nav li { /* all list items */
font-family:  arial;
font-weight: normal;
	float: left;
	 
	width: em; /* width needed or else Opera goes nuts */
	font-size:12px;
	/*background: #ECF7E6;*/
	text-decoration: none;
	
	color: #ffffff;
	border-style:groove;
	border-color:#000000;
	border-width:1px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;


}

.lis { /* all list items */
	display:block;
	float: left;
	width: em; /* width needed or else Opera goes nuts */
	font-size:12px;
	background-image: url();
	text-decoration: none;
	
	border-width:0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;


}

.website-design {
color: #5E5E00;


}

.submenu {
color:white;
background-color:#6e9658;
width:150px;
padding: 5 3 5 3;
border-style:groove;
border-color: #000000;
border-width:1px;

	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;

}

A.lis:hover {
	display: block;
	width: em;
	color: #5a947e;
	
}

#nav ul { /* second-level lists */
padding-top: 3px;

font-size:12px;
border-width:1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	position: absolute;
	
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	/*background: #ECF7E6;*/
	width: em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
width: em;
/*background: #ECF7E6;*/

	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/*background: #ECF7E6;*/
}

#content {
	clear: left;
	color: #ccc;
}


A.menulink {

display: inline;
height: 25px;
text-align: left;
text-valign: middle;
text-decoration: none;
font-family:  tahoma, verdana;
font-weight: normal;
font-style: normal; 
font-size:14px;
color: #ffffff;
letter-spacing: 0px;


}

A.menulink:hover {
	display: inline;	
	color:yellow;
	}
body {
margin-top: 4px; 
font-family: arial, verdana;
color:#000000;
font-size:12px;
}
td {
font-family: arial, verdana;
color:#000000;
font-size:12px;
}

.quickform {
background-color: #E8FDCC;
color: #333333;
font-family: verdana;
font-size: 8pt;
border: 1px dashed #999999;
} 

.quickform2 {

color: #333333;
font-family: verdana;
font-size: 8pt;
border: 1px solid #999999;
} 
.quickformbutton {
background-color: #d58608;
color: #ffffff;
font-family: verdana;
font-size: 8pt;
border: 1px solid #ffffff;
} 
.galfol {

color:black;
font-weight:normal;
background-repeat:no-repeat;
background-image:url(gallery/images/link2xx.gif);
text-decoration:none;
padding:2 10 2 10;
font-family: verdana;
font-size:10px;
background-color:#EAF7C1;
border:1 solid #dddddd;

}
.galfol2 {
letter-spacing:2px;
color:black;
font-weight:bold;
background-repeat:no-repeat;
background-image:url(gallery/images/link1xx.gif);
text-decoration:none;
padding:2 10 2 10;
font-family: verdana;
font-size:10px;
background-color:#C2E754;
border:1 solid #dddddd;
}
A.galfol2:hover {
color:white;
background-color:#1e6a07;
}
A.galfol:hover {

background-color:#1e6a07;
color:white;
}
.hrclass {
 color: #999999;
 background-color: #999999;
 height: 1px;

}