/* ================================ */
/* Sanatogen&reg; Pregnancy */
/* ================================ */
/* author: www.OiMedia.co.uk */
/* contact: info@OiMedia.co.uk */
/* site url: www.sanatogenpreganancy.co.uk */
/* version: 0.1 */
/* ================================ */
/* © 2009 Copyright Bayer plc*/
	
	.sub-nav { 
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		margin: 0px;
		padding: 0px;
	}
	
	.sub-nav ul {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	
	.sub-nav ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		display:inline;
	}
			
	.sub-nav ul  li a {
		margin: 0px;
		color: #fff;
		display: block;
		padding: 1px 3px 2px 20px;
		width: 147px;
		background: #cb0079;
		border-bottom: 1px solid #fff;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}
			
		.sub-nav ul  li a:link {
			color: #fff;
			text-decoration: none;
		}
				
		.sub-nav ul  li a:hover {
			background: #f7d3e4 url(../images/sub_arrow_over.gif) top left no-repeat;
			color: #603;
		}
		
		.sub-nav ul  li a:active {
			color: #603;
			text-decoration: none;
			background: #f7d3e4 url(../images/sub_arrow_over.gif) top left no-repeat;
		}
		
/* SUB SUB NAVIGATION (lhs-side of page) ============================= */
	
	.sub-nav-sub { 
		border-bottom: 1px solid #fff;
		margin: 0px;
		padding: 0px;
	}
	
	.sub-nav-sub ul {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0px;
		padding: 0px;
	}
	
	.sub-nav-sub ul li {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		display:inline;
	}
			
	.sub-nav-sub ul  li a {
		margin: 0px;
		color: #603;
		display: block;
		padding: 1px 3px 2px 40px;
		width: 127px;
		background: #fbe9f2;
		border-bottom: 1px solid #fff;
		text-decoration: none;
		font-size: 12px;
		font-weight: normal;
	}
			
		.sub-nav-sub ul  li a:link {
			color: #603;
			text-decoration: none;
		}
				
		.sub-nav-sub ul  li a:hover {
			background: #fbe9f2 url(../images/sub-sub_arrow_over.gif) top left no-repeat;
			color: #603;
		}
		
		.sub-nav-sub ul  li a:active {
			color: #603;
			text-decoration: none;
			background: #fbe9f2 url(../images/sub-sub_arrow_over.gif) top left no-repeat;
		}