﻿/*------Nav----------*/
#Nav { margin-top:40px;}
#Nav li { display:inline; }
#Nav li a { float:left; display:block; height:86px; }
#Nav li a span { display:none; }
#Nav li a.about { background:url(images/about.gif) left top no-repeat; width:173px; margin-left:35px; }
#Nav li a.about:hover { background:url(images/about.gif) left bottom no-repeat; width:173px; margin-left:35px; }

#Nav li a.blog { background:url(images/blog.gif) left top no-repeat; width:158px; margin-left:35px; }
#Nav li a.blog:hover { background:url(images/blog.gif) left bottom no-repeat; width:158px; margin-left:35px; }

#Nav li a.deal { background:url(images/deal.gif) left top no-repeat; width:159px;  }
#Nav li a.deal:hover { background:url(images/deal.gif) left bottom no-repeat; width:159px;  }

#Nav li a.faq { background:url(images/faq.gif) left top no-repeat; width:170px; margin-left:35px; }
#Nav li a.faq:hover { background:url(images/faq.gif) left bottom no-repeat; width:170px; margin-left:35px; }

#Nav li a.share { background:url(images/share.gif) left top no-repeat; width:175px; margin-left:30px; }
#Nav li a.share:hover { background:url(images/share.gif) left bottom no-repeat; width:175px; margin-left:30px; }

