/* Site Developed by Jason Stockman. Visit www.JasonStockman for more details! */



/* #################### MENU #################### */



#nav {

width:682px;

margin:auto;

text-align:center;

}



#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9, #m10 {

height:30px;

display:block;

float:left;

}



#m1 {

width:50px;

background: url(images/menu/home.jpg);

}



#m2 {

width:71px;

background: url(images/menu/aboutus.jpg);

}



#m3 {

width:76px;

background: url(images/menu/problems.jpg);

}



#m4 {

width:78px;

background: url(images/menu/solutions.jpg);

}



#m5 {

width:66px;

background: url(images/menu/benefits.jpg);

}



#m6 {

width:58px;

background: url(images/menu/whyus.jpg);

}



#m7 {

width:59px;

background: url(images/menu/clients.jpg);

}



#m8 {

width:47px;

background: url(images/menu/links.jpg);

}



#m9 {

width:88px;

background: url(images/menu/linkwithus.jpg);

}



#m10 {

width:87px;

background:url(images/menu/contactus.jpg);

}



/* #################### Menu Rollovers #################### */



#m1:hover {

background: url(images/menu/home2.jpg);

}



#m2:hover {

background: url(images/menu/aboutus2.jpg);

}



#m3:hover {

background: url(images/menu/problems2.jpg);

}



#m4:hover {

background: url(images/menu/solutions2.jpg);

}



#m5:hover {

background: url(images/menu/benefits2.jpg);

}



#m6:hover {

background: url(images/menu/whyus2.jpg);

}



#m7:hover {

background: url(images/menu/clients2.jpg);

}



#m8:hover {

background: url(images/menu/links2.jpg);

}



#m9:hover {

background: url(images/menu/linkwithus2.jpg);

}



#m10:hover {

background:url(images/menu/contactus2.jpg);

}


