@charset "utf-8";
/* CSS Document */

#maps2{
	width:785px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
    padding-bottom:0px;
    text-align:center;
    list-style:none;
    height:26px;
}

#maps2 li {
	padding-right:1px;
	float:left; 
}

/* COMMON TABS */

#maps2 a.tab a.tab:hover a.selected{	
	width: 93px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
}


#maps2 a.tab {
	height:26px;
	padding-top:3px;
	
	color:#660000;
	text-decoration:none;
	display: block;
	border-color: #aaa #000 #000 #aaa;
	width:93px;

	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-image:url('graphics/map_button3.gif');
}

#maps2 a.tab:hover
{	
  		height:21px;
	padding-top:5px;

  	position: relative;
  	color:#000000;

  	border-bottom-color:#F7FE2E;
  	border-bottom-style:solid;
  	border-bottom-width:1px;
  	background-image:url('graphics/map_button32.gif');
  	
}


/* DISTANCE TAB */

#maps2 a.distance{
	
	height:26px;
	padding-top:3px;
	
	color:#660000;
	text-decoration:none;
	display: block;
	border-color: #aaa #000 #000 #aaa;
	width:185px;

	border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-image:url('graphics/map_button4.gif');
	background-repeat:no-repeat;
}

#maps2 a.distance:hover
{
	height:21px;
	width: 185px;
  	padding-top:5px;

  	position: relative;
  	color:#000000;

  	border-bottom-color:#F7FE2E;
  	border-bottom-style:solid;
  	border-bottom-width:1px;
  	background-image:url('graphics/map_button42.gif');
	background-repeat:no-repeat;
}

/* ACTIVE */

#maps2 a.selected{
	height:26px;
	padding-top:3px;
	
	color:#030;
	text-decoration:underline;
	font-weight:bolder;
	display: block;
	border-color: #aaa #000 #000 #aaa;
	width:93px;

	/*border-bottom-color:#fff;
	border-bottom-style:solid;
	border-bottom-width:1px;*/
	background-image:url('graphics/map_button3.gif');
}


