#nav {
		float:left;
		width:760px;
		margin:0 12px 0 0;
	
		font-size:0.94em;
		line-height:1em;
	}
	#nav ul {
		margin:0 ;
		padding:0 0 0 28px;
		list-style:none;
	}
	#nav li {
	
		float:right;
		margin:0 0 0 6px;
		padding:0 0 0 6px;
		background:url(images/nav1.gif) 0 100% no-repeat;
	}
	#nav li:hover {
		background-position:-6px 100%;
	}
	#nav a {
		float:left;
		display:block;
		color:#473215;
		font-weight:bold;
		font-family:Georgia,Times,"Times New Roman",serif;
		background:url(images/nav2.gif) 100% 100% no-repeat;
		padding:5px 14px 14px 8px;
		text-decoration:none;
	}
	#nav li:hover a {
		background-image:url(images/nav1.gif);
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#000;
		text-decoration:underline;
	}
	#home #nav #t1,
	#services #nav #t2,
	#projects #nav #t3,
	#about #nav #t4,
	#contact #nav #t5 {
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
	}
	#home #nav #t1 a,
	#services #nav #t2 a,
	#projects #nav #t3 a,
	#about #nav #t4 a,
	#contact #nav #t5 a {
		background-image:url(images/nav2s.gif);
		padding-left:0;
		padding-right:19px;
	}
	#nav #t1,
	#home #nav #t1 {
		margin-left:0;
	}
	#nav #t5,
	#contact #nav #t5 {
		margin-right:0;
	}
	
	#dropmenudiv{
	position:absolute;
	border:1px solid brown;
	border-bottom-width: 0;
	font:normal 12px New times roman;
	line-height:18px;
	z-index:100;
	}

	#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:darkblue;
	}

	#dropmenudiv a:hover{ /*hover background color*/
	background-color: ;
	text-decoration: underline;
	}
        #buck {
        position:absolute; TOP:170px; LEFT:60px; WIDTH:190px; HEIGHT:260px;
        background-image: url(images/1224.png);
        background-repeat: no-repeat;}