#Toolbar {
    font-family: tahoma;
    font-size: 10pt;
    color: #000;
    text-decoration: none;
	position:fixed;
	top:0;
	width: 100%; 
	height: 20px;
	z-index: 0; 
	left: 0; 
	bottom: inherit; 
	border-bottom: 1px solid #C0C0C0; 
	padding-left: 5px; 
	padding-right: 5px; 
	padding-top: 2px; 
	padding-bottom: 2px; 
	background-color: #f3f3f3; 
	font-weight: normal;
}
#Toolbar A{
    font-family: tahoma;
    font-size: 10pt;
    color: #3a00ff;
    text-decoration: none;
	font-weight: normal;
}
#Toolbar A:hover{
    font-family: tahoma;
    font-size: 10pt;
    color: #cc3300;
    text-decoration: underline;
	font-weight: normal;
}