/* MENU */


#menu {
	list-style-type:none;
	padding:0;
	font-family: "Trebuchet MS";
}
#menu li {float:left; padding:0; position:relative; width:119px; height:3em; z-index:100;}
#menu li dl {position:absolute; top:0; left:0;}
#menu li a, #menu li a:visited {text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {padding-bottom:2px;}
#menu table {border-collapse:collapse; padding:0; margin:-1px; font-size:1em;}
#menu dl {
	margin: 0;
	padding: 0;
	text-align:center;
	cursor:pointer;
	width: 119px;
}
#menu dt {
	margin:0;
	padding: 10px;
	font-size: 1.1em;
	color: #fff;
}
#menu .one {
	background-image: url(../images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .two {
	background-image: url(../images/menu_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .three {
	background-image: url(../images/menu_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}
#menu .four {

	background-image: url(../images/menu_middle.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu .five {
	background-image: url(../images/menu_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#menu dd {
	margin:0;
	padding:0;
	color: #1C86AE;
	font-size: 1em;
	text-align:left;
	background-color: #EDE9E9;
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}
#menu dd.last {
}
.gallery dt a, .gallery dt a:visited {
	display:block;
	color:#1C86AE;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}
.gallery dd a, .gallery dd a:visited {
	color:#229BC6;
	text-decoration:none;
	display:block;
	background-color: #EDF7FA;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	width: 125px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 20px;
}
.gallery dd a:hover {
	color:#FA7421;
	background-color: #FFFFFF;
	background-image: url(../images/arrowr.gif);
	background-repeat: no-repeat;
	background-position: 11px 10px;
}
.gallery dt a:hover{

	display:block;
	color:#FA7421;
	font-family: "Trebuchet MS";
	font-weight: bold;
}
.gallery dt a.selected_page {
	color: #FF7C48;
}

#menu dd.first {

}
