		
		/* 
		CSS Tab Menu based on 
		Sliding Doors of CSS
		by Douglas Bowman
		//www.alistapart.com/articles/slidingdoors 
		Modified by Stephen Robinson for EBI use.
		*/
		

		.tabmenu {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	/*			border-left: 1px solid  #408c8c;
			border-right: 1px solid  #408c8c;
			border-top: 1px solid  #408c8c;
*/			border-bottom:0;
	background-color: #fff;
	background-image: url(../../Information/images/tab2_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom:20px;
		}
		
		.tabmenu ul {
			margin:0;
			padding:10px 10px 0;
			list-style:none;
			
		}
		
		.tabmenu li {
	float:left;
	margin:0;
	padding:0;
	width:120px;
	margin-right:20px;
	background-image: url(../../Information/images/tab_norm_right4white.gif);
	background-repeat: no-repeat;
	background-position: right top;
	
	
		}
		
		.tabmenu a:link, .tabmenu a:visited {
	display:block;
	padding:5px 16px 4px;
	text-decoration: none;
	color: #006666;
	background-image: url(../../Information/images/tab_norm_left4white.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
		}
		
		.tabmenu a:active, .tabmenu a:hover ,  .tabmenu a.tab_hover:link, .tabmenu a.tab_hover:visited {
	display:block;
	padding:5px 16px 4px;
	background-image:url(../../Information/images/tab_norm_left_on4grey.gif);
	text-decoration: none;
	color: #404040;
	border-bottom: 1px solid  #408c8c;

		}
		
		.tabmenu li:hover, .tabmenu li.current_hover  {
	 background-image:url(../../Information/images/tab_norm_right_on4grey.gif);

		}
		
		.tabmenu .current {
		background-image:url(../../Information/images/tab_norm_right_on4grey.gif);

		
		
		}
		
		.tabmenu .current a:active, .tabmenu .current a:link, .tabmenu .current a:visited, .tabmenu .current a:hover {
		
			/*background-image:url(../../Information/images/tab_norm_left_on.gif);*/
			padding-bottom:5px;
			text-decoration: none;
			color: #404040;
			display:block;
			padding:5px 16px 4px;
			background-image:url(../../Information/images/tab_norm_left_on4grey.gif);
			padding-bottom:5px;
			text-decoration: none;
			color: #404040;
			border-bottom: none;

			
		}
		
		
.tabmenu a img {border:none;	outline:none;	outline-style:none;	-moz-outline-style: none; text-decoration:none}		
	
		
a img { border:none;text-decoration:none;vertical-align:middle;background:#fff }

.tabmenu span,
.tabmenu strong{
	padding-bottom:12px;
	display:block;
	margin:1px 0;
	width:120px;
	text-decoration:none;
}
