﻿/* navigation menu style */

DIV.TopPane 
{
	width:100%;
	margin:0 0 0 0;
}

DIV.TopPane A.TelradLogo
{
	float:left;
	width:143px;
}

/* navigation menu */
DIV.TopPane DIV.MenuBG
{
	float:left;
	width:625px;
	height:80px;
	background-image:url(../../images/layout/top_bg.gif);
}

DIV.TopPane DIV.MenuBG DIV.NavigationMenu
{
	float:left;
	margin:35px 0 0 7px;
}

/* footer */
DIV.Footer 
{
	float:left;
	clear:both;
	width:100%;
	border-top:solid 1px #625a50;
	margin:30px 0 0 0;
	padding:5px 5px 20px 5px;
	font-size:95%;
}

DIV.Footer DIV.LeftPart 
{
	float:left;
}

DIV.Footer DIV.RightPart
{
	float:right;
} 