		.tabs {
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			min-height:50px;
			height: auto !important; 
            height:50px; 
			width:527px;
			float:left;
			position:relative;
		}
		
		UL.tabNavigation {
		    list-style: none;
			margin: 0px 0px 0px 0px;
			padding: 3px 0px 3px 0px;
			z-index:-99999;
			border:1px solid #D1CACC;
			display:block;
			float:left;
			width:100%;
			background:#E9E7E8;
		}	

		UL.tabNavigation LI {
		    display: inline;	
			font-weight:normal;
			letter-spacing:0px;
			padding:0px 39px 0px 30px;
			margin:0px 0px 0px 0px;
			z-index:-99999;
			float:left;
			font-size:14px;
		}	
		
		UL.tabNavigation LI.movelast {
			padding:0px 0px 0px 30px;
		}
		
		UL.tabNavigation LI A {
			text-align:center;
		    color: #2a0606;
		    text-decoration: none;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;			
			position:relative;
		}
		
		UL.tabNavigation LI A:active {
			text-align:center;
		    color: #c42a79;
			text-decoration: none;
			z-index:9999;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;			
			position:relative;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {			
			text-align:center;
		    color: #c42a79;
			text-decoration: none;
			z-index:9999;
			padding:0px 0px 0px 0px;
			margin:0px 0px 0px 0px;		
			position:relative;
		}		
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}		

		#first {
		    background-color: #fff;
		}

		#second {
		    background-color: #fff;
		}

		#third {
		    background-color: #fff;
		}
		#forth {
		    background-color: #fff;
		}