#navPrimary {
	background: url(/images/bg-nav-primary.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	height: 31px;
	list-style: none;
	display: inline;
	overflow: hidden;
	position: absolute;
	top: 105px;
	width: 645; /* For Mozilla 1.7, Netscape, & Opera */
}
#navPrimary li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
#navPrimary a {
	float: left;
	padding: 31px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:111px; /* for IE5/Win only */
}
#navPrimary a:hover, #navPrimary a.selected {
	background-position: 0 -31px;
}
#nav-about a {
	background: url(/images/about_us.gif) top left no-repeat;
	margin: 0 0 0 2px;
	width: 179px;
}
#nav-gallery a {
	background: url(/images/media_gallery.gif) top left no-repeat;
	width: 104px;
}
#nav-books a {
	background: url(/images/books_n_publications.gif) top left no-repeat;
	width: 154px;
}


.mainMenu {
  position: relative;
  background: transparent;
  left: 200px;
  top: 0px;
}

.subMenu {
  text-align: left;
  display: none;
  background: #2B321E;
  
  border: 1px Solid #4E5837;
  border-bottom: none;
  
  position: absolute;
  left: 0px;
  top: 0px;
  
  width: 160px;
  cursor: default;
  padding: 0px;
  
  
  /*  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#59617A', Direction=135, Strength=2); */
  z-index: 5000;
}

.subMenu1 {
  text-align: left;
  display: none;
  background: #2B321E;
  
  border: 1px Solid #4E5837;
  border-bottom: none;
  
  position: absolute;
  left: 0px;
  top: 0px;
  
  width: 130px;
  cursor: default;
  padding: 0px;
  
  
  /*  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95); 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='#59617A', Direction=135, Strength=2); */
  z-index: 5000;
}

.menuItem_Off {
  border-bottom: 1px Solid #40472F;
  background: #383F28;
}

.menuItem_Off a {
  padding: 153px 0 3px 0;
  width: 100%;
  cursor: pointer;  
}

.menuItem_Off img {
  padding: 4px 0 4px 4px;
}

.menuItem_Off a:link,
.menuItem_Off a:active,
.menuItem_Off a:visited,
.menuItem_Off a:hover {
  font: 11px Verdana, Arial, sans-serif;
  text-decoration: none;
  color: #D4D6CF;
}

.menuItem_On {
  border-bottom: 1px Solid #535A42;
  background: #2B321E;
}

.menuItem_On a {
  padding: 2px 0 2px 0;
  width: 100%;
  cursor: pointer;
}

.menuItem_On img {
  padding: 4px 0 4px 4px;
}

.menuItem_On a:link,
.menuItem_On a:active,
.menuItem_On a:visited,
.menuItem_On a:hover {
  font: 11px Verdana, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
}

.subMenu div {
  padding: 0 5px 0 0;
}
.subMenu a {
  display: block;
  padding: 5px;
}

.ws_mydetails_text {
	FONT-SIZE: 12px; COLOR: #1F2316; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
				}
.heading {
	color: #ffffff; font-size: 14px; font-weight: bold;
	}

.headingred {
	color: #A93810; font-size: 12px; font-weight: bold; line-height: 20px; EXT-DECORATION: bold
	}

.lh { line-height: 20px; }