﻿

/*Menu CSS */ 

/* Used to set the menu background image and position of tabs in black colors */
.btn_black_bar{

	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(./images/topnavbg.jpg) repeat-x top;
	height:27px;
	vertical-align:middle;
	text-align:center;
	cursor:pointer;
}



.btn_blue_bar

{

background-repeat: repeat-x;

background-position: left top;

background-image: url(images/blue_bar.jpg);
}

