/* CSS Document */

div#NavBar {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	height: 43px;
	font-size: 12px;
	font-weight: bold;
}
div#NavBar ul {
	padding-left: 17px;
	padding-top: 15px;

}
div#NavBar li {
	position: relative;
	margin: 0px;
	list-style-type: none;
	float: left;
	padding: 0px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 9px;
}
div#NavBar li:hover{
	position: relative;
	margin: 0px;
	list-style-type: none;
	float: left;
	padding: 0px;
	background-image: url(../images/bulletOver.gif);
	background-repeat: no-repeat;
	background-position: 5px 10px;
}
div#NavBar li a {
	display: block;
	text-decoration: none;
	color: #fff;
	width: auto;
	padding-left: 18px;
}
div#NavBar li a:hover {
	text-decoration: none;
}
div#NavBar ul ul {
	border-top: 8px solid #000;
	position: absolute;
	display: none;
	margin-top: 0px;
	padding: 0px;
}

div#NavBar ul ul li {
	background-color: #333;
	background-image: none;
	border-bottom: 1px solid #333;
}
div#NavBar ul ul li a{
	padding-left: 5px;
}
div#NavBar ul ul li a:hover{
	text-decoration: none;
}
/*--------------------------------------------------------Category Item widths*/
div#NavBar .level1 a{
	padding-top: 6px;
	padding-bottom: 3px;
}
div#NavBar .level1 .firstItem {
	width: 63px;
}
div#NavBar .level1 .firstItem a{
	width: 55px;
}
div#NavBar .level1 .secondItem {
	width: 58px;
}
div#NavBar .level1 .secondItem a{
	width: 53px;
}
div#NavBar .level1 .thirdItem {
	width: 108px;
}
div#NavBar .level1 .thirdItem a{
	width: 100px;
}
div#NavBar .level1 .fifthItem {
	width: 95px;
}
div#NavBar .level1 .fifthItem a{
	width: 87px;
}
div#NavBar .level1 .sixthItem {
	width: 54px;
}
div#NavBar .level1 .sixthItem a{
	width: 46px;
}
div#NavBar .level1 .seventhItem {
	width: 85px;
}
div#NavBar .level1 .seventhItem a{
	width: 78px;
}
div#NavBar .level2{
	text-align: left;
}
/*--------------------------------------------------------Links*/
div#NavBar a {
		color: #996633;
}
div#NavBar a:link {
		text-decoration: none;
}
div#NavBar a:visited {
		text-decoration: none;
}
div#NavBar a:hover {
	text-decoration: underline;
}
/*This callout centers the text onthe top of the navigation bar and keeps the drop down menu items left justified*/
div#NavBar .level1 .firstItem .centerItem {
	text-align: center;
}
div#NavBar .level1 .secondItem .centerItem {
	text-align: center;
}
div#NavBar .level1 .thirdItem .centerItem {
	text-align: center;
}
div#NavBar .level1 .fourthItem .centerItem {
	text-align: center;
}
div#NavBar .level1 .fifthItem .centerItem {
	text-align: center;
}
div#NavBar .level1 .sixthItem .centerItem {
	text-align: center;
}
div#NavBar .level1 .seventhItem .centerItem {
	text-align: center;
}
