@charset "utf-8";
/* CSS Document */

#menu {
	background: #ffffff;
	height: 50px;
	font-family: 'Lucida Grande', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	
}
a.insurance {
	float:left;
	display:inline;
    width: 100px;
    height: 50px;
    background: url(/images/nav/insurance.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.teleHealth {
	float:left;
    display: block;
    width:152px;
    height: 50px;
    background: url(/images/nav/teleHealth.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.lifestyle {
	float:left;
    display: block;
    width: 121px;
    height: 50px;
    background: url(/images/nav/lifestyle.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.howTo {
	float:left;
    display: block;
    width: 105px;
    height: 50px;
    background: url(/images/nav/howTo.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.about {
	float:left;
    display: block;
    width: 123px;
    height: 50px;
    background: url(/images/nav/about.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.media{
	float:left;
    display: block;
    width: 100px;
    height: 50px;
    background: url(/images/nav/media.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.state {
    display: block;
    width: 191px;
    height: 55px;
    background: url(/images/nav/state.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.tele {
    display: block;
    width: 191px;
    height: 65px;
    background: url(/images/nav/tele.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.testi {
    display: block;
    width: 191px;
    height: 93px;
    background: url(/images/nav/testimonial.jpg) 0 0 no-repeat;
    text-decoration: none;
}
a.state:hover 
{
	background-position:-191px 0px;
}
a.tele:hover 
{
	background-position:-191px 0px;
}
a.testi:hover 
{
	background-position:-191px 0px;
}