/*navigation start*/

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

#nav a {



	color:#666666;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
/*	padding-top: 10px;*/
	z-index:100;
padding: 0px;
margin: 0px;
 /*margin: 45px 40px 44px 45px;*/
 text-decoration:none;
}
#nav li a{
/* line-height: 17px;*/
 padding: 0px;
margin: 0px;
 z-index:100;
/* padding: 0.3em 0px;*/
 }
 


#nav li li a {
	display: block;
	font-weight: normal;
/*line-height: 20px;*/
	height:27px;
	z-index:100;
	border: 1px solid #fbf0e1;
	border-width: 1px;
	padding: 0px;
margin: 0px;
	/*color: #060;*/
	/*padding: 0.4em 0px;*/
	
}

#nav li li a:hover {
	/*padding: 0.2em 5px;*/
	border: 1px solid #003300;
	border-width: 1px;
	height:20px;
	
/*	line-height: 20px;*/
	background-color:#fbf0e1;
	 /* for IE */
  filter:alpha(opacity=99);
  /* CSS3 standard */
  opacity:0.99;
/*	background-image: url(../images/NavBackOver.jpg);*/
/*	background-repeat: repeat-x;*/
	z-index:100;
	padding: 0.3em 0px;
}

#nav li {
	float: left;
	position: relative;
	width: 111px;
	text-align: center;
	cursor: default;
	/*line-height: 15px;*/
/*	height:25px;*/
/*	border: 1px solid #7d6340;
	border-width: 1px 0;*/

	/*background-image: url(../images/NavBack.jpg);
	background-repeat: repeat-x;*/
/*	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;*/
	z-index:100;
	padding: 0px;
margin: 0px;
}

li#first {
/*	border-left-width: 1em;*/
	height:90px;
	z-index:100;
}

#nav li#last {
	/*border-right-width: 0em;*/

}

#nav li ul {
	display: none;
	position: absolute;
	/*	top: 100%;*/
	left: 0px;
	background-color:#cace67;
		
	/* for IE */
  	filter:alpha(opacity=93);
  	/* CSS3 standard */
  	opacity:0.93;
  
	font-weight: normal;
	z-index:100;
	padding: 0px;
margin: 0px;
	/*padding: 0.3em 0px;*/
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
	/*padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;*/
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	
}

#nav li:hover ul, li.over ul {
	display: block;
}

#nav hr {
	display: none;
}
/*Navigation end*/
