.probtn {
	font: bold 12px Verdana; /*background of menu bar (default state)*/
	width: 950px;
	height: 1%;
}

.prbtn ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.prbtn ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.prbtn ul li a{
	display: block; /*background of menu items (default state)*/
	color: white;
	padding: 4px 10px;
	text-color: #ffffff;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
}



.prbtn ul li a:link, .prbtn ul li a:visited{
color: white;
}

.prbtn ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color: #FFFFFF;
}

.prbtn ul li a:hover{
	color: #FFFFFF;
}
.homebg {
	background-image: url(index_images/home_bg.png);
	display: inline;
	float: left;
	position: relative;
}
.otherbg {
	background-image: url(index_images/other_bg.jpg);
	background-repeat: repeat-x;
	display: inline;
	float: left;
	position: relative;
}
