/* NAV BAR */

#nav {
	height: 40px;
	background: url('images/bgnav.gif') 0px 0px repeat-x;
	padding: 0px;
}

#home a{  
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/home.gif') -20px -20px no-repeat;

}

#home a:hover{
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/home.gif') -20px -100px no-repeat;
}

#about a{  
	display: block;
	width: 93px;
	height: 40px;
	background: url('images/about.gif') -20px -20px no-repeat;

}

#about a:hover{
	display: block;
	width: 93px;
	height: 40px;
	background: url('images/about.gif') -20px -100px no-repeat;
}

#reviews a{  
	display: block;
	width: 125px;
	height: 40px;
	background: url('images/reviews.gif') -20px -20px no-repeat;

}

#reviews a:hover{
	display: block;
	width: 125px;
	height: 40px;
	background: url('images/reviews.gif') -20px -100px no-repeat;
}

#links a{  
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/links.gif') -20px -20px no-repeat;

}

#links a:hover{
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/links.gif') -20px -100px no-repeat;
}

#contact a{  
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/contact.gif') -20px -20px no-repeat;

}

#contact a:hover{
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/contact.gif') -20px -100px no-repeat;
}

#portfo a{  
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/portf.gif') -20px -20px no-repeat;

}

#portfo a:hover{
	display: block;
	width: 87px;
	height: 40px;
	background: url('images/portf.gif') -20px -100px no-repeat;
}

#edgel {
	display: inline;
	width: 18px;
	height: 40px;
	background: url('images/edgel.gif') 0px 0px no-repeat;
}

#edger {
	display: inline;
	width: 18px;
	height: 40px;
	background: url('images/edger.gif') 0px 0px no-repeat;
}

table.nav {
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	border-width: 2px;
	border-spacing: 0px;
	border-style: none;
	border-color: #FFF;
	border-collapse: collapse;
	background-color: #FFF;
}

table.nav td {
	border-width: 2px;
	padding: 0px;
	border-style: none;
	border-color: white;
}

/* DROP DOWN MENU */

#dropmenudiv{
position:absolute;
border:1px solid blue;
font:normal 12px Verdana, sans-serif;
line-height:24px;
z-index:100;
}

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

#dropmenudiv a:hover{ /*hover background color*/
background-color: #E1EDFF;
}

DIV.drop {
	font-family:Verdana, sans-serif;
	font-style:normal;
	font-size:100%;
	color: #666666;
}

