BODY {
	 font: normal 14px/16px verdana ;
	 margin: 0px ;
	 padding: 0px ;
}

#header {
	background-image: url(../images/background.gif) ;
	background-repeat: repeat-x ;
	width: 100% ;
	height: 113px ;
	border
}

#nav {
	background: url(../images/test-header.gif) no-repeat;
	margin: 0px auto ;
	height: 113px;
	width: 732px;
	background-attachment: scroll;
	background-position: left top;
	vertical-align: bottom;
	position:relative;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none inside none;
	float: left ;
	position:absolute;
	bottom:5px;
}

#nav ul li {
	float: left ;
	position: relative;
	margin:0px 12px;
}

#nav ul li a, #nav ul li a:link {
	text-decoration: none ;
	color: #666 ;
	font: normal 12px/14px verdana ;
}

#nav ul li a:hover {
	color:#333; 
}

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

#nav ul li ul {
	position: absolute;
	left: -12px;
	top: 16px;
	display: none;
	background:#ffe;
}

#nav ul li ul li {
	clear:both;
	width:120px;
}

#nav ul li ul li a, #nav ul li ul li a:link {
	text-decoration: none ;
	display:block;
	color: #666 ;
	font: normal 12px/14px verdana ;
	background:#edc;
	padding:5px;
	border-bottom:1px #aa9 solid;
}

#nav ul li ul li a:hover {
	color:#333;
	background:#fee;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */




.dark {
	FONT-SIZE: 14px; COLOR: #b63429; FONT-FAMILY: Verdana
}
.darkOff {
	FONT-SIZE: 14px; COLOR: #79231c; FONT-FAMILY: Verdana
}
.black {
	FONT-SIZE: 14px; COLOR: #000000; FONT-FAMILY: Verdana
}
.gblack {
	FONT-SIZE: 16px; COLOR: #000000; FONT-FAMILY: Verdana
}
.small {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana
}
