/* tabs */

#tabs {
	font-size: 90%;
	margin: 0;
	}

#tabs ul{
	
	float: left;
	background: #5B779C;
	width: 100%;
	padding-top: 4px;
	}
	
#tabs li {
	margin-left: 8px;
	list-style: none;
	}
	
* html #tabs li {
	display: inline; /* ie6 double float margin bug */
	}
		
#tabs li,
#tabs li a {
	float: left;
	}
	
#tabs ul li a {
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	}
#tabs ul li a:hover{color:#6D6F71;background:#FFFFFF;}	
#tabs ul li.active {
	background: #FFFFFF url(img/nav-right.gif) no-repeat right top;
	}
	
#tabs ul li.active a {
	background:  url(img/nav-left.gif) no-repeat left top;
	color: #5B779C;

	}

#tabs div.googlemap {
	background:#FFFFFF;
	clear: both;
	padding:0;	
	width:760px;
	height:300px;
    color:#000000;
	}


