.container {
width:100%;
height:50px;
top:0;
left:0;
padding-top: 10px;
min-width: 600px;
}
	

.nav {
position: relative;
width: 200px;
height: 37px;
background-repeat: no-repeat;
background-image:url('../images/spritelink2.gif');
display:inline-block;
}


.bullet {display:inline-block; margin-left: 10px; margin-right: 10px; width: 200px;}
.text {font-family: calibri; font-size: 19px; color: black; width:170px; text-align:center; padding-top:5px;}

.bullet:hover {background-position:0px -37px;}
.text:hover {font-family: calibri; font-size: 19px; font-weight: bold;color: black;}


background-image:url('../images/spritelink2.gif');