/*Menu Pages*/

li#home { 
	width:50px;
}

li#holiday {
	width:58px;
}

li#business {
	width:69px;
}

li#forbes {
	width:80px;
}

li#expo {
	width:100px;
}


li#study {
	width:47px;
}

li#lifestyle {
	width:62px;
}

li#regional {
	width:95px;
}
/* NOTE: These two go together. The first sets the left position of the

nested menu list that's right for IE */

li#holiday ul {
	left:-50px;
}

li#business ul {
	left:-108px;
}

li#forbes ul {
	left:-108px;
}

li#expo ul {
	left:-158px;
}

li#study ul {
	left:-177px;
}

li#lifestyle ul {
	left:-226px;
}

li#regional ul {
	left:-280px;

}

/* ...and this one sets the left position of the nested menu list that's right for

everything else (IE won't understand the ">" child selector) */



li#seesydney {
	width:80px;
}

li#visitnsw {
	width:100px;
}

li#tradecapabilities {
	width:140px;
}

li#investmentoppourtunities {
	width:125px;
}

li#offices {
	width:90px;
}

li#industryprofiles {
	width:102px;
}



li#innovationtechnology {
	width:148px;
}

li#businessinregionalnsw {
	width:160px;
}

li#studyhome {
	width:50px;
}

li#schools {
	width:60px;
}

li#learnenglish {
	width:93px;
}

li#universities {
	width:80px;
}

li#vocational {
	width:73px;
}

li#services {
	width:73px;
}

/* ...and this one sets the left position of the nested menu list that's right for

everything else (IE won't understand the ">" child selector) */

li#holiday > ul {
	left:-50px;
}

li#business > ul {
	left:-108px;
}

li#forbes > ul {
	left:-108px;
}

li#expo > ul {
	left:-108px;
}


li#study > ul
{
	left:-177px;
}

li#tours {
	left:29.5em;	width:4.1em;
}

li#hire {
	left:29.5em;	width:3.2em;
}

li#events {
	left:29.5em;	width:4.6em;
}

li#attractions {
	left:29.5em;	width:6.7em;
}
