@charset "utf-8";
/* CSS Document */

/* Nav menu */

#country {
	margin-top: 20px;
	display: block;
	clear: left;
	float: right;
	padding-right: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#menu {
	width: 545px;
	margin-left: 59px;
	margin-top: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 106px;
}




#menu a#sub {
	font-size:13px;
	color: #333333;
	text-decoration: none;
	background-color: #cccccc;
	padding-left: 6px;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 93px;

}



#menu a#main {
	font-size:13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 6px;
	display: block;
	margin: 0px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 93px;

}
#menu a:hover {
	color: #333333;
}

/* Positioning the pop-out drops */
#menu li {
	position: relative;
}
#menu ul ul ul {
	position: absolute;
	top: 0px;
	left: 100%;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
}

/* Hiding and revealing using :hover */ 


div#menu ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul li:active ul {
	display: block;
}

div#menu ul ul, div#menu ul li:hover ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}



#tabwrap {
	width: 308px;
	height: 24px;
	margin-top: -58px;
	margin-bottom:35px;
}
#tabs {
	float: left;
	width: 100px;
	background-image: url(http://www.hsw.com.au/images/Homepage/gradient_H24xW102.jpg);
	background-repeat: repeat-x;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 2px;
}
a#tabs {
	background-image: url(http://www.hsw.com.au/images/Homepage/gradient_H24xW102.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 24px;
	width: 100px;
	border-right-width: 0px;
	text-decoration: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#tabs span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	display: block;
	text-align: center;
	padding-top: 3px;
}
a#tabs:hover {
	background-image: url(http://www.hsw.com.au/images/Homepage/gradient_hover_H24xW102.jpg);
	background-repeat: no-repeat;
}
#search {
	text-align: right;
	border: 2px solid #6d6e71;
	width: 255px;
	float: right;
	margin-right: 5px;

}
#searchtxt {
	padding-top: 2px;
}



