/* tab menu */

.tab1, .tab2, .tab3, .tab4, .tab5, .tab6 {
	border: 1px solid #d9d9d9;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius-topleft:5px;
	-webkit-border-radius-topright:5px;
	border-bottom:none;

	height: 30px;
	line-height:30px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	float:left;
	display: inline;
	padding:0;
	text-align:center;
	margin:0px;
}

.tab1 {
	width: 117px;
	}
.tab2 {
	width: 117px;
}
.tab3 {
	width: 100px;
}
.tab4 {
	width: 110px;
}
.tab5 {
	width: 98px;
}
.tab6 { 
	float:right;
	width: 100px;
}


.activetab1,
.activetab2,
.activetab3,
.activetab4,
.activetab5,
.activetab6 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	height:31px;
	float:left;
	display: inline;
	color:#FFFFFF;
	padding:0;
	text-align:center;
	margin:0px;
	line-height:30px;
}

.activetab1 {
 	background: url(/images/profile/personal_info2.gif) no-repeat bottom #83bc12;
	width: 117px;
}

.activetab2 {
 	background: url(/images/profile/my_routes2.gif) no-repeat bottom;
	width: 117px;
}
.activetab3 {
 	background: url(/images/profile/reports2.gif) no-repeat bottom #83bc12;
	width: 100px;
}
.activetab4 {
 	background: url(/images/profile/messages2.gif) no-repeat bottom #83bc12;
	width: 110px;
}
.activetab5 {
 	background: url(/images/profile/albums2.gif) no-repeat bottom #83bc12;
	width: 98px;
}
.activetab6 {
	width: 100px;
 	background: url(/images/profile/content2.gif) no-repeat bottom #83bc12;
}


#PersonalInfo h2 {
	margin:0;
	padding:10px 10px 10px 20px;
}
#PersonalInfo h2 img {margin:0 10px;}
#PersonalInfo a{ color:#ea6e05;}
#PersonalInfo a:hover{ text-decoration:underline;}
#PersonalInfo a:visited{ color:#d9d9d9d;}

#topMenu {
	z-index: 50;
	height: 30px;
	margin:0;
	width:652px;
	padding:0;
	}
	
#RouteSubMenu {
	border-bottom: 1px solid #d9d9d9;
}

