/* ### PRIMARY NAV ### */
#nav {
	width: 151px;
	height: 347px;
	position: absolute;
	top: 106px;
	left:  18px;
	z-index: 100;
}

				#nav li {
					margin-bottom: 2px;
					padding-bottom: 5px;
					float: left;
					width: 151px;
					background: #504a90 url(../images/core/nav_bg.png) bottom left no-repeat;
				}
				
				#nav li a {
					display: block;
					background: url(../images/core/nav_bg.png) top left no-repeat;
					cursor: pointer;
					text-transform: uppercase;
					font-size: 12px;
					line-height: 12px;
					color: white;
					font-family: "Serifa", Georgia, serif;
					padding:5px 5px 0 5px;
				}
				
				#nav li.current {
					background-color: #f2b700;
					padding-bottom: 18px;
				}

#nav li a:hover {
	text-decoration: none;
}

/* ### PRIMARY NAV ### */

/* ### TABS ### */
#tabs {
	height: 45px;
	margin-bottom: 15px;
}

#tabs li {
	float: left;	
	margin: 0px 2px 2px 0px;
	background: #b2b2b2;	
	background: url(../images/core/tab_bg.png) top right no-repeat;
	padding-right: 5px;
}

#tabs li a {
	display: block;
	float: left;
	background: #b2b2b2;	
	background: url(../images/core/tab_bg.png) top left no-repeat;
	padding: 4px 0px 4px 5px;
	color: white;	
	text-transform: uppercase;
	font-family: "Serifa", Georgia, serif;
}

#tabs li:hover,  #tabs li.current{
	background: #454545;
	background: url(../images/core/tab_bg_on.png) top right no-repeat;
}

#tabs li a:hover, #tabs li.current a {
	background: #454545;
	background: url(../images/core/tab_bg_on.png) top left no-repeat;
	text-decoration: none;
}

#tabContainer {
	position:relative;
}

#tabContainer .tab{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
		
}

#tabContainer .tab.first{
	z-index: 1;
}

/* ### END TABS ### */