/* CSS Document */

#horizGraphicMenuContainer {
	position:absolute;
	width : 1000px;
	height : 35px;
	overflow : hidden;
	clear: both;
	bottom: 0px;
	left: 0px;
}
ul#horizGraphicMenu {
	margin : 0;
	padding : 0;
	list-style: none;
	bottom: 0;
}

ul#horizGraphicMenu a {
	display : block;
	height : 35px;
	text-decoration : none;
}

li#hm_1 a:hover
{
	background : url(../images/horizontal_nav_f2.jpg) no-repeat 0px 0px;
}

li#hm_2 a:hover
{
	background : url(../images/horizontal_nav_f2.jpg) no-repeat -350px 0px;
}

li#hm_3 a:hover
{
	background : url(../images/horizontal_nav_f2.jpg) no-repeat -510px 0px;
}

li#hm_4 a:hover
{
	background : url(../images/horizontal_nav_f2.jpg) no-repeat -680px 0px;
}
li#hm_5 a:hover
{
	background : url(../images/horizontal_nav_f2.jpg) no-repeat -840px 0px;
}


li#hm_1  {
	list-style: none;
	position : absolute;
	top: 0px;
	left : 0px;
	width : 350px;
	height : 35px;
	background : url(../images/horizontal_nav.jpg) no-repeat 0px 0px;

}

li#hm_2
{
	list-style: none;
	position : absolute;
	top :0px;
	left : 350px;
	width : 160px;
	height : 35px;
	background : url(../images/horizontal_nav.jpg) no-repeat -350px 0px;
}

li#hm_3
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 510px;
	width : 170px;
	height : 35px;
	background : url(../images/horizontal_nav.jpg) no-repeat -510px 0px;
}

li#hm_4
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 680px;
	width : 160px;
	height : 35px;
	background : url(../images/horizontal_nav.jpg) no-repeat -680px 0px;
}
li#hm_5
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 840px;
	width : 160px;
	height : 35px;
	background : url(../images/horizontal_nav.jpg) no-repeat -840px 0px;
}


