UL#nav, UL#nav UL {
	font-family:Tahoma, sans-serif;
	font-weight:normal;
	font-size: 10px;
	text-align: left;
	list-style: none;
	padding: 6;
	margin: 0px;
	}
UL#nav A, UL#nav A:hover, UL#nav A:visited{
	color:#515151;
	text-decoration:none;
	}
UL#nav LI {
	padding: .5ex 0;
	margin-right:15px;
	border-bottom:0px solid #C7CBD4;
	float: left;
	position: relative;
	cursor: default;
	}
UL#nav LI UL {
	display: none;
	position: absolute;
	top: 100%;
	left: -22px;
	width:178px;
	}
UL#nav LI UL DIV{
	z-index:120;
	background: url(i/back_menu_top_2.jpg);
	margin-top: 0px;
	padding: 0 0px;
	border: 1px solid #B2B2B2;
	}
UL#nav LI LI {
	margin:0;
	border:0;
	display: block;
	float: none;
	border-bottom:0px solid #000;
	border-top:0px solid #E4E4E4;
	width:168px;
	}
UL#nav LI LI A, UL#nav LI LI A:hover, UL#nav LI LI A:visited {
	color:#195CA0;
	text-decoration: underline;
	padding: .1ex;
	margin-bottom: 5px;
	margin-left: 15px;
	display: block;
	font-size: 11px;
	font-weight:normal;
	}
UL#nav LI LI A:hover {
	color: #E71313;
	}
UL#nav LI>UL {
	top: auto;
	left: auto;
	}
UL#nav LI#last{
	border:0;
	}
UL#nav LI:hover UL, UL#nav LI.over UL {
	display: block;
	}
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	
	background: url('i/spacer.gif') bottom left no-repeat;
	}
li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}















/**
.menuOff{background:red;}
.menuOn{background:blue;}

.tabOff A{background:green;}
.tabOn A{background:green;}
**/

TABLE.changeble DIV{display:none;}
TABLE.changeble DIV SPAN{cursor:pointer;}