﻿/*	style sheet for common header tabs
	controls the look of the tabs and header background space */

#menuTab1, #menuTab2, #menuTab3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #524122;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 22px; /* the height is reduced by 5px to make up for the padding next */;
	padding: 5px 0px 0px 0px;
/* this padding is added to center the text vertically */	display: block;
	background-color: #E5B8AF;
}
#menuTab1	{
	width: 107px;
	background-image: url('images/tab1_background_pink.png');
	background-repeat: no-repeat;
}
#menuTab2	{
	width: 260px;
	background-image: url('images/tab4_background_pink.png');
	background-repeat: no-repeat;
}
#menuTab3	{
	width: 190px;
	background-image: url('images/tab3_background_pink.png');
	background-repeat: no-repeat;
}
/* the order of these psuedo-classes is important if the tabs will work right... */
#menuTab1:link	{
	background-repeat: no-repeat;
	background-image: url('images/tab1_background_pink.png');
}
#menuTab2:link	{
	background-repeat: no-repeat;
	background-image: url('images/tab4_background_pink.png');
}
#menuTab3:link	{
	background-repeat: no-repeat;
	background-image: url('images/tab3_background_pink.png');
}
#menuTab1:active	{
	background-repeat: no-repeat;
	background-image: url('images/tab1_active_pink.png');
}
#menuTab2:active	{
	background-repeat: no-repeat;
	background-image: url('images/tab4_active_pink.png');
}
#menuTab3:active	{
	background-repeat: no-repeat;
	background-image: url('images/tab3_active_pink.png');
}
#menuTab1:focus	{
	background-repeat: no-repeat;
	background-image: url('images/tab1_active_pink.png');
}
#menuTab2:focus	{
	background-repeat: no-repeat;
	background-image: url('images/tab4_active_pink.png');
}
#menuTab3:focus	{
	background-repeat: no-repeat;
	background-image: url('images/tab3_active_pink.png');
}
#menuTab1:visited	{
	background-repeat: no-repeat;
	background-image: url('images/tab1_background_pink.png');
}
#menuTab2:visited	{
	background-repeat: no-repeat;
	background-image: url('images/tab4_background_pink.png');
}
#menuTab3:visited	{
	background-repeat: no-repeat;
	background-image: url('images/tab3_background_pink.png');
}
#menuTab1:hover	{
	background-repeat: no-repeat;
	background-image: url('images/tab1_hover_pink.png');
}
#menuTab2:hover	{
	background-repeat: no-repeat;
	background-image: url('images/tab4_hover_pink.png');
}
#menuTab3:hover	{
	background-repeat: no-repeat;
	background-image: url('images/tab3_hover_pink.png');
}

/*	these styles should keep the active page's tab highlighted  */
#home #menuTab1	{
	background-repeat: no-repeat;
	background-image: url('images/tab1_active_pink.png');
}
#about #menuTab2	{
	background-repeat: no-repeat;
	background-image: url('images/tab4_active_pink.png');
}
#montessori #menuTab3	{
	background-repeat: no-repeat;
	background-image: url('images/tab3_active_pink.png');
}
/*	--------------------------------------------------------  */

#menuBorder	{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #9BAFDE;
}
#tabRow	{
	background-image: url('images/tab_row.png');
	background-repeat: repeat-x;
	background-color: #E5B8AF;
}
#tabBottom	{
	width: 100%;
	height: 10px;
	background-image: url('images/top_transition_background.png');
	background-repeat: repeat-x;
}
#logobar	{
	width: 100%;
	background-color: white;
}
#logobar h1	{
	text-align: left;
}
#logo	{
	border-style: none;
	margin-top: 5px;
	margin-left: 2px;
	margin-bottom: 2px;
}

/* end of style sheet */
