#header_menu_subpage_container {
		
		width: 100%;
		min-width: 972px;
		height: 47px;
		
		position: absolute;
		
		margin-top: 0;
		margin-bottom: -7px;
		
		background-image: url(../images/header_menu_bar.png);
		background-position: bottom left;
		background-repeat: repeat-x;
		
		
		z-index: 100;
	}

#header_menu_subpage_container #header_menu_subpage.selected-item li {
	padding-top: 12px;
}

#header_menu_subpage {
			
			width: 972px;						
			margin: 0 auto;
		}
	
		#header_menu_subpage ul {
			
			vertical-align: top;
			
			display: block;
		}
			
		
		#header_menu_subpage li.menu-item {
		
			height: 30px;
			padding-top: 12px;
			margin-right: -5px;
			
			list-style: none;
			
			display: block;
			float: left;
			vertical-align: top;
		}
		
		#header_menu_subpage li.menu-selected-item {
		
			height: 30px;
			padding-top: 12px;
			margin-right: -5px;
			
			list-style: none;
			
			display: block;
			float: left;
			vertical-align: top;
		}
	
			#header_menu_subpage li a {
				
				height: 23px;
				
				
				font-family: ITC Lubalin Graph Std, serif;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				/*text-shadow: 1px -4px 1px #000;*/
				
				letter-spacing: 1px;
			}
			
			
#header_menu_subpage li.menu-selected-item > a {
		
		color: #FFF;
	}
	
	#header_menu_subpage li.menu-item > a {
		
		color: #FFF;
	}

	#header_menu_subpage li a {
		
		/*display: block;*/
		
		border: none;
	}

	#header_menu_subpage .submenu-item, #header_menu_subpage .submenu-selected-item {
		
		/*display: block;*/
		height: 15px;
		
		padding: 10px;
		list-style: none;
		
		color: #FFF;
		font-size: 14px;
	}


		#header_menu_subpage li li a {
			
			display: inline;
			text-align:center;
			
			font-family: ITC Lubalin Graph Std, serif;
			font-weight: normal;
			
			letter-spacing: .05em;
			
			color: #d1e9ee;
		}
		
		#header_menu_subpage li li a:hover {
			
			font-family: ITC Lubalin Graph Std, serif;
			font-weight: bold;
			
			color: #FFF;
		}

.drop-down-menu {
	width: 100%;
}	
/**
for the first item
**/	
.first-menu-link {
	width: 216px;
}