/* 
Navigation: 
button/tab styles for the primary + secondary navigation
*/
.chromestyle{
	font-weight: bold;
	position: relative;
	clear: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0px;
padding:0px;
}

.chromestyle li{
	height:28px;
	line-height:28px;
	padding:0px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	font:normal 11px Verdana;
	line-height:12px;
	z-index:99999;
	border-bottom: 1px solid #776a4a;
	border-left: 1px solid #776a4a;
	border-right: 1px solid #776a4a;
	background: #FFFFFF;
	width: 200px;
	visibility: hidden;
	text-align: left;
	margin-top:-1px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	padding: 4px 0px 4px 16px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background: url(../../img/public/dropdown_li_off.png) no-repeat top left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#FFFFFF;
	background: url(../../img/public/dropdown_li_on.png) no-repeat top left #9DA35E;

}


/* PRIMARY NAVBAR USES JUST ONE IMAGE */
#primary
{
	background:  url(../../img/public/primary_bg.png) top repeat-x;
	height: 28px;
	list-style-type: none;
	margin: 0 auto;
	clear: both;
}
#primary li
{
	float: left;
	margin-bottom: 0;
}
#primary a:link,
#primary a:visited
{
	display: block;
	float: left;
	background: url(../../img/public/primary.png) no-repeat top;
	height: 28px;
	text-indent: -9999px;
}
/* default */
    #primary a.home:link, #primary a.home:visited {		width: 78px;	background-position: 0px top;		}
	#primary a.link1:link, #primary a.link1:visited {		width: 123px;	background-position: -78px top;	}
	#primary a.link2:link, #primary a.link2:visited {	width: 170px;	background-position: -201px top;	}
	#primary a.link3:link, #primary a.link3:visited {		width: 104px;	background-position: -371px top;	}
	#primary a.link4:link, #primary a.link4:visited {		width: 159px;	background-position: -475px top;		}
	#primary a.link5:link, #primary a.link5:visited {		width: 116px;	background-position: -634px top;	}

/* hover */
	#primary a.home:hover, #primary a.home:active {		background-position: 0px bottom;	}
	#primary a.link1:hover, #primary a.link1:active {		background-position: -78px bottom;	}
	#primary a.link2:hover, #primary a.link2:active {	background-position: -201px bottom;	}
	#primary a.link3:hover, #primary a.link3:active {		background-position: -371px bottom;	}
	#primary a.link4:hover, #primary a.link4:active {		background-position: -475px bottom;	}
	#primary a.link5:hover, #primary a.link5:active {		background-position: -634px bottom;	}

/* current */
	#current a.home:link, #current a.home:visited {		background-position: 0px bottom;	}
	#current a.link1:link, #current a.link1:visited {		background-position: -78px bottom;	}
	#current a.link2:link, #current a.link2:visited {	background-position: -201px bottom;	}
	#current a.link3:link, #current a.link3:visited {		background-position: -371px bottom;	}
	#current a.link4:link, #current a.link4:visited {		background-position: -475px bottom;	}
	#current a.link5:link, #current a.link5:visited {		background-position: -634px bottom;	}







/* SECONDARY NAV IS A SET OF SIMPLE TABS */
 #secondary
{
	list-style-type: none;
	text-align: right;
	margin-bottom: 0 ;
}

#secondary li
{
	display: inline;
		margin:0px;
padding:0px;
}
#secondary a:link,
#secondary a:visited
{
	font-family: Verdana;
	font-size: 10px;
	padding: 1px 3px 0px 5px;
	line-height: 18px;
	margin:0px;
	text-align: center;
}
#secondary a:hover,
#secondary a:active,
#secondary li#current a:link,
#secondary li#current a:visited
{
	color: #FFFFFF;
	background-color: #948255;
}
