/* CSS Document */

#horizGraphicMenuContainer {
	position:absolute;
	width : 1000px;
	height : 50px;
	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 : 105px;
	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 -218px 0px;
}

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

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

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

}

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

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

li#hm_4
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 649px;
	width : 182px;
	height : 50px;
	background : url(../images/horizontal_nav.jpg) no-repeat -649px 0px;
}
li#hm_5
{
	list-style: none;
	position : absolute;
	top : 0px;
	left : 831px;
	width : 196px;
	height : 50px;
	background : url(../images/horizontal_nav.jpg) no-repeat -831px 0px;
}


