@charset "utf-8";
/* CSS Document */


/* ##### navigation ##### */
.navigation {position:relative; width:190px; top: 20px; right: 45px; display:inline; float:right;}
.navItem1 a, .navItem2 a, .navItem3 a, .navItem4 a, .navItem5 a, .navItem6 a, .navItem7 a, .navItem8 a, .navItem9 a
{display: block; width: 190px; height: 22px; text-decoration:none; margin-bottom: 3px;} 

/* ##### rollover images for main links - width 380 (190) ##### */
/* 'about' */ 
.navItem1 a {background: transparent url(../images/nav/Nav_About.png) no-repeat;} 
/* 'archive' */ 
.navItem2 a {background: transparent url(../images/nav/Nav_Archive.png) no-repeat;} 
/* 'downloads' */ 
.navItem3 a {background: transparent url(../images/nav/Nav_Downloads.png) no-repeat;}
/* 'subscribe' */  
.navItem4 a {background: transparent url(../images/nav/Nav_Subscribe.png) no-repeat;}
/* 'journal of peel' */ 
.navItem5 a {background: transparent url(../images/nav/Nav_JournalOfPeel.png) no-repeat;}
/* 'scrapings of peel' */ 
.navItem6 a {background: transparent url(../images/nav/Nav_ScrapingsOfPeel.png) no-repeat;}
/* 'twisted boutique' */ 
.navItem7 a {background: transparent url(../images/nav/Nav_TwistedBoutique.png) no-repeat;}
/* 'contact' */ 
.navItem8 a {background: transparent url(../images/nav/Nav_Contact.png) no-repeat;} 
/* 'Limelight' */ 
.navItem9 a {background: transparent url(../images/nav/Nav_Limelight.png) no-repeat;} 

/* enable rollovers */
.navItem1 a:hover, .navItem2 a:hover, .navItem3 a:hover, .navItem4 a:hover, .navItem5 a:hover, .navItem6 a:hover, .navItem7 a:hover, .navItem8 a:hover, .navItem9 a:hover
{background-position: -190px 0; text-decoration:none;} 

