﻿#wrapper_nav{
	float:left;
	width:498px;
	margin:0 auto;
	padding: 0;
}
#textmenu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	margin: 0  auto;
	float: left;
	padding-top:37px;
	padding-bottom:5px;
}
#textmenu ul {
	list-style-type: none;
	display: inline;	
}
#textmenu li {
	list-style-type: none;
	display: inline;
}
#textmenu, #textmenu a{
	color:#A2B1D0;
}
#textmenu a{
	text-transform: uppercase;
	text-decoration: none;
}
#textmenu a:hover{
	color: #FD5739;
}

#menu {
	position: relative;
	width: 498px;
	height: 46px;
	background: url('images/topnav/bluebar.png');
	overflow: hidden;
	margin: 0px auto;
	float:left;
	clear:both;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	height: 46px;
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 0;
	overflow: hidden;
	color: #000;
	text-decoration: none;
	padding-top: 46px;
	background: url('images/topnav/redbar.png') no-repeat 500px 500px;
}
#menu a#item1 {
	width: 151px;
}
#menu a#item2 {
	width: 171px;
}
#menu a#item3 {
	width: 176px;
}
* html #menu a {
	height: 46px;
	he\ight: 0;
}
#menu a#item1:hover {
	background-position: 0 0;
	z-index: 50;
}
#menu a#item2:hover {
	width: 171px;
	background-position: -151px 0;
	z-index: 50;
}
#menu a#item3:hover {
	width: 176px;
	background-position: -322px 0;
	z-index: 50;
}

