body {margin: 10px;

padding: 0;

font-family : Arial;

color : #d8d0c7;}



a {

position : static;

color : #af985f;

font-size: 10pt;

text-decoration: none;

}
a:active {
	color: #fff;
}
.main_paragraph {
	line-height: 18px;
	margin-right: 15px;
}



dt, dl, dd, ul, li {

list-style-type: none;

margin: 0 5px 0 0;

padding: 0;


}



#menub {

position : static;

color : #d8d0c7;;

font-size: 8pt;

text-transform : uppercase;

}



#menub a {

position : static;

color : #d8d0c7;;

font-size: 8pt;

text-transform : uppercase;

}





/* Old Menu Start */

#menu {
	padding-left: 14px;
position : static;

color : #C3B288;;

font-size: 8pt;

text-transform : uppercase;

}



#menu dl {

float: left;

}

#menu li {

display: inline;
float: left;
}



#menu a {

text-decoration: none;


font-family : Arial;

position : static;

color : #C3B288;

font-size: 9pt;

text-transform : uppercase;

}



#menu a:hover {

font-family : Arial;

position : static;

color : #642200;

font-size: 9pt;

text-transform : uppercase;

}

a:active {
	color: #fff;
}


/* Old Menu End */



#smenu4 {
padding-top: 2px;
position: static;
padding-left:25px;


font-size: 9pt;

border-top: none;

color: black;

text-transform : uppercase;

}



#smenu4 a {

position: static;

left: 0;

font-size: 9pt;

border-top: none;

color: black;

text-transform : uppercase;

}



#smenu4 a:hover {

position: static;

left: 0;

font-size: 9pt;

border-top: none;

color: #642200;

text-transform : uppercase;

}

 

#smenu2 {
padding-top: 2px;
position: static;
padding-left:25px;


font-size: 9pt;

border-top: none;

color: black;

text-transform : uppercase;


}



#smenu2 a {

position: static;

left: 0;

font-size: 10pt;

border-top: none;

color: black;

text-transform : uppercase;

}



#smenu2 a:hover {

position: static;

left: 0;

font-size: 10pt;

border-top: none;

color: #642200;

text-transform : uppercase;

}

#smenu2, #smenu4 {
  display: none;
}

h1{
	font-family:  arial, serif;
	color: #af985f;
	font-size: 12pt;
	

}




.clear {clear:both}	
/* remove the list style */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
	display: inline;
}	

	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
		float:left; 
		display:inline-block; 
		position:relative;
		z-index:500; 
		margin:0 1px;
		_width: 80px;
		
	}
	


		
	/* this is the parent menu */
	#nav li a {
		display:block; 
		padding:0px 0px 0 0px;
		padding-bottom: 5px; 
		padding-left: 10px;
		 padding-right: 10px;
		font-weight:700;  
		height:10px; 
		text-decoration:none; 
		color:#fff; 
		text-align:left; 
		color:#af985f;
		height: 1%;
		border-right: 1px solid #804200;
		
		
	}

	#nav li a:hover {
		color:#af985f;
	}
	
	/* you can make a different style for default selected value */
	#nav a.selected {
		color:#af985f;
	}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0;
			padding-top: 5px; 
			width: 160px;
			list-style:none;
			border-right: 0px;
			
		}
		
		#nav ul li {
			width:160px; 
			float:left; 
			background-color: #312d0a;
			border-right: 0px;
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#af985f; border-right: 0px;
		}
		
		#nav ul a:hover {
			text-decoration:underline;
			background-color: #1f1c04; border-right: 0px;	
		}
		

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
	list-style: none;
}

