.chromestyle{
	font-weight: bold;
	height: 35px;
	width: 99%;
	}

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

.chromestyle ul{
	background: url('http://www.arizonapugrescue.com/images/navbar.jpg') center center repeat-x; /*THEME CHANGE HERE*/
	font:normal 14px Georgia, Times, serif;
	left: 15px;
	line-height: 35px;
	margin: 0;
	padding: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	top: 135px;
	}

.chromestyle ul li{
	border-right: 1px solid #edece4;
	display: inline;
	padding-left: 0px;
	}

.chromestyle ul li a{
	color: #042E55;
	padding: 8px 11px;
	margin: 0;
	text-decoration: none;
	}
	
.chromestyle ul li a.last{
	color: #042E55;
	padding: 8px 16px 8px 11px;
	margin: 0;
	text-decoration: none;
	}

	
/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, 
.chromestyle ul li a.selected { 
	background: #D7DFE4;
	padding: 8px 11px; /*THEME CHANGE HERE*/
	}

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

.dropmenudiv{
	background: #E1DCCA;	
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	font: normal 14px Georgia, Times, serif;
	left: 0;
	position:absolute;
	top: 0;	visibility: hidden;
	z-index:100;
	}


.dropmenudiv a{
	color: #042E55;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	display: block;
	font-weight: normal;
	height: 35px;
	left: 0;
	line-height: 35px;
	padding: 0;
	text-decoration: none;
	text-indent: 6px;
	top: 0;
	width: auto;
	}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#042E55;
	background: #D7DFE4;
	}
