.chromestyle{
	width:100%;
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	padding-top:3px;
	*+padding-top:0;
	_padding-top:3px;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	visibility:hidden;
	width:134px;
	/*border:1px solid #c1e770;*/
	/*border-right:0px solid #84aec1;
	border-bottom:0px solid #84aec1;
	border-left:0px solid #84aec1;	*/
	*margin-top:3px;
}



.dropmenudiv a:link, .dropmenudiv a:visited{
		display:block;
	padding:6px 3px 10px 11px;
	margin: 0px 1px 0px 1px;
	text-decoration:none;
	color:#0080bd;
	font: normal normal normal 12px Helveltica, tahoma !important;
	line-height:auto;
	width:118px;
	border-top:0px solid #d0f0ff;
	border-right:0px solid #cadbde;
	border-bottom:0px solid #82abc0;
	border-left:none;
}
* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:#dbe9ef;
	color:#655d53;
}

/* Last menu item */
#dropmenu112 {
	margin-left:-45px;
}

#dropmenu113{
    background: transparent url('/images/1/dropmenu113top.jpg') no-repeat top left;
    margin-top:-18px;
}
#dropmenu114{
    background: transparent url('/images/1/dropmenu114top.jpg') no-repeat top left;
    margin-top:-18px;
}
#dropmenu115{
    background: transparent url('/images/1/dropmenu115top.jpg') no-repeat top left;
    margin-top:-18px;
}
#dropmenu116{
    background: transparent url('/images/1/dropmenu116top.jpg') no-repeat top left;
    margin-top:-18px;
}
#dropmenu117{
    background: transparent url('/images/1/dropmenu117top.jpg') no-repeat top left;
    margin-top:-18px;
}

.ddmiddle{
    background:transparent url('/images/1/ddMenuMiddle.jpg') repeat-y top left;
	margin: 10px 0px 0px 0px;
	}

.ddMenuBtm{
    background: transparent url('/images/1/ddMenuBtm.png') no-repeat bottom left;
    width:192px;
    height: 9px;
}

.block{ display: block; }

   