/* adapted from: http://www.alistapart.com/articles/slidingdoors2/*/


/*** MAIN NAVIGATION ***/


#navigationContainer {
	position:relative;
	top: 144px;
	width: 100%;	
}

.glass {
	position: absolute;
	margin: 0;
	padding:0;
	height: 34px;
	width: 23px;	
	right: 85px;
	bottom: 23px;
}

#navMain {
	margin: 0;
	width: 741px;
	height: 39px;
	position:relative;	
	float: right;
	list-style-type:  none;
	font-size: 0.9em;
	font-weight: bold;
	
	
	background: transparent url(../images/navigation/nav-container-background.gif) no-repeat right top;
}

#navMain ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	margin-right: 11px;
}
#navMain li {
	float: right;
	margin: 0 0 0 1px;
	padding: 0;
	height: 39px;	
	background: transparent url(../images/navigation/nav-background.gif) repeat-x top;		
}



#navMain a {
	color:#5f5f60;
	display:block;
	float:left;
	padding: 3px 13px 0 13px;
	text-decoration:none;
	height: 39px;		
}
#navMain a.home {	
	display:block;
	float:left;
	padding: 3px 15px 0 10px;
	text-decoration:none;
	background: transparent url(../images/navigation/nav-background.gif) repeat-x top;
	height: 36px;
	
	
}


#navMain li.leftCurve {
	background:transparent url(../images/navigation/left-curve-nav-background.gif) no-repeat left top;
	float: right;
	margin:0;
	padding:0 0px 0 10px;
	height: 39px;	
}
#navMain a.rightCurve {
	background:transparent url(../images/navigation/right-curve-nav-background.gif) no-repeat right top;
	display:block;
	float:left;
	padding: 3px 10px 0 10px;
	text-decoration:none;
	height: 36px;	
}







#navMain a:hover, #navMain a.sfhover {
color:#5f5f60;
}
#navMain li:hover, #navMain li.sfhover, #navMain li:hover a, #navMain li.sfhover a {
background-position:0 -39px;
color:#5f5f60;
}
#navMain li:hover a, #navMain li.sfhover a {
background-position:100% -39px;
}

#navMain #current {
background-position:0 -39px;
}
#navMain #current a {
background-position:100% -39px;
color:#5f5f60;
}




/*************
LEFT NAV
**************/


#leftNav {
	position: relative;
	min-height: 100%;	
	}

#leftNav ul {
	position: relative;
	list-style-type: none;
	padding: 0 10px 5px 2px;
}
#leftNav li {
	position: relative;
	margin:0;
	width: 157px;
	padding: 2px 5px 0px 18px;	
	
	border-bottom: 1px solid #DBDBDB;
	}



#leftNav a {
	text-decoration: none;
	color: #434343;		
}





#leftNav a:hover, #leftNav a.sfhover {
color:#5f5f60;
}
#leftNav li:hover, #leftNav li.sfhover, #leftNav li:hover a, #leftNav li.sfhover a {

	text-decoration: none;
	background-color: #cee9f8;
}
#leftNav li#current  {

	text-decoration: none;
	background-color: #cee9f8;
}





























