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

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/skeleton4.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	width:800px;
	height:40px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	white-space:nowrap;
	text-align:left;
	border:1px solid #321;
	border-color:#eca #b97 #a86 #edb;
	border-width:1px 2px 2px 1px;
	background-image: url(../textura.gif);
}
#menu ul {
	display:inline-block;
}
#menu ul {
	display:inline;
}
#menu li {
	margin:0;
	padding:0;
	list-style:none;
}
#menu li {
	display:inline-block;
	display:inline;
}
#menu ul ul {
	position:absolute;
	left:-9999px;
}
#menu ul.level1 {
	display:table;
	margin:0 auto;
}
#menu ul.level1 li.level1-li {
	float:left;
	display:block;
	position:relative;
}
#menu b {
	position:absolute;
} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/
#menu a {
	display:block;
	color:#000066;
	line-height:25px;
	text-decoration:none;
	padding:0 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#menu ul.level1 li.level1-li a.level1-a {
	float:left;
}
#menu ul li:hover > ul {
	visibility:visible;
	left:0;
	top:25px;
}
#menu ul ul li:hover > ul {
	visibility:visible;
	left:100%;
	top:auto;
	margin-top:-25px;
}
#menu li.left:hover > ul {
	visibility:visible;
	left:auto;
	right:0;
	top:25px;
}
#menu li.left ul li:hover > ul {
	visibility:visible;
	left:auto;
	right:100%;
	top:auto;
	margin-top:-25px;
}
#menu a:hover ul {
	left:0;
	top:23px;
}
#menu li.left a:hover ul {
	left:auto;
	right:-1px;
	top:23px;
}
#menu li.left ul a {
	text-align:right;
}
#menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {
	left:100%;
	visibility:visible;
}
#menu li.left a:hover a:hover ul, #menu li.left a:hover a:hover a:hover ul {
	left:auto;
	right:0;
	visibility:visible;
}
#menu a:hover ul ul, #menu a:hover a:hover ul ul {
	left:-9999px;
}
#menu li.left a:hover ul ul, #menu li.left a:hover a:hover ul ul {
	left:-9999px;
}
#menu li a.drop {
	background:transparent url(anywidth/white-down.gif) no-repeat right center;
}
#menu li a.fly {
	background:transparent url(anywidth/white-right.gif) no-repeat right center;
}
#menu li.left ul a.fly {
	background:transparent url(anywidth/white-left.gif) no-repeat left center;
}
#menu li a:hover, #menu li a.fly:hover {
	color:#fc6;
	white-space:nowrap;
}
#menu li:hover > a, #menu ul li:hover > a.fly {
	color:#fc6;
	white-space:nowrap;
}
#menu table {
	position:absolute;
	height:0;
	width:0;
	left:0;
	border-collapse:collapse;
	margin-top:-4px;
}
#menu table table {
	position:absolute;
	left:99%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-29px;
}
#menu li.left table {
	position:absolute;
	height:0;
	width:0;
	left:auto;
	right:0;
	border-collapse:collapse;
	margin-top:-4px;
}
#menu li.left table table {
	position:absolute;
	left:auto;
	right:100%;
	height:0;
	width:0;
	border-collapse:collapse;
	margin-top:-29px;
}
