/* CSS Document */

#horizGraphicSubmenuContainer {
	position:relative;
	height : 16px;
	overflow : hidden;
	bottom: 0;
	padding: 10px 9px 0;
}
ul#horizGraphicSubmenu {
	position : relative;
	margin : 0;
	padding : 0;
	list-style: none;
	bottom: 0px;
	width: 780px;
	background-image: url(../images/horizontal_subnav.gif);
	height: 16px;
}

ul#horizGraphicSubmenu a {
	display : block;
	height : 16px;
	text-decoration : none;
}

li#hsm_1 a:hover
{
	background : url(../images/horizontal_subnav_f2.gif) no-repeat 0px 0px;
}

li#hsm_2 a:hover
{
	background : url(../images/horizontal_subnav_f2.gif) no-repeat -141px 0px;
}



li#hsm_1  {
	list-style: none;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 141px;
	height : 16px;
	background : url(../images/horizontal_subnav.gif) no-repeat 0px 0;

}

li#hsm_2
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 141px;
	width : 140px;
	height : 16px;
	background : url(../images/horizontal_subnav.gif) no-repeat -141px 0px;
}



li#hsm_1.hgsubmenuNavOn , li#hsm_2.hgmenuNavOn  
{
	background-image : url(../images/horizontal_subnav_f3.gif;
}
li#hsm_1.hgsubmenuNavOn a:hover , li#hm_2.hgmenuNavOn a:hover 
{
	background-image : url(../images/horizontal_subnav_f3.gif);
}
