
/* DRAWER GENERIC */
.drawer {
	position: absolute;
	right: 0px;
	width: 46px;
}
.drawer .drawerContent {
	margin-left: 46px;
	position: relative;
	background-color: #c1d2e2;
	color: #104b7d;
}
.drawer .drawerTab {
	width: 46px;
	display: block;
	cursor: pointer;
	float: left;
	position: absolute;
	z-index: 10;
	left: 0px;
}
.drawer .wrap {
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.drawer .wrap li {
	padding-bottom: 12px;
	padding-top: 5px;
}
#drawer_links .wrap li {
	float: left;
	width: 100px;
}
.drawer .wrap li a {
	color: #104b7d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.drawer .wrap li a:hover {text-decoration: underline;}

/* DRAWER SPECIFIC */
#drawer_links {
	top: 5px;
	height: 136px;
}
#drawer_links .drawerTab {
	height: 136px;
	background: url(/Common/Img/committee-linksTab.gif) no-repeat left top;
}
#drawer_links .drawerContent { height: 136px; }
#drawer_resources {
	top: 165px;
	height: 136px;
}
#drawer_resources .drawerTab {
	background: url(/Common/Img/committee-resourcesTab.gif) no-repeat left top;
	height: 136px;
}
#drawer_resources .drawerContent { height: 136px; }
#drawer_gallery {
	top: 325px;
	height: 136px;
}
#drawer_gallery .drawerTab {
	background: url(/Common/Img/committee-galleryTab.gif) no-repeat left top;
	height: 136px;
}
#drawer_gallery .drawerContent { height: 136px; }

/* DRAWER EFFECT DEFINITIONS */

.drawer_links_close { width: 46px; }
.drawer_links_open { width: 276px; }
.drawer_links_content_close {
	visibility: hidden;
	width: 0px;
	opacity: 0;
}
.drawer_links_content_open {
	width: 210px;
	opacity: 100;
	visibility: visible;
}
.drawer_resources_close { width: 46px; }
.drawer_resources_open { width: 276px; }
.drawer_resources_content_close {
	visibility: hidden;
	width: 0px;
	opacity: 0;
}
.drawer_resources_content_open {
	width: 210px;
	opacity: 100;
	visibility: visible;
}
.drawer_gallery_close { width: 46px; }
.drawer_gallery_open { width: 276px; }
.drawer_gallery_content_close {
	visibility: hidden;
	width: 0px;
	opacity: 0;
}
.drawer_gallery_content_open {
	width: 210px;
	opacity: 100;
	visibility: visible;
}
