﻿/* Main Nav from http://www.alistapart.com/articles/sprites demo#3 */
#blobs {
 width: 815px;
 height: 56px;
 background: url("img/main-nav3.gif");
 margin: 0 auto; padding: 0;
 position: relative;
}
#blobs li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;
	right: 759px;
}

#blobs a {display: block; text-indent: -99999px; outline: none;}

/* Row 1 Nav Hotspots */
#blob1 {left: 0px; top: 0px; width: 56px; height: 26px;}
#blob2 {left: 74px; top: 0px; width: 105px; height: 26px;}
#blob3 {left: 196px; top: 0px; width: 82px; height: 26px;}
#blob4 {left: 294px; top: 0px; width: 62px; height: 26px;}
#blob5 {left: 372px; top: 0px; width: 164px; height: 26px;}
#blob6 {left: 550px; top: 0px; width: 135px; height: 26px;}
#blob7 {left: 700px; top: 0px; width: 115px; height: 26px;}
/* Row 2 Nav Hotspots */
#blob8 {left: 0px; top: 30px; width: 105px; height: 26px;}
#blob9 {left: 120px; top: 30px; width: 58px; height: 26px;}
#blob10 {left: 192px; top: 30px; width: 180px; height: 26px;}
#blob11 {left: 390px; top: 30px; width: 102px; height: 26px;}
#blob12 {left: 505px; top: 30px; width: 124px; height: 26px;}
#blob13 {left: 644px; top: 30px; width: 54px; height: 26px;}
#blob14 {left: 714px; top: 30px; width: 98px; height: 26px;}

#blob1 a {height: 26px;}
#blob2 a {height: 26px;}
#blob3 a {height: 26px;}
#blob4 a {height: 26px;}
#blob5 a {height: 26px;}
#blob6 a {height: 26px;}
#blob7 a {height: 26px;}
#blob8 a {height: 26px;}
#blob9 a {height: 26px;}
#blob10 a {height: 26px;}
#blob11 a {height: 26px;}
#blob12 a {height: 26px;}
#blob13 a {height: 26px;}
#blob14 a {height: 26px;}

/* Row 1 Nav on Hover */
#blob1 a:hover {background: url("img/main-nav3.gif") 0px -60px no-repeat;}
#blob2 a:hover {background: url("img/main-nav3.gif") -74px -60px no-repeat;}
#blob3 a:hover {background: url("img/main-nav3.gif") -196px -60px no-repeat;}
#blob4 a:hover {background: url("img/main-nav3.gif") -294px -60px no-repeat;}
#blob5 a:hover {background: url("img/main-nav3.gif") -372px -60px no-repeat;}
#blob6 a:hover {background: url("img/main-nav3.gif") -550px -60px no-repeat;}
#blob7 a:hover {background: url("img/main-nav3.gif") -700px -60px no-repeat;}
/* Row 2 Nav on Hover */
#blob8 a:hover {background: url("img/main-nav3.gif") 0px -90px no-repeat;}
#blob9 a:hover {background: url("img/main-nav3.gif") -120px -90px no-repeat;}
#blob10 a:hover {background: url("img/main-nav3.gif") -192px -90px no-repeat;}
#blob11 a:hover {background: url("img/main-nav3.gif") -390px -90px no-repeat;}
#blob12 a:hover {background: url("img/main-nav3.gif") -505px -90px no-repeat;}
#blob13 a:hover {background: url("img/main-nav3.gif") -644px -90px no-repeat;}
#blob14 a:hover {background: url("img/main-nav3.gif") -714px -90px no-repeat;}
