/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/navs/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.nav {
	margin:0px;
	behavior: URL(csshover.htc);
	width:194px;
}
.nav ul li a {
	text-decoration:none;
	color:#666;
	width:175px;
	text-align:left;
	line-height:19px;
	position: relative;
	left:3px;
	top:-1px;
	display: block;
	padding-bottom: 7px;
	background-image: url('../../images/site/catDiv.png');
	background-repeat: no-repeat;
	background-position: 15% 120%;
	padding-left:13px;
	font-weight: bold;
}
.nav ul li li a {
	border-width:1px;
}
.nav ul {
	padding:0px;
	margin:0px;
	z-index:99;
}
.nav ul li {

}
ul#nav li{
	list-style: none;
	position:relative;
	display:block;
	width:194px;
	background-image: url('../../images/site/point.png');
	background-repeat: no-repeat;
	background-position: top left;
}
.nav .nav-heading {
	background: #ccc;
	display: block;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	border-top: 1px solid #333;
	width: 158px; /* helps IE with hover */
	cursor: default;
}
/* specific to non IE browsers */
.nav ul li:hover a {
	
}
.nav ul ul, .nav ul ul ul {
	display: none;
	margin-left: -1px;
}
div.nav {
	background-image: url('../../images/site/catBg.png');
	background-repeat: repeat-y;
}
.nav ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:195px;
	width:152px;
	height: auto;
}
.nav ul li:hover ul li a.hide {
	background:#E1E8ED;
	color:#000;
}
.nav ul li:hover ul li:hover a.hide {
	width:152px;
	background:#E1E8ED;
}
.nav ul li:hover ul li ul {
	display: none;
}
.nav ul li:hover ul li a {
	display:block;
	color:#000;
	width:152px;
	border: 1px solid black;
	margin-bottom: -1px;
	background-image: none;
}
.nav ul li:hover ul li a:hover {
	background:#B1BDD1;
}
.nav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:184px;
	top:0px;
	color:#fff;
}
.nav ul li:hover ul li:hover ul li a {
	display:block;
	width:152px;
	background:#E1E8ED;
	margin-left: 1px;
	color:#000;
}
.nav ul li:hover ul li:hover ul li a:hover {
	background:#B1BDD1;
	color:#fff;
}
#nav ul.nav_1 li, #nav ul.nav_2 li{
	padding:5px;
	background-color:#E1E8ED;
}
#nav ul.nav_1, #nav ul.nav_1 a,#nav ul.nav_2, #nav ul.nav_2 a{
	width:164px;
}
#nav ul.nav_1 li{
	list-style: none;
	background-image: none;
	width:185px;
	padding:0px;
}
#nav ul.nav_1 li a{
	border:none;
	left:0px;
	padding: 3px 10px;
}
.ezPageLink{
	position:absolute;
	top:90px;
	left:-25px;
	font-weight: bold;
}
.ezPageLink a{
	color:#FFF;
	text-decoration:none;
}
.ezPageLink a:hover{
	position:relative;
	top:1px;
	left:1px;
	text-shadow: 2px 2px #787878;
}
.ezPageLink ul{
	list-style:none;
	margin:10px;
}
.ezPageLink ul li{
	display:inline-block;
	padding:5px 30px 5px 10px;
	height:46px;
	background-image:url('../../images/site/navDiv.png');
	background-repeat:no-repeat;
	background-position: right -7px;
}