.gallerytitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15pt;
}

.thumbnailtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

.navigationtext {
  font-family: Arial, Helvetica, sans-serif;
}

a{
	color:#777777;
	text-decoration:none;
}
body{
		font-family: verdana, arial, helvetica;
		A:link{text-decoration:none; color:#777777;}
		A:visited{text-decoration:none; color:#777777;}
		A:active{text-decoration:none; font-weight:normal; color:#777777;}
		A:hover{text-decoration:none; font-weight:normal; background-color: #AAAAAA; color:#000000;}
		background-position: top center; background-attachment: fixed; background-repeat: no-repeat;
}

#dhtmlgoodies_menu{
	font-family:verdana;	/* Font for main menu items */
	width:105px;	/* Width of main menu */
}

#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
	height:16px;	 /*20 pixel height */

}

#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
	background:#FFFFFF;
}

#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:0px;
}

#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#777777;	/* Black text color */

	height:14px;	 /*20 pixel height */
	line-height:14px;	 /*20 pixel height */
	vertical-align:middle;	 Align text in the middle */
	border:0px solid #000;	/* Black border */
	background-color:#FFFFFF;	/* Light blue background color */
	margin:0px;	/* A little bit of air */
	padding:0px;	/* Air between border and text inside */
	display:block;
}

#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#000000;
	background-color:#AAAAAA;
	border:1px solid #000;	/* Black border */
}

.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	border:1px solid #000000;
	background-color:#FFFFFF;
	font-family:verdana;
	text-align:left;
	font-size: 7pt;
}

.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}

.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}

.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#777777;	/* Black text color */
	height:16px;	 /*16 pixels height */
	line-height:16px;	 /*16 pixels height */
	padding:0px;	/* 1px of "air" inside */
	display:block;	/* Display as block - you shouldn't change this */
}

.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#000000;	/* White text */
	background-color:#AAAAAA;	/* Blue background */

}