/*Used for Floating Top Bar script */
#PLnavbar{ 
position:relative;
visibility: visible;
z-index: 100;
}

/* nav style */
#nav {
	position: relative; 
	top: 0px; 
	left: 0; 
	width: 103px; 
	/*height: 1024px;*/
    /*font: 20px Verdana, sans-serif;*/ 
	z-index: 100;
}
#nav a {
	display: block;
 	/*text-align: center;*/
    text-align:left;
	font: bold 13px sans-serif; 
   	/*font:bold 1em sans-serif;*//* orginal */
	padding:5px 5px;
	/*padding: 5px 10px;*//* orginal */
	margin: 0 0 1px;
	border-width: 0; 
   	text-decoration: none; 
   	color:white;
   /*color: #FFC; background: #444; border-right: 5px solid #505050;*//*background on default nav bar*/
}
#nav a:hover {
	color: #411; 
	background: #AAA;
   	border-right: 5px double white;
}

#nav a span {
	display: none;
}
#nav a:hover span {
	display: block;
   	position: absolute; 
	top: 225px; 
    
    left: 0; 
	width: 100px;
   	z-index: 100;
   	color:white;
	background: black;
   	font: 10px Verdana, sans-serif; text-align: center;
}
/* end nav style */


