/* @Themediapractice */



/* TOP MENU ITEMS */
/* All definitions in this section need to be explicitly stated to override settings for left menu above */


.login_logout{
width:70px;
height:18px;
border:0px solid #f00;
}

/* left menu items need to be referenced accurately by targeting container .menu */

	span {}

/* left menu buttons */
	#nav_leftBookend{
	float:left;
	width:21px;
	height:26px;
	background: transparent url('../img/nav_left_bookend.png') 0 0 no-repeat;
	}
	#nav_rightBookend{
	float:left;
	width:21px;
	height:26px;
	background: transparent url('../img/nav_right_bookend.png') 0 0 no-repeat;
	}
	#topspace_nav a {
	float:left;
	width:auto;
	display:block;
	top:0;
	margin:0px 0px 0px 0px;
	padding:0px 7px 0px 7px;
	height:26px;
	background: transparent url('../img/nav_buttonplinth.png') 0 0 no-repeat;
		text-align:left;
		font-family: tahoma, 'trebuchet ms', arial, helvetica, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 11px;
		line-height: 20px;
		text-decoration: none;
		color: #222;
	overflow:hidden;
	border: 0px solid #f00; 
	}
	
	#topspace_nav a:link {
	background: transparent url('../img/nav_buttonplinth.png') 0 0 no-repeat;
		color: #222;
	}

	#topspace_nav a:visited {
	background: transparent url('../img/nav_buttonplinth.png') 0 0 no-repeat;
		color: #222;
	}

	#topspace_nav a:hover {
	background: transparent url('../img/nav_buttonplinth_hi.png') 0 0 no-repeat;
	text-decoration: none;
		color: #fff;
	}


	a#redbut:hover  {
	background: transparent url('../img/nav_buttonplinth_hi2.png') 0 0 no-repeat;
	text-decoration: none;
		color: #fff;
	}

/*
	#topspace_nav ul.menu li, #topspace_nav ul.menu li a, #topspace_nav ul.menu li a:link, #topspace_nav ul.menu li a:visited {
	float:left;
	width:auto;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	height:26px;
	background: transparent url('../img/nav_buttonplinth.png') 0 0 no-repeat;
		text-align:left;
		font-family: tahoma, 'trebuchet ms', arial, helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 11px;
		line-height: 20px;
		text-decoration: none;
		color: #bbb;
	overflow:hidden;
	border: 0px solid #f00; 
	}
	

	#topspace_nav ul.menu li a:hover {
	float:left;
	width:auto;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 10px 0px 10px;
	height:26px;
	background: transparent url('../img/nav_buttonplinth_hi.png') 0 0 no-repeat;
		text-align:left;
		font-family: tahoma, 'trebuchet ms', arial, helvetica, sans-serif;
		font-weight: bold;
		font-style: normal;
		font-size: 11px;
		line-height: 20px;
		text-decoration: none;
		color: #fff;
	overflow:hidden;
	border: 0px solid #f00; 
	}
	
	*/