﻿/*---This is my modified code---*/

.chromestyle{
	width: 950px;
	font-weight: bold;
	margin: auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 950px;
	background: url(chromebg.gif) center center repeat-x;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

.chromestyleTransparencyLinkAdded ul li{  /*Used temporarily after adding Transparency menu, but problem arose in Safara browser */
	width: 950px;
	display: inline;
	margin: auto;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: .01em;
	/*border-right: 1px solid #BEBEBE; THEME CHANGE HERE*/
	border-left: 1px solid #BEBEBE; /*Chris' change*/
}

.chromestyle ul li{
	width: 950px;
	display: inline;
	margin: auto;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: .01em;
	/*border-right: 1px solid #BEBEBE; THEME CHANGE HERE*/
	border-left: 1px solid #BEBEBE; /*Chris' change*/
}


.chromestyle ul li a{
	color: #EEEEEE;
	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*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 200px;
	border: 1px solid #942e51; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	/*font: normal 8pt Verdana;*/
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-image: url(subbkg.png);
}


.dropmenudiv a{
	width: 100%;
	display: block;
	/*text-indent: 3px;*/
	text-indent: 5px; /*Chris' change from 3px*/
	border: 1px solid #DDDDDD; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #700027;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left; /*Chris' change*/
	letter-spacing: .01em;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #ECECEC;
}

