/* 
title: Nilgiri Expedition, Nepal
xhtml/css author: Ananda K. Maharjan
date: March 2008
document: master stylesheet
*/

/* 
Colour References:
brown: #6f6251;
light yellow; #d5c9a3;
light orange: #ffe4b8;
*/



/* menu */
#mainmenu {
	width: 950px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	clear: both;
	height: 125px;
		}
		
.logo {
	margin-top: 32px;
	float: left;
}
#Navbar {
	height: 125px;
	float: left;
	margin-left: 38px;
		}

#Navbar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#Navbar ul li {
	display: inline;
}

#Navbar ul li a {
	background-color: transparent;
	float: left;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-indent: -9999px;
	display: block;
}

#Navbar ul li#welcome a {
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 125px;
	width: 120px;
	
}

#Navbar ul li#welcome a:hover {
	background-position: left bottom;
}
#Navbar ul li#welcome_activ a {
	background-image: url(../images/welcome.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 125px;
	width: 120px;
	
}

#Navbar ul li#visa a {
	background-image: url(../images/visa.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 125px;
	width: 120px;
	
}

#Navbar ul li#visa a:hover {
	background-position: left bottom;
}
#Navbar ul li#visa_activ a {
	background-image: url(../images/visa.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 125px;
	width: 120px;
	
}


#Navbar ul li#visa_activ a:hover {
	background-position: left top;
}

#Navbar ul li#nepal a {
	width: 83px;
	height: 125px;
	background-image: url(../images/nepal.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}

#Navbar ul li#nepal a:hover {
	background-position: left bottom;
}
#Navbar ul li#nepal_activ a {
	width: 83px;
	height: 125px;
	background-image: url(../images/nepal.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	}

#Navbar ul li#nepal_activ a:hover {
	background-position: left top;
}
#Navbar ul li#india a {
	width: 83px;
	height: 125px;
	background-image: url(../images/india.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}

#Navbar ul li#india a:hover {
	background-position: left bottom;
}
#Navbar ul li#india_activ a {
	width: 83px;
	height: 125px;
	background-image: url(../images/india.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	}

#Navbar ul li#india_activ a:hover {
	background-position: left top;
}
#Navbar ul li#bhutan a {
	width: 83px;
	height: 125px;
	background-image: url(../images/bhutan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}

#Navbar ul li#bhutan a:hover {
	background-position: left bottom;
}
#Navbar ul li#bhutan_activ a {
	width: 83px;
	height: 125px;
	background-image: url(../images/bhutan.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	}

#Navbar ul li#bhutan_activ a:hover {
	background-position: left top;
}
#Navbar ul li#tibet a {
	width: 83px;
	height: 125px;
	background-image: url(../images/tibet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	}

#Navbar ul li#tibet a:hover {
	background-position: left bottom;
}
#Navbar ul li#tibet_activ a {
	width: 83px;
	height: 125px;
	background-image: url(../images/tibet.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	}

#Navbar ul li#tibet_activ a:hover {
	background-position: left top;
}

#dropmenudiv{
	position:absolute;
	width: 180px;
	border: 5px solid #312b24;
	border-top: none;
	z-index: 100;
	}

#dropmenudiv a{
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color:#8a7c68;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	height: 31px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 14px;
	line-height: 31px;
	font-size: 12px;
	background-color: #362f28;
	background-image: url(../images/dropdown.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	z-index: -5;
	}

#dropmenudiv a:hover{
	color:#E2D0A8;
	text-align: left;
	background-color: #2f2923;
	background-image: none;
	}

