/* CSS Document */

.top
{
	background-image : url(../images/top-Bg.gif);
	background-repeat : repeat-x;
	background-position : top;
	width : 100%;
	/*height : 134px;*/
}

.top img
{
	border : 0;
}

.logo
{
	background : url(../images/top-Logo.jpg) no-repeat left top;
	height : 96px;
}

.logo a
{
	display : block;
	float : right;
	width : auto;
	height : 96px;
}

.navigation
{
	width : 100%;
	background : url(../images/top-NavBg.gif) repeat-x bottom;
}

.navigation td
{
	border-bottom : 1px solid #cdcdcd;
	text-align : center;
}

.navigation td.separatorTD
{
	width : 1px;
}

.navigation td.firstTD
{
	width : 15%;
}

.navigation td.lastTD
{
	text-align : left;
	width : 15%;
}

.navigation td:hover
{
	background-color: #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
}
.navigation td.firstTD:hover,
.navigation td.lastTD:hover
{
	background-color: transparent;
	border-bottom : 1px solid #cdcdcd;
}

.navigation a, .navigation span
{
	display : block;
	font-family : "Trebuchet MS", Arial, Sans-Serif;
	font-size : 16px;
	font-weight : normal;
	color : #6d6d6d;
	text-decoration : none;
	white-space : nowrap;
	cursor : pointer;
	line-height : 34px;
}

.navigation a:hover
{
	/*font-weight: bold;*/
}

.navigation a.wefarm, .navigation span.wefarm
{
	color : #ed7b00;
}

.navigation td.lastTD a img
{
	margin : 8px 10px 0 0;
}
