.chromestyle{
width: 901px;
font-weight: bold;
border-left: 1px solid #999;
}

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

.chromestyle ul{
height: 25px;
border-top: 1px solid #ccc;
border-right: 1px solid #999;
border-bottom: 1px solid #ccc;
background: url(/images/nav_back.jpg) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	height: 25px;
	padding: 6px 11px 6px 11px;
	border-left: 1px solid #ccc;
	line-height: 2.2;
}

.chromestyle ul li a:link, .chromestyle ul li a:hover, .chromestyle ul li a:active, .chromestyle ul li a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #777;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
	color: #C1272D;
}

.chromestyle ul li:first-child a:active {
	margin-right: 0px;
	color: #C1272D;
}

.chromestyle ul li a:active {
	margin: 0px -1px 0px 0px;
	color: #C1272D;
}




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

.dropmenudiv{
position:absolute;
top: 10;
border: 1px solid #ccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
margin: 4px 0px 0px -12px;
background-color: white;
width: 250px;
visibility: hidden;
}

.dropmenudiv a:link, .dropmenudiv a:hover, .dropmenudiv a:active, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 11px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #777;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #C1272D;
}

.dropmenudiv a.pink:link, .dropmenudiv a.pink:hover, .dropmenudiv a.pink:active, .dropmenudiv a.pink:visited {
width: auto;
display: block;
text-indent: 11px;
border-bottom: 1px solid #ccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ff84e1;
}

.dropmenudiv a.pink:hover{ /*THEME CHANGE HERE*/
text-decoration: none;
color: #ff00c0;
}

.dropmenudiv a img {
	margin-bottom: -4px;
}

.sept {
	width: 195px;
}

.hero {
	width: 160px;
}

.scripture {
	width: 140px;
}

.celebration {
	width: 130px;
}

.sml_cust {
	width: 215px;
}

.lg_cust {
	width: 215px;
}
