* {
	outline: none;
}

#container {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}


.pagetitle a {
	font-size: 20px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 0px;
}

#menu { position: relative; background: white; z-index: 10; height: 281px;  }
#menu ul { height: 264px;  }

#menu img { border: none; margin-left:-20px; margin-bottom: 3px;}
#menu li { list-style:none; margin-left:-20px;  margin-bottom: 3px;  }
#menu li a { display:block; width: 200px; height: 41px; margin-left: -20px; margin-bottom: 3px; }
#menu li a img {  border:none; vertical-align:top; margin-left: 0px;/* for IE6 */}
#menu li a:hover { visibility:visible;}
#menu li a:hover img { visibility:visible;}
#menu li a:hover img/**/ { visibility:hidden; /* hide from IE5.0/win */}

#traveling_lights { background:url(../img/menu_img/traveling_lights.png) no-repeat left top; }
#tankers { background:url(../img/menu_img/tankers.png) no-repeat left top; }
#the_pond { background:url(../img/menu_img/the_pond.png) no-repeat left top; }
#horses { background:url(../img/menu_img/horses.png) no-repeat left top; }
#window_series { background:url(../img/menu_img/window_series.png) no-repeat left top; }
#underthesun { background:url(../img/menu_img/underthesun.png) no-repeat left top; }
#contact { background:url(../img/menu_img/contact.png) no-repeat left top; }

#traveling_lights:hover, #traveling_lights.active { background:url(../img/menu_img/traveling_lights_hover.png) no-repeat left top; }
#tankers:hover, #tankers.active { background:url(../img/menu_img/tankers_hover.png) no-repeat left top; }
#the_pond:hover, #the_pond.active { background:url(../img/menu_img/the_pond_hover.png) no-repeat left top; }
#horses:hover, #horses.active { background:url(../img/menu_img/horses_hover.png) no-repeat left top; }
#window_series:hover, #window_series.active { background:url(../img/menu_img/window_series_hover.png) no-repeat left top; }
#underthesun:hover, #underthesun.active { background:url(../img/menu_img/underthesun_hover.png) no-repeat left top; }
#contact:hover, #contact.active { background:url(../img/menu_img/contact_hover.png) no-repeat left top; }

#content table { overflow: hidden; }


.pic_title_text {
	color: #333333;
	text-decoration:inherit;
	font-style: inherit;
	font-size: 10px;
	font-family: Verdana;	
	line-height: 1em;
	margin-left: 1px;
	font-weight:bold;
		
}


#content { position: relative; z-index: 1; overflow: hidden; }
#content img { position: relative; }
