/* 
CSS Document -  TGC  Arturo
*/

.navimage {margin: 0;}
div#banner { 
background: #FFDD00 url(../images/bannr_bg.gif) repeat-x; 
/* Remove comments before and after "url" for option to add an image to the background - maximum height for image is 36px */ 
border-tp: 1px solid #b0AFAF; 
padding: 0; 
} 
div.search {
	font-size:11px;
	color: #FFF;
	margin: 0px 5px 0px 0px;
}
	
#topNav {
	margin: -1px 0 5px 0;
	height: 35px;
	display: block;
	width: 760px;
	}
	
topNav ul {
	margin: 0px;
}

topNav li {
	list-style-type: none;
	height: 75px;
	font-size: 12px;
	line-height: 14px;
	float: left;
}

topNav li a {
	text-decoration: none;
	font-weight: normal;
	padding: 5px 7px;
	width: auto;
	display: block;
	color: #333;
	font-weight:bold;
	border: 1px solid #fff;
	margin-right: 3px;
}


topNav li a:hover{
	color: #000;
	border: 1px solid #A4BD0A;
}

topNav li#over a {
	font-weight: bold;
	color: #6ac6d3;
	border: 1px solid #A4BD0A;
}
