﻿#TopNavigation
{
	margin-top: 10;
	width: 950px;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	height: 38px;
	background-image: url(../Default/images/navigation/topnav_middle.png);
}

#topNavLeftBorder
{
	width: 15px;
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	background-image: url(../Default/images/navigation/topnav_left.png);
}

#topNavRightBorder
{
	padding-bottom: 0px;
	margin: 0px;
	padding-left: 0px;
	width: 20px;
	padding-right: 0px;
	background-repeat: no-repeat;
	float: right;
	height: 38px;
	padding-top: 0px;
	background-image: url(../Default/images/navigation/topnav_right.png);
}

.NavContainer
{
	margin: 0px 0px 0px 0px;
	display: block;
}

.topNavCenter
{
	display: block;
	float: left;
	height: 38px;
}

.topnav_item
{
	margin-top: 1px;
	float: left;
	height: 33px;
	cursor: pointer;
}

.topnav_item_left
{
	width: 20px;
	float: left;
	height: 38px;
}

.topnav_item_middle
{
	float: left;
	height: 38px;
}

.topnav_item_right
{
	width: 24px;
	float: left;
	height: 38px;
}

.topnav_item_left_selected
{
	width: 20px;
	float: left;
	height: 38px;
	background-image: url(../Default/images/navigation/topnav_hover_left2.png);
	background-repeat: no-repeat;
}

.topnav_item_middle_selected
{
	float: left;
	height: 38px;
	background-repeat: repeat-x;
	background-image: url(../Default/images/navigation/topnav_hover_middle2.png);
}

.topnav_item_right_selected
{
	width: 24px;
	float: left;
	height: 38px;
	background-repeat: no-repeat;
	background-image: url(../Default/images/navigation/topnav_hover_right2.png);
}

.topnav_item_text
{
	text-align: center;
	line-height: 28px;
	width: auto;
	display: block;
}

.topnav_item_text A
{
	text-align: center;
	font-style: normal;
	width: auto;
	display: inline;
	font-family: Segoe UI, Arial, Verdana, Sans-Serif;
	white-space: nowrap;
	height: 33px;
	color: #ffffff;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
}

.topnav_item_divider
{
	width: 2px;
	padding-right: 6px;
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	background-image: url(../Default/images/navigation/topnav_div.png);
}

