#navHolder {
	width: 1000px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/structure/navtop.jpg);
	background-repeat: no-repeat;
	background-position: center 12px;
	padding-top: 19px;
	z-index: 1;	
}
#navInner {
	width: 960px;
	padding-left: 40px;
	background-image: url(../images/structure/navBg.jpg);
	background-repeat: repeat-y;
	
}
.ddsmoothmenu{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	position: relative;
	left: 0px;
	top: 0px;
}

.ddsmoothmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(border.jpg);
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block; /*background of menu items (default state)*/
	color: white;
	color: #2d2b2b;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 14px;
	padding-bottom: 12px;
	font-size: 1.3em;
	font-weight: bold;
}
a.norm:link, {
	color: #E2E9E2;
	height: 21px;
	}
a.norm:link, a.norm:visited {
	color: #E2E9E2;
	height: 21px;
}
a.norm:hover {
	color: #FFFFFF;
	height: 21px;
}


.ddsmoothmenu ul li a:hover{

}
a.currentHome:link, a.currentHome:visited{
	color: #000000;
	background-image: url(currentHome.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}
a.currentHome:hover {
	color: #B5071F;
	background-image: url(currentHome.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}
a.currentConservation:link, a.currentConservation:visited{
	color: #000000;
	background-image: url(conservation.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}
a.currentConservation:hover {
	color: #B5071F;
	background-image: url(conservation.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}
a.currentActivities:link, a.currentActivities:visited{
	color: #000000;
	background-image: url(activities.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	
}
a.currentActivities:hover {
	color: #B5071F;
	background-image: url(activities.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
}
a.currentAccom:link, a.currentAccom:visited  {
	color: #000000;
	background-image: url(accommodation.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}
 a.currentAccom:visited,  {
	color: #000000;
	background-image: url(accommodation.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
	}
	
a.currentAccom:hover {
	color: #B5071F;
	background-image: url(accommodation.png!important);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
}
a.currentFind:link, a.currentFind:visited {
	color: #000000;
	background-image: url(get-there.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}
a.currentFind:visited, {
	color: #000000;
	background-image: url(get-there.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
}
a.currentFind:hover {
	color: #B5071F;
	background-image: url(get-there.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
}
a.currentAbout:link, a.currentAbout:visited {
	color: #000000;
	background-image: url(about.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}

a.currentAbout:hover {
	color: #B5071F;
	background-image: url(about.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
}
a.currentBook:link, a.currentBook:visited{
	color: #000000;
	background-image: url(contact.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
}

a.currentBook:visited, {
	color: #000000;
	background-image: url(contact.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
}
a.currentBook:hover {
	color: #B5071F;
	background-image: url(contact.png)!important;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 23px;
	cursor: default;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background-color: #d9ede1;
	padding: 0px;
	background-image: none;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
	background-image: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	padding: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	width: 160px; /*width of sub menus*/
	padding: 0px;
	margin: 0;
	border-top-width: 0;
	background-image: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.ddsmoothmenu ul li ul li a:hover {
	background-color: #f8fbea;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

