body,td,th {
	font-family: Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
body {
	background-color: #000000;
	margin-top:30px;
}

.galleries_title {
	font-weight: bold;
	font-size:16px;
}

A:link
{ text-decoration: none; color: #ffffff; }
A:visited
{ text-decoration: none; color: #ffffff; }
A:active
{ text-decoration: none; color: #ffffff; }
A:hover {
	text-decoration:underline;
}


/*------------------------- BEGIN NAV BAR: http://htmldog.com/articles/suckerfish/ --------------------*/
#navbar {
	margin-left:35px;
	margin-right:0px;
	text-align:center;
	font-weight: none;
	font-size: 10px;
	z-index: 9999;
	color: #ffffff;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 18px; 
	z-index: 9999;
}

#nav a {
	display: block;
	width: em;
	text-decoration:none;
} /*660046*/

#nav a:hover {
	color:#000000;
	background:#73BAAA;
}

#nav li { /* all list items */
	float: left;
	width: 9em; /* width needed or else Opera goes nuts */
	
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-image: none; /*url(media/menu_over_background.jpg)*/
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-width: .09em; 
	border-style: solid; 
	border-color: #73BAAA;
	line-height:18px;
	font-weight: normal;
	font-size: 10px;
}


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

/* Begin IE specific behavior */

/* IE 6 */
* html #nav li ul {
   margin: 0 0 0 -45px;
}

* html #nav li ul ul {
   margin: -30px 0 0 75px;
}


/* IE 7 */
*:first-child+html #nav li ul {
   margin: 0 0 0 -50px;
}

*:first-child+html #nav li ul ul {
   margin: -20px 0 0 75px;
}

/* Fixes 'sticky' menus in ie7 */
#nav li:hover, #nav li.over {
   position: static;
}

/* End IE specific */

/* -------------- end */
