﻿
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 690px;	
}

#header {
	margin: 0 0 0 0;	
}

#banner {
	height:118px;
	width:690px;	
	background-image: url(header-nzog.jpg);
	background-repeat:no-repeat;
}

#side-a {
	float: left;
	width: 195px;
	background: #efefef;
}

#side-b { 
	padding: 0 10 0 0;
	float: left;
	width: 485px;
	height: 1%
}

#footer {
	clear: both;	
}

.BrownDivider {
	position: relative; 
	width: 690px; 
	height: 27px; 
	background-color: #996600; text-align: left;
	background-image: url(title-nzog.gif);
	background-repeat:no-repeat;
}


#css_horizontal_menu {	
	overflow:hidden;
	width:690px;
	padding:0px;
	background-color:#FFFFFF;
	border:0px solid #437E7E;
}

/*2. the style of the links (html element <a>)*/
#css_horizontal_menu a{
	display:block;
	float:left;
	width:156px;
	height:45px;
	margin-left:2px;
	margin-bottom:2px;
	padding-left:15px;
	background-color:#651615;
	border-left:0px solid #C7E2E2;
	font-family:arial;
	font-size:10px;	
	text-transform:uppercase;	
	text-decoration:none;
	color:#FFFFFF;
	line-height:52px;	
	border-top:10px solid #3074A7;
}

/*3. the css style on the hover state of the links
#css_horizontal_menu a:hover{
	background-color:#000000;
	border-left:10px solid #3074A7;
	color:#FFFFFF;
	overflow:hidden;
}
*/

/* remove the left margin for the first link*/
#css_horizontal_menu a.first{
	margin-left:0;
}