﻿/*
Name:   tlsHeader-ie6-7.css
Date:   2012-07-11
Desc:   Internet Explorer 6 & 7 only CSS used for the header and footer of The Law Society website
*/

.mainNav {	/*	to avoid covered dropdown: positioned parent element creates a stacking context so set its z-index	*/
	z-index:2;
}


/*	IE 6 only 
	============================================================ */
* html .hdr .horizList {
	width:906px;
}
* html .hdr .mainNav, * html .ftr .cent div {
	display: inline;
}

/* alpha png fix */
* html .hdr .logo, * html .hdr .topNav .sel, * html .hdr .topNav .sel:hover, * html .hdr .topNav span {
	border-radius:0.01px;
	behavior:url(./js/PIE.htc);
	position:relative;
}

/*	:first-child - "firstChild" class set by js	*/
* html .hdr .login .firstChild {
	padding-right:10px;
	margin-right:10px;
	border-right:1px dotted #8e8e8e;
}