.bluecell /*for blank menu cells to left and right*/
{
	border: solid 1px #07294F;
	background-image: url(../images/Celtic/blue_menu_bk.gif);
	padding:0px;
	margin:0px;	

}


.chromestyle{
	width: 99%;
	white-space:nowrap;
	font-family:Verdana;
	font-weight:bold;	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul
{
	border: 1px solid #BBB;
	width: 100%;
	background: url(../images/Celtic/blue_menu_bk.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle  a, .chromestyle a:visited, .chromestyle a:active, .chromestyle a:link
{
	display:block;
    	height:25px;
	color: white;
	background-image: url(../images/Celtic/blue_menu_bk.gif);
	text-decoration: none;
	padding:0px 10px 0px 10px;
	margin:0px;
	/*padding:0px 0px 0px 8px;*/
	background-position: left;
	background-repeat:repeat-x;
	word-spacing: 0px;
	white-space:nowrap;
	border: solid 1px #07294F;
	line-height:26px;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: white;	
	background-image: url(../images/Celtic/green_menu_bk.gif);
	text-decoration: none;
	background-position: left;
	background-repeat: repeat-x;
	border: solid 1px #134177;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	margin-top:-1px;
position:absolute;
top: 0;
border: 0px none #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:1000;
background-color: white;
width: 248px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.RightMostMenu 
{
	/*margin-left:-94px;*/
}
	


.dropmenudiv ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

.dropmenudiv ul ul ul
{

display:none;
}

.dropmenudiv ul ul ul ul
{
display:none;
}

.dropmenudiv a, .dropmenudiv a:visited, .dropmenudiv a:active, .dropmenudiv a:link{
	width: auto;
	display: block;
	height:25px;
	padding:0px 10px 0px 2px;
	margin:0px;
	color: white;
	background-color:blue;
	background-image: url('../images/Celtic/blue_menu_bk.gif');
	text-decoration: none;
	background-position: left;
	background-repeat:repeat-x;
	word-spacing: 0px;
	white-space:nowrap;
	border: solid 1px #07294F;
	line-height:26px;
	font-weight:bold;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	background-image: url(../images/Celtic/green_menu_bk.gif);

}
