div#header
{
	/*background-image:url(../imgs/header_background.png);
	background-repeat:repeat-x;*/
	background-color:#ffffff;
	text-align:center;
	height:85px;
}

div#logo
{
	float:left;
}

div#nav
{
	float:right;
	display:block;
	width:550px;
	height:85px;
}

div#navTop
{
	display:block;
	width:100%;
	height:55px;
	margin: 0px auto;
}

div#navBottom
{
	margin-top:8px;
	display:block;
	width:100%;
	clear:both;
}

ul.topNav
{
	display:inline;
	liST-style-type: none;
	width:550px;
}

ul.topNav li
{
	background-image:url(../imgs/menu_background.png);
	background-repeat:repeat-x;
	width:85px;
	height:100%;
	margin-left: 3px; 
	display: inline; 
	color: #ffffff; 
	float:right;
	text-align:left;
	padding-bottom: 3px; 
	padding-left: 3px; 
}

ul.topNav li:hover
{
	background-image:url(../imgs/menu_background_hover.png);
	background-repeat:repeat-x;
}


ul.topNav li a
{
	color:#ffffff;
	text-decoration:none;
	padding-top:25px;
	padding-left:3px;
	display: block; 
}

/*****************Sub Nav in header*************/
ul.subTopNav
{
	display:inline;
	liST-style-type: none;
	width:550px;
}

ul.subTopNav li
{
	color: #2e2e2e; 
	width:auto;
	height:15px;
	float:right;
	margin-right:8px;
	display: block;
	text-align:left;
	padding-bottom: 3px; 
	padding-left: 3px;
	padding-top: 3px;
}

ul.subTopNav li a
{
	color:#2e2e2e;
	text-decoration:none;
}

ul.subTopNav li a:hover
{
	color: #ffaa02;
	text-decoration: underline;
}