#toolbar {
	font-size: 15px;
	height: 41px;
    	text-align:center;
	background-image: url("images/menuBack.jpg"); 
}

a.menu {
	font-size: 12px;
	height: 25px;	
	font-family: Arial, Geneva,"Times New Roman";
	text-align: left;
	color: #ffffff;	
	text-decoration: none;
    	border-right: 1px solid #0000FF;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;	
}

a.menuL {
	font-size: 12px;
	height: 25px;	
	font-family: Arial, Geneva,"Times New Roman";
	text-align: left;
	color: #ffffff;	
	text-decoration: none;
    	border-right: 1px solid #0000FF;
    	border-left: 1px solid #0000FF;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 0px;	
}

a.menu:hover {
	color: #FFFFFF;
	background-color: #013e7d;
    	text-decoration: none;
}

a.menuL:hover {
	color: #FFFFFF;
	background-color: #013e7d;
    	text-decoration: none;
}


#toolbarBot {
	height: 15px;
    	text-align:left;
	background-image: url("images/botMenuBack.jpg"); 
}

a.menuBot {
	font-size: 10px;	
	font-family: Arial, Geneva,"Times New Roman";
	height: 12px;
	text-align: center;
	color: #0000FF;
	text-decoration: none;
    	border-right: 0px solid #0000FF;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 0px;	
}

a.menuBot:hover {
	color: #FFFFFF;
	background-color: #0000FF;
    	text-decoration: none;
}

