/* adapted from: http://www.alistapart.com/articles/slidingdoors2/*/

#navMain {
	margin: 44px 0 0 0;
	width: 100%;
	height: 23px;	
	position: relative;
	float: right;
	list-style-type:  none;
	font-size: 0.85em;
}

#navMain ul {
	position: relative;
	list-style-type:none;
	margin:0;
	padding:0;
}
#navMain li {
	position: relative;
	background:transparent url(../images/left-nav-both.gif) no-repeat left top;
	float: right;
	margin:0;
	padding:0 1px 0 11px;
	height: 23px;	
}
#navMain a {
	background:transparent url(../images/right-nav-both.gif) no-repeat right top;
	color:#ffffff;
	display:block;
	float:left;
	padding: 3px 13px 0 2px;
	text-decoration:none;
	height: 20px;	
}

#navMain li.leftCurve {
	background:transparent url(../images/left-nav-tab-curve.gif) no-repeat left top;
	float: right;
	margin:0;
	padding:0 2px 0 17px;
	height: 23px;	
}
#navMain a.rightCurve {
	background:transparent url(../images/right-navMain-tab-curve.gif) no-repeat right top;
	color:#ffffff;
	display:block;
	float:left;
	padding: 3px 15px 0 2px;
	text-decoration:none;
	height: 20px;	
}

#navMain a:hover, #navMain a.sfhover {
color:#ffffff;
}
#navMain li:hover, #navMain li.sfhover, #navMain li:hover a, #navMain li.sfhover a {
background-position:0 -150px;
color:#ffffff;
}
#navMain li:hover a, #navMain li.sfhover a {
background-position:100% -150px;
}

#navMain #current {
background-position:0 -150px;
border-width:0;
}
#navMain #current a {
background-position:100% -150px;
color:#ffffff;
}


/*** SECOND LEVEL LIST MAIN NAV  ***/


#navMain li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; 
	text-align: left;	
	padding: 0;
	margin: 0;	
	top: 23px;
	height: 100%;
	
	
	
	
	
	
}


#navMain li li {
	position: relative;
	background-image: none;
	height: 100%;
	border: none;
		
}

#navMain li li a {
	position: relative;
	border: 1px solid #000000;
	background-color: #757575;
	padding: 5px 5px 2px 20px;
	width: 180px;
	
	
	background-image: none;
}

#navMain li li:hover a {
	position: relative;
	border: 1px solid #161616;
	padding: 5px 5px 2px 20px;
	width: 180px;
		
	background-color: #000000;
	background-image: none;
}


#navMain li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#navMain li:hover ul ul, #navMain li.sfhover ul ul {
	left: -999em;
}


#navMain li:hover ul, #navMain li li:hover ul, #navMain li.sfhover ul, #navMain li li.sfhover ul { /* lists nested under hovered list items */
	left: 95px;
}






/*************      LEFT NAV      **************/


#leftNav {
	margin: 10px 0;
	width: 130px;
	height: 100%;	
	position: relative;
	float: left;
	list-style-type:  none;
	font-size: 0.85em;
	color: #ffffff;
}

#leftNav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#leftNav li {
	background:transparent url(../images/left-nav-both.gif) no-repeat left top;
	float: none;
	margin: 0 0 3px 0;
	padding:0 2px 0 11px;
	height: 23px;	
}
#leftNav a {
	background:transparent url(../images/right-nav-tab-curve.gif) no-repeat right top;
	color:#ffffff;
	display:block;
	float: none;
	padding: 3px 15px 0 2px;
	text-decoration:none;
	height: 20px;	
}
#leftNav a:hover, #leftNav a.sfhover {
color:#ffffff;
}
#leftNav li:hover, #leftNav li.sfhover, #leftNav li:hover a, #leftNav li.sfhover a {
background-position:0 -150px;
color:#ffffff;
}
#leftNav li:hover a, #leftNav li.sfhover a {
background-position:100% -150px;
}

#leftNav #leftCurrent {
background-position:0 -150px;
border-width:0;
}
#leftNav #leftCurrent a {
background-position:100% -150px;
color:#ffffff;
}














