﻿/*----------------- HOME --------------------*/

.menu{
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	z-index: 10;
}

.subnav {
	margin-left:551px;
position:absolute;
top:519px;
width:348px;
z-index:20;}

.menu1{
	background-position:0 -215px;
	background-image:url(/shared/images/nav.gif);
	height: 32px;

}

.menu1:hover{
	background-position:0 -281px;
}



.menu2{	background-position:0 -244px;
	background-image:url(/shared/images/nav.gif);
	height: 27px; 

}



.menu2:hover{
	background-position:0 -310px;
}

.homebox {
	height:370px;
	left:5px;
	position:relative;
	top:-437px;
	width:322px;
}
