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

#global_menu /* this is a div */
{
/*	margin-top:2em; */
color:#4b7699;
}

#global_menu a	 /* capitalizes first letter of  each word */
{
text-transform : capitalize;
font-size:1.2em;
}

#global_menu ul.school
{

list-style-type:none; 
width:100%;
padding-left:2.5em;

}

/* these help clear whitespaces in ie */

.school
{

float:left;
clear:left;
}		

.school li 
{
float:left;
clear:left;
width:100%;
line-height:2.5em

}

.departments
{

}

.sub_depts
{

}


/* ---------------- */
.school a:link {

color:#FFFFFF;
}

.school  a:visited {

color:#FFFFFF;

}

.school  a:hover
{

}

.school  a:active {

color: black;	
}


/* ---------------- */
.departments a:link 
{
color:#003366;
}

.departments  a:visited 
{
color:#003366;
}

.departments  a:hover
{
color:#33CCFF;
}

.departments  a:active {

color: black;

}
/* ---------------- */	
.sub_depts  a:link
{
color:#CCCCCC;	
}	

.sub_depts  a:visited 
{
color: #AACBEC;	
}

.sub_depts  a:hover
{
color: #333333;
}

.sub_depts  a:active {

color: black;

}

#admin_menu ul
{
margin-left:200px ;
}

#admin_menu ul li
{
display:inline ;
font-size:1.2em ;
color:#003366 ;
line-height:35px ; 
padding-right:30px

}
/* 	
New global Menu Sept 08 
global_school_menu.html
*/	

/* this should turn the uls off */
ul.highschool, ul.middle_school, ul.art, ul.submenu, ul.technology, ul.student_support_team, ul.elementary, ul.student_life, ul#student_support_team, ul#early_childhood, #saac
{
display:none;
}

#admin_menu ul, ul#menu
{
display:block;
}

#middle_school .middle_school, #high_school .high_school, #elementary .elementary, .american_program #american_program, .student_life .student_life, .student_support_team #student_support_team, .early_childhood #early_childhood, .uruguayan_program #uruguayan_program, .athletics #saac
{
display:block;
}

/* new GM links Sept 08 */
/* controls the school menu left */
ul#menu
{
margin-left:2.5em;
margin-top:1em;
list-style-type:none;
line-height:2.5em;
}


ul#menu
{
list-style-type:none;
}


ul#menu a
{
font-size:1.2em;
color:#FFFFFF;	
}

ul#menu a:link 
{

color: #FFFFFF;

}

ul#menu a:visited 
{

color: #FFFFFF;

}

ul#menu a:hover
{
color:#003366;
text-decoration: underline;
}

ul#menu a:active {

color: #006699;

}	

ul#menu ul
{
padding-left:10px;
}



