/**
 * nav.css
 * Navigation CSS file
 * @author Luke Sneeringer, Live Oak Interactive
 * @author Copyright 2007, Live Oak Interactive
 */

/* base definitions */
#navigation {
    position: absolute;
    top: 75px;
	left: 0px;
	z-index: 100;
}

.menu_text {
    margin-left: -5000px;
}


/* top navigation */
.topnav {
	display: block;
	float: left;
	margin-right: 8px;
}

.active a {
	background-position: 0px -20px;
}

/* business listings */
#nav_business_listings a {
    width: 92px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
}

#nav_business_listings a:hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -20px;
}


/* what's on */
#nav_whats_on {
	position: relative;
}

#nav_whats_on a#wo_link {
    width: 84px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
}

#nav_whats_on a#wo_link:hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -20px;
}


/* what's on dropdown */
#nav_whats_on_dropdown {
	display: none;
	left: 1px;
	position: absolute;
	top: 19px;
	z-index: 50;
}

#nav_whats_on_dropdown a {
	background-color: #D0D0D0;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	display: block;
	font-family: Arial,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 81px;
}

#nav_whats_on_dropdown a:hover {
	background-color: white;
}


/* on call */
#nav_on_call a {
    width: 84px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
}

#nav_on_call a:hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -20px;
}


/* try your luck */
#nav_try_your_luck a {
    width: 84px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
}

#nav_try_your_luck a:hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -20px;
}


/* on topic */
#nav_on_topic a {
    width: 86px;
    height: 20px;
    display: block;
    background-color: transparent;
    background-repeat: no-repeat;
}

#nav_on_topic a:hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -20px;
}


/* on the list */
#nav_on_the_list a {
    width: 84px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 8px;
    background-color: transparent;
    background-repeat: no-repeat;
}

#nav_on_the_list a:hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px -20px;
}
