/* CSS Document */

#emailNavContainer {
	position:relative;
	float:right;
	width : 335px;
	height : 72px;
	overflow : hidden;
	bottom: 0;
}
ul#emailNavMenu {
	margin : 0;
	padding : 0;
	list-style: none;
	bottom: 0;
}

ul#emailNavMenu a {
	display : block;
	width : 335px;
	height : 72px;
	text-indent : -9999px;
	text-decoration : none;
}

li#em_1 a:hover
{
	background : url(../images/email_nav_f2.jpg) no-repeat 0px 0px;
}

li#em_2 a:hover
{
	background : url(../images/email_nav_f2.jpg) no-repeat -220px 0px;
}


li#em_1 {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 220px;
	height : 72px;
	background : url(../images/email_nav.jpg) no-repeat 0px 0;

}

li#em_2 
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 220px;
	width : 115px;
	height : 72px;
	background : url(../images/email_nav.jpg) no-repeat -220px 0px;
}


li#em_1.emailmenuNavOn , li#em_2.emailmenuNavOn  , li#em_3.emailmenuNavOn  , li#em_4.emailmenuNavOn , li#em_5.emailmenuNavOn
{
	background-image : url(../images/email_nav_f3.jpg);
}
