/* general controls for main navigation */

div.mainnav1 {
	width:430px;
	height:27px;
	position:absolute;
	left:2px;
	top:120px;
	margin:0px;
	padding:0px;
	background-color:transparent;
	text-align:center;
	overflow:hidden;
}

div.mainnav2 {
	width:230px;
	height:27px;
	position:absolute;
	right:2px;
	top:32px;
	margin:0px;
	padding:0px;
	background-color:transparent;
	text-align:center;
	overflow:hidden;
}

div.mainnav1 a {
	height:27px;
	border-width:0px;
	text-decoration:none;
}

div.mainnav1 img {
	margin:0px;
	border-width:0px;
	padding:0px;
}

div.mainnav2 a {
	height:27px;
	border-width:0px;
	text-decoration:none;
}

div.mainnav2 img {
	margin:0px;
	border-width:0px;
	padding:0px;
}

/* controls for specific navigation */

div.home {
	width:47px;
	float:left;
	border:0px solid red;
	padding:0px;
}

a.home {
	width:47px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-home1.gif) scroll no-repeat top left;
}
/*
a.home:active {
	width:47px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-home-active.gif) scroll no-repeat top left;
}
*/
div.wsh {
	width:119px;
	float:left;
	border:0px solid red;
	padding:0px;
}

a.wsh {
	width:119px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-wsh1.gif) scroll no-repeat top left;
}
/*
a.wsh:active {
	width:119px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-wsh-active.gif) scroll no-repeat top left;
}
*/
div.wms {
	width:153px;
	float:left;
	border:0px solid red;
	padding:0px;
}

a.wms {
	width:153px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-wms1.gif) scroll no-repeat top left;
}
/*
a.wms:active {
	width:153px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-wms-active.gif) scroll no-repeat top left;
}
*/
div.contact {
	width:84px;
	float:right;
	border:0px solid red;
	padding:0px;
}

a.contact {
	width:84px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-contact1.gif) scroll no-repeat top left;
}
/*
a.contact:active {
	width:84px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-contact-active.gif) scroll no-repeat top left;
}
*/
div.support {
	width:121px;
	float:right;
	border:0px solid red;
	padding:0px;
}

a.support {
	width:121px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-support1.gif) scroll no-repeat top left;
}
/*
a.support:active {
	width:121px;
	display:block;
	margin:0px;
	padding:0px;
	color:#ffffff;
	background:transparent url(/images/button-support-active.gif) scroll no-repeat top left;
}
*/
div.reg-nav {
	width:auto;
	background-color:#000066;
	padding-bottom:5px;
	padding-left:3px;
	color:#ffffff;
}

div.reg-nav a {
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

div.reg-nav a:hover {
	text-decoration:underline;
}

div.preload {
	display:none;
}