@charset "UTF-8";
/* CSS Document */

#subNavigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 105px;
	z-index: 20;
	float: left;
}

.menuGallery {
	font-family: sans-serif;
	width: 100px;
	height: 150px;
	position: relative;
	margin: 0;
	font-size: 11px;
	margin: 10px 0px 50px 0px;
	text-decoration: none;
}

.menuGallery ul li a, .menuGallery ul li a:visited {
	display: block;
	text-decoration: none;
	color: #333333;
	width: 104px;
	height: 35px;
	text-align: left;
	border: 1px dotted #666666;
	border-width: 1px 0 0 0;
	line-height: 34px;
	font-size: 11px;
	background-color: #f2f2f2;
}
.menuGallery ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
}
.menuGallery ul li {
	float: left;
	margin-right: 1px;
	position: relative;
}
.menuGallery ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menuGallery ul li:hover a {
	color: #666666;
}
.menuGallery ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 105px;
	width: 105px;
}
.menuGallery ul li:hover ul li ul {
	display: none;
}
.menuGallery ul li:hover ul li a {
	display: block;
	color: #333333;
	width: 150px;
}
.menuGallery ul li:hover ul li a:hover {
	color: #666666;
}
