/* start style for navigation */
*{margin:0; padding:0}
.baseline {
	background: #FFF;
	margin:0px 3px 3px 3px ;
	font-family: sans-serif;	
}
.logo{margin-left:23px; border:0;}

#tab1 {
	margin-top: 5px;
	font-size: smaller;
	margin-left:20px;
	
}

#tab1 span {
	background: #6699cc;
	color:#FFFFFF;
	border-top: 2px #ccc solid;
	border-left: 2px #ccc solid;
	border-right: 2px #ccc solid;
	padding: 3px 12px;
	padding-bottom: 5px;
	-moz-border-radius: 0.5em 0.5em 0 0;
}

#tab1 a {
	color:#333333 !important;
	border-top: 2px #ccc solid;
	border-left: 2px #ccc solid;
	border-right: 2px #ccc solid;
	padding: 3px 12px;
	text-decoration: none;
	-moz-border-radius: 0.5em 0.5em 0 0;
	background:#f7f7f7;
}

#tab1 a:visited {
	color:#333333 !important;}
	
#tab1 a:hover {
color:#FFFFFF !important;
	background: #6699cc;
	padding: 3px 12px;
	border-top: 2px #ccc solid;
	border-left: 2px #ccc solid;
	border-right: 2px #ccc solid;
}
.subtab{
	font-size: smaller;
	background:#6699cc;
	height:20px;
	color:#FFF !important;
	padding:6px 10px 0;
	-moz-border-radius: 0.5em 0.5em 0 0;
	}
.subtab a {
	color:#FFF !important;
	padding:6px 10px 0;
	text-decoration:none;
}
.subtab a:visited {
	color:#FFF !important;
	}
	
.subtab a:hover{
	color: #CCFFCC !important;
	text-decoration:underline;
	
}

/* set all images border to none */
img{border:none;}
/* give a little space to the top margin for company logo, note: you don't have to */
img.logo{margin-top:3px;}

/* ###### end of style for navigation ############ */
