/* Main */
Table.TopBar
{
}

.TopMargin
{
	padding-top: 15px;
}

TD.TopBarTopLeft
{
	height: 			59px;
}

.TopBarTopCentre
{
	background: 		#fff url('/Style%20Library/Achmea/Images/bovenbalk.gif') no-repeat;
}

TD.TopBarTopRight
{
	
}

TD.TopBarBottomLeft
{
	text-align: 		right; 
	height: 			21px; 
	vertical-align: 	bottom;
	
}

TD.TopBarBottomRight
{
	vertical-align: 	bottom;
	width:				785px;
}

.l1MenuItemWhiteSpace
{ 
	width: 20%;
	height: 20px;
}

.l1MenuEmpty
{
	width: 100%;
	height: 20px;
}

.l1MenuItem
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#666;
	text-align: 		center;
}

.l1MenuItem .MenuItemContainer
{
	float: 				left;
	width: 				104px;
	cursor:				pointer;
}

.l1MenuItem .MenuItemTextContainer
{
	height: 			25px;	 
	text-align: 		center;
	display: 			block;
}

.l1MenuItem .MenuItemTextContainer .MenuItemText
{
	width:				89px;
	height:				20px;
	text-align:			center;
	display:			block;
	padding: 			5px 5px 0px 5px;
}

.l1MenuContainer
{
	width:				100%;
	height:				26px; 
	padding:			0;
	margin:				4px 0 0 0;
}

.l1MenuItem a:hover
{
	color:				#60afdd;
}

.MenuItemTexta:hover
{
	color:				#60afdd;
}

.l1MenuItemSelected
{
	color:				#60afdd;	
	font-size: 12px;
}

.l1MenuItemSelected .MenuItemContainer
{
	float: 					left;

	text-align: 			left;
	width: 					106px;
	height: 				26px;
}

.l1MenuItemSelected .MenuItemTextContainer
{
	width: 				101px;
	height: 			25px;	
	text-align: 		center;
	display: 			block;
	position: 			absolute;
}

.l1MenuItemSelected .MenuItemTextContainer .MenuItemText
{
}

.zz1_TopNavTop_2
{
	width: 				100%; 
	text-align: 		center;
	border-width: 		0px;
}
.HomeButton
{
	cursor: 			pointer; 
	width: 				50px;  
	display: 			block; 
	padding: 			4px 0px 4px 0px;
	background-color: 	#ccc;
	text-align:         center;
}
.HomeButton a
{
	color:				#fff;
}
.HomeButton a:hover
{
	color:				#fff;
}
.l2HomeMenuItem
{
	text-align: 		center;
	vertical-align:		middle;
	
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		bold;
	
	
}

.l2HomeMenuItem a
{
	color:				#fff;
}

.l2MenuItem
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		normal;
	
	color:				#666;
}

.l2MenuItem .SubMenuItemContainer
{

	display:			block;
	padding: 			4px  5px 4px 5px;
	border-right: 1px solid #e4e4e4;
	background-image: url('/Style%20Library/Achmea/Images/bg_l2.gif');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #f8f8f8;

}

.l2MenuItem .SubMenuItemText
{
	padding: 			0px 5px 0px 5px;
}

.l2MenuItem a:hover
{
	color:				#60afdd;
}

.l2MenuItemSelected
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			12px;
	font-weight:		normal;
	
	color:				#60afdd;
}

.l2MenuItemSelected .SubMenuItemContainer
{
	display:			block;
	padding: 			4px 5px 4px 5px;
}

.l2MenuItemSelected .SubMenuItemText
{
	padding: 			0px 5px 0px 5px;
}

.l2MenuItemSelected a:hover
{
	color:				#60afdd;
	text-decoration: none;
}

.searchBox
{
}

.searchBox input
{
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			11px;
	color: #666;
	width: 136px;
	padding: 3px 4px 2px 4px;
	background-color:	#fff;
	background-image: url('/Style%20Library/Achmea/Images/bg_search.gif');
	background-position: center;
	background-repeat: no-repeat;
	
	_background-color:	#fff;
	_background-image: none;
	_border: 1px solid #e4e4e4;
	
}

/* Disable default border SharePoint search box. */
.searchBox .ms-sbcell
{
	border: 			solid 1px #fff;
}

/* Disable default background color Go button. */
.searchBox .ms-sbgo
{
	background-color: 	#fff;
}