@charset "utf-8";
/* CSS Document */

/* June 03, 2008 
   -laura.cabrera: added the selected state for items on the green-bar-navigation
*/

#green-bar-navigation{
height:31px;
background-color:#8cc520;
float:left;
width:606px;

}
#green-bar-navigation ul{
margin-left:213px;
}

#green-bar-navigation ul li{
float:left;
}

#green-bar-navigation ul li a{
display:block;
height:31px;
margin-right:25px;
background-position:left;
}

#green-bar-navigation ul li a#currentstudents{
background-image:url(/images/green-bar-navigation/sub-nav-current-students.gif);
width:115px;
}

#green-bar-navigation ul li a#currentstudents:hover, li.greenBar_selected a#currentstudents.greenBar_selected{
background-position:right;
}

#green-bar-navigation ul li a#futurestudents{ 
background-image:url(/images/green-bar-navigation/sub-nav-future-students.gif);
width:109px;
}

#green-bar-navigation ul li a#futurestudents:hover, li.greenBar_selected a#futurestudents.greenBar_selected{
background-position:right;
}

#green-bar-navigation ul li a#alumni{
background-image:url(/images/green-bar-navigation/sub-nav-alumni.gif);
width:55px;
}

#green-bar-navigation ul li a#alumni:hover, li.greenBar_selected a#alumni.greenBar_selected{
background-position:right;

}





#top-main-pane #green-bar-spacer{
width:154px;
height:31px;
background-image:url(/images/main/sub-nav-right.jpg);
float:right;
}

* html #top-main-pane #green-bar-spacer{
width:154px;
}

* html #green-bar-navigation{
width:600px;
}

