/* ================================================================ 
The original version of the menu's stylesheet and the associated
(X)HTML is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */

#access {
	width: 87px;
	height: 31px;
	position: relative;
	margin: 0;
	z-index: 100;
	float: right;
}
#access ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background: url("../images/accessibility.gif") top right no-repeat;
	width: 87px;
	height: 31px;
}
#access ul li {
	margin: 0;
	padding: 0;
}
#access ul #access_style {
	float: left;
	position: relative;
	width: 34px;
}
#access ul #access_size {
	float: left;
	position: relative;
	width: 53px;
}
#access ul li a, #access ul li a:visited {
	text-indent: -30000px;
	display: block;
	text-decoration: none;
	overflow: hidden;
	height: 31px;
}
#access ul li ul {
	display: none;
}
#access ul li#access_style:hover {
	background: url("../images/accessibility.gif") center left no-repeat;
}
#access ul li#access_size:hover {
	background: url("../images/accessibility.gif") bottom right no-repeat
}
#access ul li:hover ul {
	display: block;
	position: absolute;
	top: 31px;
	right: 2.0em;
	border-bottom: 1px solid #669;
}
#access ul li:hover ul li {
	float: none;
	border: 1px solid #996;
	border-width: 1px 1px 0 1px;
	width: 120px;
}
#access ul li:hover ul li a {
	text-indent: 0;
	display: block;
	background: #cc9;
	color: #000;
	padding: 0.3em;
	height: 1.3em;
}
#access ul li:hover ul li a:hover {
	text-indent: 0;
	background: #bb8;
	color: #000;
}
