/*
// $Id: navigation.spring.css,v 1.2 2008/03/24 16:43:10 stephend Exp $
// $Revision: 1.2 $
// $Author: stephend $
//
// $Log: navigation.spring.css,v $
// Revision 1.2  2008/03/24 16:43:10  stephend
// Updated file extensions for images in the top nav
//
// Revision 1.1  2007/09/04 15:27:58  stephend
// Added winter assets
//
// Revision 1.1  2007/08/20 15:14:42  stephend
// Added class to remove dotted-line from linked images
// Replaced RFP with Group Inquiry throughout
//
// Revision 1.3  2007/08/09 15:00:03  stephend
// Added top nav
//
// Revision 1.2  2007/07/30 17:32:15  stephend
// Initial checkin
//
// Revision 1.1  2007/06/27 16:34:57  scottl
// Initial checkin.
//
//
*/

.itemPhotoGalleryTopOff {
width: 104px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/photogallery.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemPhotoGalleryTopOn {
width: 104px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/photogallery.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemWeatherTopOff {
width: 106px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/weather.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemWeatherTopOn {
width: 106px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/weather.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemEmailTopOff {
width: 95px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/emailsignup.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemEmailTopOn {
width: 95px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/emailsignup.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemQLTopOff {
width: 82px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/quicklinks.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemQLTopOn {
width: 82px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/quicklinks.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemSearchTopOff {
width: 56px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/search.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemSearchTopOn {
width: 56px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/search.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemTicketsTopOff {
width: 109px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/purchasetickets.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemTicketsTopOn {
width: 109px;
height: 20px;
cursor: pointer;
background-image: url(../images/spring/purchasetickets.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

/* BEGIN MAIN NAV */

.itemAboutTopOff {
width: 207px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.about.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemAboutTopOn {
width: 207px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.about.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemEventsTopOff {
width: 76px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.events.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemEventsTopOn {
width: 76px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.events.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemEducationTopOff {
width: 109px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.education.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemEducationTopOn {
width: 109px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.education.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemVenuesTopOff {
width: 78px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.venues.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemVenuesTopOn {
width: 78px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.venues.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

.itemSupportTopOff {
width: 217px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.support.jpg);
background-repeat: no-repeat;
background-color: transparent;
}
.itemSupportTopOn {
width: 217px;
height: 23px;
cursor: pointer;
background-image: url(../images/spring/nav.support.on.jpg);
background-repeat: no-repeat;
background-color: transparent;
}

/*END TOP LEVEL ITEMS*/


.itemSubOff {
width: 100%;
background-color: #262626;
cursor: pointer;
padding: 1px 5px 2px 5px;
border-bottom: 1px #000000 solid;
}

.itemSubOn {
width: 100%;
background-color: #000000;
cursor: pointer;
padding: 1px 5px 2px 5px;
border-bottom: 1px #000000 solid;
}

.itemSubTextOff {
font-family: Georgia, serif;
font-size: 12px;
font-weight: normal;
color: #ffffff;
text-align: left;
text-transform: uppercase;
}

.itemSubTextOn {
font-family: Georgia, serif;
font-size: 12px;
font-weight: normal;
color: #c6eb49;
text-align: left;
text-transform: uppercase;
}

/*global setting*/
.submenu {
width: 141px;
}
