.tin .tln{
	position:relative;
	display:none;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	list-style:none;
	font-size: 10pt;
	text-decoration:none;
	font-family: verdana;
/*	border-bottom:1px outset silver;
	border-left:1px outset silver;
	border-right:1px outset silver; */
	border-top:0px;
	line-height:15pt;
	z-index:30;
}

.tin{
	position:relative;
	background-color:#fdfada;
/*	border:0px outset silver; */
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	height: 15pt;
	color:#000000;
	font-family:verdana;
	line-height:15pt;
	z-index:50;	top:-20px;
}

.subMenu{
/*	border:0px outset silver; */
	background-repeat:no-repeat; 	
}

.click{ 
	background-color:silver;
	color:blue;  
}

.click .tln{ display:block; }

.hover, .tln .tin a:hover{
	cursor:pointer;
	background-color:silver;
}
.tin .tln .tin.hover, .tin .tln .tin.hover a:hover{
	background-color:silver;
	color: blue;	
}
.tin a, .tin .tln .tin a, .tin.hover .tln .tin a{
	text-decoration:none;
	color:#000000;
}
.tin.hover a, .tin .tln .tin.hover a{
	color:blue;
	background-color:silver;
	text-decoration:none;
}
.dbMenu{ 
	width:200px;
}
.menu{
	background-color:#fdfada; 
	border:0px;
	color:#000000;
	line-height: 20px; 
	list-style:none;
	margin:0px;
	padding:0pt;
	position: absolute; 
	text-align:center; 
	text-decoration:none;
	top: 100px; 
	white-space: nowrap;
	width: 200px;
	z-index:30;
}
.dbMenu .tin .tln{ width:125px; font-size: 10pt; }
