@charset "utf-8";
/* CSS Document */



/* ------ NAVIGATION ------ */

#navcontainer {
	position: absolute;
	width: 985px;
	height: 27px;
	top: 30px;
	left: 0px;
	padding: 0;
	margin: 0;
}


#navcontainer ul{
	padding: 0;
	margin: 0;
	float: right;

}


#navcontainer ul li {
	float: left;
	display: inline;
}


#navcontainer ul li a{
	color: #69737d;
	text-decoration: none;
	float: left;
	margin-left: 1px;
	background-image: url(../img/nav/left_off.gif);
	font-size: 11px;
	line-height: 27px;
	display: block;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left;
}

#navcontainer ul li a span  {
	background-image: url(../img/nav/right_off.gif);
	line-height: 27px;
	display: block;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
}


#navcontainer ul li a:hover {
	background-image: url(../img/nav/left_on.gif);
	color: #008fd7;
}


#navcontainer ul li a:hover span {
	background-image: url(../img/nav/right_on.gif);
}



/* ------ HEADER NAVIGATION ------ */

.headernavcontainer {
	position: absolute;
	top: 8px;
	left: 0px;
	width: 975px;
}

#headernav {
	position: relative;
	overflow: hidden;
	float: right;	
	margin: 0;
	padding: 0;
}

#headernavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#headernavlist li {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69737d;
	float: left;
	padding-left: 15px;
}

#headernavlist li a {
	color: #69737d;
	text-decoration: none;	
}

#headernavlist li a:hover {
	color: #008fd7;
	text-decoration: none;
}


/* ------ FOOTER NAVIGATION ------ */


#footernav {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#footernavlist {
	list-style-type: none;
	margin: 0;
	padding: 0;	
}

#footernavlist li {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8c8e90;
	float: left;
	padding-left: 15px;
}

#footernavlist li a {
	color: #8c8e90;
	text-decoration: none;	
}

#footernavlist li a:hover {
	color: #008fd7;
	text-decoration: none;
}


#footernavlist  .add a {
	background-image: url(../img/add.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 25px;
	padding-left: 18px;
}

#footernavlist  .add a:hover {
	background-image: url(../img/add_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 25px;
}

/* ------ SUB NAVIGATION ------ */

#subnavcontainer {
	position: absolute;
	left: 155px;
	top: 390px;
	z-index: 2;
}


#subnavcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 11px;
}

#subnavcontainer a{
	display: block;
	background-image:url(../img/nav/subnav_aus.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #008fd7;
	line-height: 21px;
	display: block;
	height: 21px;
	text-indent: 10px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}


#subnavcontainer a:hover{
	color: #8c8e90;
	text-decoration: none;
	background-image:url(../img/nav/subnav_an.gif);
	background-repeat: no-repeat;
	background-position: 7px center;
}
