.droplinebar{
	overflow: hidden;
	background: #242c54 url(../layout/menu_background.jpg) center center repeat-x; /*default background of menu bar*/
	width: 948px;
/* 	padding-left: 70px; */
/* 	padding-right: 70px; */
}

.droplinebar ul{
	margin: 0;
	padding: 0;

	background: #242c54 url(../layout/menu_background.jpg) center center repeat-x; /*default background of menu bar*/
	width: 100%;
	font-size: 0;
}

.droplinebar ul li{
	display: inline;
	float: left;
	margin: auto;
	text-align: left;
	background-image: url("../layout/button_border.gif");
	background-position: right;
	background-repeat: no-repeat;
	font: 15px Arial;
	
}

.droplinebar ul li.before_program{
	background-image: none;
}

.droplinebar ul li a{
	float: left;
	color: white;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none;
	height: 20px;
	padding-left: 30px;

}

.droplinebar ul li a:visited{
	color: white;
}

.droplinebar ul li:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
	color: white;
	background: transparent url(../layout/menu_background_active.jpg) center center repeat-x;
}

.partner_program_link:link{

	background-image: url("../layout/button_border_2.gif"); 
	background-repeat: repeat-x;
	background-position: center;
	padding-left: 40px;
	padding-right: 12px;
	width: 150px;
}

.partner_program_link:visited{

	background-image: url("../layout/button_border_2.gif"); 
	background-repeat: repeat-x;
	background-position: center;
	padding-left: 40px;
	padding-right: 12px;
	width: 150px;
}


.partner_program_link:hover{

	background: transparent url(../layout/menu_background_active.jpg) center center repeat-x;

}

li.partner_program_link_last{
	background: none; 
}


.droplinebar ul li .selected_current_page{
	background: transparent url(../layout/menu_background_active.jpg) center center repeat-x;
	background-repeat: repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	background: #5797b0;
	visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
	font: normal 12px Verdana;
	padding: 6px;
	padding-right: 8px;
	padding-top: 12px;
	margin: 0;
	height: 28px;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
	background: transparent url(../layout/menu_background_active.jpg) center center repeat-x;
}


