.tin .tln{
	position:relative;
	display:none;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	list-style:none;
	font-size: 12pt;
	text-decoration:none;
	font-family: arial;
	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:black;
	border:0px outset silver;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	height: 15pt;
	color:orange;
	font-family:arial;
	line-height:15pt;
	z-index:50;
}

.subMenu{
    border:0px outset silver;
	background-repeat:no-repeat; 
}

.click{ 
	background-color:black; 
	color:white;  
}

.click .tln{ display:block; }

.hover, .tln .tin a:hover{
	cursor:pointer;
	background-color:white;
	color:red;
}
.tin .tln .tin.hover, .tin .tln .tin.hover a:hover{
	background-color:white;
	color: black;
}
.tin a, .tin .tln .tin a, .tin.hover .tln .tin a{
	text-decoration:none;
	color:white;
}
.tin.hover a, .tin .tln .tin.hover a{
	color:black;
	text-decoration:none;
}
.dbMenu{ 
	width:125px;
}
.menu{
	background-color:transparent; 
	border:0px;
	line-height: 20px; 
	list-style:none;
	margin:0px;
	padding:0pt;
	position: absolute; 
	text-align:center; 
	text-decoration:none;
	top: 100px; 
	white-space: nowrap;
	width: 125px;
	z-index:30;
}
.dbMenu .tin .tln{ width:125px; font-size: 12pt; }
