/* --- Navbar Style --- */
.wrap{
	margin:auto;
	height:auto;
	border: 1px solid rgb(199,214,177);
	padding-bottom:50px;
	width:600px;
	background: black;
	z-index:3;
}
#nav {
	font-family: "Silom", Chicago, Reprise Stamp,  Arial, san-serif;;
	color: rgba(0,0,0,1);
	color: rgb(199,214,177);
	text-align:center;
	font-size: 15;
	width: 490px;
	float: center;
	background: transparent no-repeat center;
	margin: auto;
	z-index: 1;
}
#nav p {
	font-family: "Verdana", Trebuchet MS, san-serif;
	color: rgba(0,0,0,1);	
	color: rgb(199,214,177);
}
#nav p a {
	font-family: "Silom", Chicago, Reprise Stamp,  Arial, san-serif;
	color: rgba(0,0,0,1);	
	color: rgb(199,214,177);
}
/* -- Brown Menu -- */
.Contact{
	text-align:left;
}
.menu {
	font-family: "Silom", Chicago, Reprise Stamp,  Arial, san-serif;
	width:492px;
	font-size:15px;
	margin-left: auto ;
	margin-right: auto ;
	z-index:1000;
	padding-top:10px;
}
.menu h1 h2 h3 h4 h5 h6{
	font-family: "Silom", Chicago, Reprise Stamp,  Arial, san-serif;
}
.menu ul li a {
	font-family:"Trebuchet MS", Arial, san-serif;
	display:block;
	text-decoration:none;
	color:black;
	font-weight:bold;
	width:81px; 
	text-align:center;
	background: no-repeat center;
	background-image:url('images/green/center.png');
	line-height:48px; 
	font-size:10px; 
	overflow:hidden;
	padding-left:1;
}
.image img {
	border: 1px solid rgba(0,0,0,1);
	border: 1px solid rgb(199,214,177);
}
.list a {
	text-decoration:none;
	font-family: "Verdana",Arial, san-serif;
	color: rgba(0,0,0,1);	
	color: rgb(199,214,177);
	font-size: 14;
	width:490px;
	float: justify;
	background: transparent no-repeat center;
	margin:auto;
	text-align:center;
}
.list a :hover {
	text-decoration:none;
	font-family: "Verdana",Arial, san-serif;	
	color: white;
	font-size: 14;
	width:490px;
	float: justify;
	background: transparent no-repeat center;
	margin:auto;
	text-align:center;
}
.caption{
	font-family: "Verdana",Arial, san-serif;
	color: rgba(0,0,0,1);	
	color: rgb(199,214,177);
	font-size: 12;
	width:490px;
	float: justify;
	background: transparent no-repeat center;
	margin:auto;
	text-align:center;
}
.copyright {
	font-family: "Verdana",Arial, san-serif;;
	color: rgba(0,0,0,1);
	color: rgb(199,214,177);
	font-size: 10;
	width: 490px;
	float: center;
	background: transparent no-repeat center,;
	margin: auto;
	padding-top: 20px;
	z-index: 1;
}

/* End Caps Styling */
.menu .left_nosub {
	background-image:url('images/green/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .right_hassub {
	background-image:url('images/green/right.png');
}
.menu .right_nosub {
	background-image:url('images/green/right.png');
}
.menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
.menu ul li {
	float:left; 
	position:relative;
}
.menu ul li ul {
	display: none;
}

/* Button ":hover" Styling */
.menu ul li:hover a {
	font-family:"Verdana",Arial,san-serif;
	color:black; 
	background-image:url('images/green/center_hassub.png');
}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:42px; 
	left:0; 
	width:152px; 
	margin: 0; 
	padding: 0;
}
.menu ul li:hover ul li a.center_hassub {
	background:#6a3; 
	color:black;
}
.menu ul li:hover ul li a.center_hassub {
	background:#6fc; 
	color:black;
}
.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover .left_nosub {
	background-image:url('images/green/left_nosub.png');
}
.menu ul li.right_hassub {
	background-image:url('images/green/right_hassub.png') ;
}
.menu ul li:hover .right_nosub {
	background-image:url('images/green/right_nosub.png') ;
}

/* DropDown Styling  */
.menu ul li:hover ul li a {
	background-image: none; 
	display:block;
	height: 28px; 
	line-height: 26px; 
	color:black; width:142px; 
	text-align:left; 
	margin: 0; 
	padding:0 0 0 11px;
	font-weight:normal;
}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image:url('images/green/dropdown.png');
	background-repeat:no-repeat;
	background-position:bottom left; 
}

/* DropDown Menus ":active" or "Selected" Styling  */
.menu ul li:hover ul .sub_active {
	background-image:url('images/green/sub_active.png');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling  */
.menu ul li:hover ul li a:hover {color:black !important; background-image:url('images/green/sub_active.png');}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}



body{
	background-image: url('images/presentation/Hexagon.png'); 
	background-repeat: repeat-x;
	background-image: url('images/presentation/Hexagon.png'); 
	background-repeat: repeat-y;
	background-image: url('images/presentation/Hexagon.png'); 
	background-repeat: repeat;
	text-align:center;
}



/* -- End Brown Menu -- */