﻿/*============ adapted from http://www.alistapart.com/articles/slidingdoors =========*/

#header2 {
	float: left;
	width: 100%;
	background-image: url('images/dany-silva-masthead.jpg');
	background-repeat: repeat;
	background-position: left bottom;
	background-color: #9E7E58;
	font-size: 93%;
	line-height: normal;
}
#header2 ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#header2 li {
	float: left;
	background: url('images/left-tab.gif') no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#header2 a {
	float: left;
	display: block;
	background: url('images/right-tab.gif') no-repeat right top;
	padding: 5px 15px 5px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header2 a {
	float: none;
}
/* End IE5-Mac hack */
#header2 a:hover {
	color: #FFCC00;
}
#header2 #current {
	background-image: url('images/left-tab-current.gif');
}
#header2 #current a {
	background-image: url('images/right-tab-current.gif');
	color: #333;
	padding-bottom: 5px;
}
