#toptextnav {
	display: inline;
	margin: 0;
	padding: 0;
	height: 26px;
	line-height: 26px;
}
#toptextnav li {
	line-height: 26px;
	height: 26px;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 0 0 18px;
	background: url(../images/top_arrow.jpg) no-repeat 0 50%;
	color:#FFFFFF;
	font-family:tahoma;
	font-size:11px;
	text-decoration:none;
}
#toptextnav a {
	color: white;
	text-decoration: none;
}
#toptextnav a:hover {
	border-bottom: 1px solid #CC0000;
}

#top {
	width: 625px;
	text-align: right;
	height: 26px;
}


#banner {
	height: 86px;
	width: 870px;
	background: url(../images/top_logo_r.jpg) no-repeat right;
	text-align: left;
}

#banner .logo {
	background: url(../images/top_logo_l.jpg) no-repeat;
	width: 299px;
	float: left;
	height: 86px;
}
#banner .ad {
	background: url(../images/top_logo_m.jpg) repeat-x;
	width: 457px;
	float: left;
	height: 86px;
	text-align: right;
}
.ad img {
	margin-top: 16px;
	border: 1px solid white;
}

#nav { height: 63px; width: 770px; margin-top: 8px; text-align: left; overflow: hidden; }
#mainlinks {
	height: 36px;
	padding: 0;
	margin: 0;
	float: left;
	clear: none;
}
#mainlinks li {
	height: 36px;
	display: block;
	float: left;
	text-indent: -1000em;
	width: 88px;
	padding: 0 5px 0 0;
}
#mainlinks li a {
	height: 36px;
	display: block;
	width: 88px;
}
#mainlinks #home {
	background: url(../images/top_navigation_home.jpg) no-repeat;
}
#mainlinks #support {
	background: url(../images/top_navigation_support.jpg) no-repeat;
}
#mainlinks #services {
	background: url(../images/top_navigation_services.jpg) no-repeat;
}
#mainlinks #media {
	background: url(../images/top_navigation_media.jpg) no-repeat;
}
#mainlinks li.current {
	background-position: 0 -36px !important;
}
#links { width: 400px; float: left; }
#subnav { width: 400px; }
#subnav span {
	color:#828282;
	font-family:tahoma;
	font-size:11px;
	float: left;
	display: none;
	text-align: left;
	margin-left: 10px;
	line-height: 27px;
}
#subnav span.current {
	display: inline;
}

#subnav a {
	color: white;
	text-decoration:none;
}
#subnav #home_links a:hover {
	border-bottom :1px solid #CC0000;
}
#subnav #support_links a:hover {
	border-bottom :1px solid #0066CC;
}
#subnav #services_links a:hover {
	border-bottom :1px solid #009900;
}
#subnav #media_links a:hover {
	border-bottom :1px solid #FFFF00;
}


#login {
	float: left;
	width: 370px;
	text-align: left;
}

#login form {
	margin: 0;
	padding: 0;
	float: left;
}
#login #toplogin {
	height: 36px;
	padding-left: 90px;
	background: url(../images/top_user_login.jpg) 0 16px no-repeat;
}

.logininput {
	float: left;
	background: url(../images/top_user_login_field.jpg) no-repeat;
	height: 21px;
	margin: 10px 5px 5px 0;
}
.logininput input {
	height: 17px;
	margin: 3px 0 0 25px;
}

#bottomlogin {
	height: 27px;
	line-height: 27px;
	margin-left: 40px;
	text-align: center;
}
#bottomlogin .submit {
	background: url(../images/top_user_login_button.jpg) no-repeat;
	width: 49px;
	height: 18px;
	margin: 5px 0 0;
}