/**********************/
/*  Main Nav Setings  */
/**********************/
div#nav
{
     height: 29px;
     width: 1014px;
	 background-color: #29312e;
}

div#nav div
{
     background-position: 0 -29px;
     background-repeat: no-repeat;
     float: left;
     height: 29px;
     margin-right: 10px;
     overflow: hidden;
}

div#navhome {
	margin-left: 10px;
}

div#navcontact {
	margin-right: 0;
}

div#nav img
{
     border: 0;
     margin: 0;
}

div#nav a
{
     background-position: 0 0;
     background-repeat: no-repeat;
     display: block;
     height: 29px;
     margin: 0;
     overflow: hidden;
}

div#nav a:hover
{
     background: none;
}

/************************/
/*  Footer Nav Setings  */
/************************/
div#footernav
{
     height: 18px;
     width: 1014px;
	 padding: 9px 0px;
	 background-color:#222e3c;
}

div#footernav div
{
     background-position: 0 -18px;
     background-repeat: no-repeat;
     float: left;
     height: 18px;
     margin: 5px;
     overflow: hidden;
}

div#navhome {
	margin-left: 5px;
}

div#navcontact {
	margin-right: 0;
}

div#footernav img
{
     border: 0;
     margin: 0;
}

div#footernav a
{
     background-position: 0 0;
     background-repeat: no-repeat;
     display: block;
     height: 18px;
     margin: 0;
     overflow: hidden;
}

div#footernav a:hover
{
     background: none;
}

/*******************/
/*  Main Nav Divs  */
/*******************/

/* home link */
div#navhome,
div#navhome a
{
     background: url(../cmsimages/nav_home.gif);
     width: 66px;
}

/* meet tracie link */
div#navmeet,
div#navmeet a
{
     background: url(../cmsimages/nav_meet_tracie.gif);
     width: 123px;
}

/* books link */
div#navbooks,
div#navbooks a
{
     background: url(../cmsimages/nav_books.gif);
     width: 72px;
}

/* events link */
div#navevents,
div#navevents a
{
     background: url(../cmsimages/nav_events.gif);
     width: 80px;
}

/* media link */
div#navmedia,
div#navmedia a
{
     background: url(../cmsimages/nav_media.gif);
     width: 72px;
}

/* journal link */
div#navjournal,
div#navjournal a
{
     background: url(../cmsimages/nav_journal.gif);
     width: 90px;
}

/* guestbook link */
div#navguestbook,
div#navguestbook a
{
     background: url(../cmsimages/nav_guestbook.gif);
     width: 115px;
	 display: none;
}

/* tips link */
div#navtips,
div#navtips a
{
     background: url(../cmsimages/nav_writing_tips.gif);
     width: 127px;
}

/* contests link */
div#navcontests,
div#navcontests a
{
     background: url(../cmsimages/nav_contests.gif);
     width: 98px;
}

/* photos link */
div#navphotos,
div#navphotos a
{
     background: url(../cmsimages/nav_photos.gif);
     width: 81px;
}

/* contact link */
div#navcontact,
div#navcontact a
{
     background: url(../cmsimages/nav_contact.gif);
     width: 90px;
}

/*********************/
/*  Footer Nav Divs  */
/*********************/
/* home link */
div#footernavhome,
div#footernavhome a
{
     background: url(../cmsimages/footernav_home.gif);
     width: 66px;
}

/* meet tracie link */
div#footernavmeet,
div#footernavmeet a
{
     background: url(../cmsimages/footernav_meet_tracie.gif);
     width: 123px;
}

/* books link */
div#footernavbooks,
div#footernavbooks a
{
     background: url(../cmsimages/footernav_books.gif);
     width: 72px;
}

/* events link */
div#footernavevents,
div#footernavevents a
{
     background: url(../cmsimages/footernav_events.gif);
     width: 80px;
}

/* media link */
div#footernavmedia,
div#footernavmedia a
{
     background: url(../cmsimages/footernav_media.gif);
     width: 72px;
}

/* journal link */
div#footernavjournal,
div#footernavjournal a
{
     background: url(../cmsimages/footernav_journal.gif);
     width: 90px;
}

/* guestbook link */
div#footernavguestbook,
div#footernavguestbook a
{
     background: url(../cmsimages/footernav_guestbook.gif);
     width: 115px;
     display: none;
}

/* tips link */
div#footernavtips,
div#footernavtips a
{
     background: url(../cmsimages/footernav_writing_tips.gif);
     width: 127px;
}

/* contests link */
div#footernavcontests,
div#footernavcontests a
{
     background: url(../cmsimages/footernav_contests.gif);
     width: 98px;
}

/* photos link */
div#footernavphotos,
div#footernavphotos a
{
     background: url(../cmsimages/footernav_photos.gif);
     width: 81px;
}

/* contact link */
div#footernavcontact,
div#footernavcontact a
{
     background: url(../cmsimages/footernav_contact.gif);
     width: 90px;
}


/*****************/
/* Sub Menu Divs */
/*****************/
div.menuPane
{
     background-color: #29312e;
     position: fixed;
     z-index: 9000;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     filter: alpha(opacity=100);
}

div.menuPane a
{
     background-image: none;
     color: #e5ab87;
     display: block; 
     font-family: Times New Roman;
     font-size: 15px;
     height: 15px;
     padding-bottom: 5px;
     padding-left: 20px;
     text-decoration: none; 
}

div.menuPane a:hover
{
     background-image: url(../cmsimages/subnav_bullet.gif);
     background-repeat: no-repeat;
     font-weight: bold;
}