/*	
	Cube 2.14 Template
	File: navigation.css
	Paul Gregory Media, www.paulgregorymedia.com
*/




/* Header */
#hnav2 {
	height: 95px;
	position: relative;
	z-index:9;
}

	/* Call Cube 2.14 on.. 
			use to have...
			position: absolute;
*/
	#hnav2 p#rapid-info {
		color: #a2a2a2;
		font-style: italic;
		font-size: 1.3em;
		line-height: 1.2em;
		right: 0px;
		top: 16px;
	  position: relative;
		margin-top:-92px;
		text-align: right;
	}
	
	#logo { 
		background:url('/images/logo.jpg') no-repeat;
		border: none;
		height: 100px;
		left: 0px;
		margin: 0;
		padding: 0;
		position: absolute;
		text-indent: -999em;
		top: 12px;
	}
	
	/* Navigation */
	ul#navigation {
		bottom: 0px;
		list-style: none;
		position: absolute;
		right: 10px;
		float:right;
	}
		ul#navigation li {
			background: url(/images/tab.gif) 0% 0px;
			display: inline;
			float: left;
			font-size: 1.3em;
			margin: 0 0 0 7px;
			width: 113px;
			position: relative;
		}
		ul#navigation li a {
			color: #8b8b8b;
			display: block;
			line-height: 37px;
			overflow: hidden;
			text-align: center;
			text-decoration: none;
		}
		#navigation li a:hover {
			background-position: 0 -37px;
		}
		#navigation li:hover {
			background-position: 0 -37px;
		}
			/* Current list item */
			#navigation li.current-item {
				background-position: 0 -74px;
			}
			/* Current list item */
			#navigation li.current-item a {
				background-position: 0 -74px;
				color:white;
			}
		
		/* Dropdown */
		#navigation ul.ddown {
			position: absolute;
			top: 37px;
			left: -48px;
			z-index:9;
			display: none;
			
		}
			#navigation ul.ddown li {
				background: #333;
				border: 1px solid #474747;
				border-top: none;
				font-size: 0.8em;
				text-transform: uppercase;
				width: 190px;
				z-index:9;
				
			}
			#navigation ul.ddown li:hover {
				background: #3b3b3b;
				z-index:9;
			}
				#navigation ul.ddown li a {
					line-height: 37px;
					color: #969696;
					z-index:9;
				}


