/* COLOR GUIDE

green: 336f42
light green: dcdc74
brown: 927d50
font color: 5e625f

*/

/* NAV STYLES */

div#nav {
	background:url(../images/nav.gif) left top;
	height: 25px;
	width: 624px;
	margin:90px 0px 0px 276px;
}
#nav ul {
	height: 25px;
	margin:0;
	padding:0;
	position:relative;
	list-style-type: none;
}
#nav li {
	display:block;
	height:25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 0;
}
#nav li a {
	display:block;
	height:25px;
	text-indent:-9999px;
}
li#b1 {
	left:0px; width:56px;
}
li#b2 {
	left:56px; width:104px;
}
li#b3 {
	left:160px; width:87px;
}
li#b4 {
	left:247px; width:198px;
}
li#b5 {
	left:445px; width:75px;
}
li#b6 {
	left:520px; width:104px;
}
#b1 a:hover {
	background: transparent url(../images/nav.gif) 0 -25px no-repeat;
}
#b2 a:hover {
	background: transparent url(../images/nav.gif) -56px -25px no-repeat;
}
#b3 a:hover {
	background: transparent url(../images/nav.gif) -160px -25px no-repeat;
}
#b4 a:hover {
	background: transparent url(../images/nav.gif) -247px -25px no-repeat;
}
#b5 a:hover {
	background: transparent url(../images/nav.gif) -445px -25px no-repeat;
}
#b6 a:hover {
	background: transparent url(../images/nav.gif) -520px -25px no-repeat;
}
#home #b1 {
	left:0px; width:56px;
	background: transparent url(../images/nav.gif) 0px -50px no-repeat; 
}
#about #b2 {
	left:56px; width:104px;
	background: transparent url(../images/nav.gif) -56px -50px no-repeat;
}
#design #b3 {
	left:160px; width:87px;
	background: transparent url(../images/nav.gif) -160px -50px no-repeat;
}
#materials #b4 {
	left:247px; width:198px;
	background: transparent url(../images/nav.gif) -247px -50px no-repeat;
}
#news #b5 {
	left:445px; width:75px;
	background: transparent url(../images/nav.gif) -445px -50px no-repeat;
}
#contact #b6 {
	left:520px; width:104px;
	background: transparent url(../images/nav.gif) -520px -50px no-repeat;
}

/* SUBNAV STYLES */

.buttonmenu {
	float: left;
	width: 220px;
	text-align: right;
}
.buttonmenu ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.buttonmenu li a{
	display: block;
	border-color:#ffffff;
	text-decoration: none;
	border-width: 0px 0px 5px 0px;
	border-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #dcdc74;
	float: left;
	font-size: 14px;
	color: #927b50;
	text-decoration: none;
	width: 210px;
	margin:0;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color:#ffffff;
	background-color: #cdba09;
}


/* Shows current state in nav. 
Specify the "Current" template parameter value for each page. */
.about #sb1 a,
.history #sb2 a,
.design #sb1 a,
.signal-corp #sb2 a,
.food-industry #sb3 a,
.templates #sb4 a,
.resources-materials #sb1 a
{
	color:#927b50;
	background-color: #eae2d1;
	cursor:default;
}

