/* CSS Document */

a:link { color:#660066; text-decoration:none}
a:visited { color:#660066; text-decoration:none}
a:hover { color:#FF3399; text-decoration:none; cursor:hand}
a:active { color:#660066; text-decoration:none}

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}
.copyright {
	color: #666666;
	font-family: "Gill Sans MT", Arial;
	font-size: 10px;
}
.gallerynav {
	font-family: "Gill Sans MT", Arial;
	font-size: 10pt;
	text-align: center;
}
.gallerypagehead {
	font-family: "Gill Sans MT", Arial;
	font-size: 14pt;
	text-align: center;
}
#menu {
	width:0;
	font-family: "Gill Sans MT", Arial;
	font-size: 10pt;
	font-style: normal;
	text-align: right;
	padding-top: 10px;
	padding-right: 10;
	padding-bottom: 10px;
	padding-left: 10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	font-weight: normal;
	line-height: normal;
	display: block;
	margin: 0px;
}

#menu li {
	list-style-type:none;
	width:130px;
	height:25px;
	clear:both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

#menu a, #menu a:visited {
	position:relative;
	display:block;
	padding-left:3px;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 30px;
	border-bottom-width: 0px;
	border-left-width: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	padding-right: 0px;
	height: 18px;
	width: 120px;
}

#menu a span, #menu a:visited span {display:none;}

#menu a:hover {
	background-color:#669999;
	text-decoration:none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 20px;
	border-left-color: #FF0000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	color: #FFFFFF;
}

#menu a:hover span {
	position:absolute;
	display:block;
	left:130px;
	top:0;
	width:0px;
	height:0px;
	font-size:1px;
	line-height:0;

}

* html #menu a:hover span {width:8px; height:16px; w\idth:0; he\ight:0;}
