.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 101%;
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-bottom: 17px;
	padding-top: 17px;
	padding-left: 0px;
	padding-right: 0px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	background-color: #26176D;
	padding-top: 17px;
	padding-right: 33px;
	padding-bottom: 17px;
	padding-left: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color: #F7F7F7;
	color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #f7f7f7;
	width: 180px;
	visibility: hidden;










filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);										border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #26176D;
	border-right-color: #26176D;
	border-bottom-color: #26176D;
	border-left-color: #26176D;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26176D;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #26176D;
	color: #FFFFFF;
}
.tdleftborder {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.tdleftborderCopy {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
}
