.chromestyle {
	width: 945px;
	font-weight: bold;
	border-bottom: 1px solid #222222;
	border-left: 0px none #999999;
	background: url(http://www.jam-pact.com/graphics/buttonBG1A.jpg) center center repeat-x;	
}

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

.chromestyle ul {
	border: 0px none #BBB;
	width: 945px;
	padding: 0px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font: bold 12px Verdana;
}

.chromestyle ul li {
	/*display: inline;*/
	display: block;
	width: 134px;
	height: 28px;
	float: left;
	background: url(http://www.jam-pact.com/graphics/buttonBG1A.jpg) center center repeat-x;
	border-top: 0px none #999999;
	border-right: 1px solid #222222;
	border-bottom: 0px none #999999;
	border-left: 0px none #999999;
	text-align: center;
}

.chromestyle ul li a {
	display: block;
	color: #FFFFFF;
	background: url(http://www.jam-pact.com/graphics/buttonBG1A.jpg) center center repeat-x;
	padding: 6px 0px;
	margin: 0px;
	font: bold 12px Verdana;
	text-decoration: none;
	/*border-right: 1px solid #DADADA;*/
}

.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(http://www.jam-pact.com/graphics/buttonBG1B.jpg) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv, .dropmenudiv2, .dropmenudiv3 {
	position: absolute;
	top: 0px;
	margin: -8px 0px 0px -10px;
	padding: 0px 0px 0px 0px;
	border: 0px none #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font: normal 10px Verdana;
	line-height:12px;
	z-index:1000;
	height: auto;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv {
	width: 190px;
}

.dropmenudiv2 {
	width: 360px;
}

.dropmenudiv3 {
	width: 530px;
}

.dropmemnudivTopBG1 {
	width: 190px;
	background: url(http://www.jam-pact.com/graphics/menuBG1.png) top;
}

.dropmemnudivBotBG1 {
	width: 190px;
	background: url(http://www.jam-pact.com/graphics/menuBG1bot.png) bottom;
	clear: both;
}

.dropmemnudivTopBG1sh {
	width: 190px;
	background: url(http://www.jam-pact.com/graphics/menuBG1s.png) top;
}

.dropmemnudivBotBG1sh {
	width: 190px;
	background: url(http://www.jam-pact.com/graphics/menuBG1sbot.png) bottom;
	clear: both;
}

.dropmemnudivTopBG2 {
	width: 360px;
	background: url(http://www.jam-pact.com/graphics/menuBG2.png) top;
}

.dropmemnudivBotBG2 {
	width: 360px;
	background: url(http://www.jam-pact.com/graphics/menuBG2bot.png) bottom;
	clear: both;
}

.dropmemnudivTopBG3 {
	width: 530px;
	background: url(http://www.jam-pact.com/graphics/menuBG3.png) top;
}

.dropmemnudivBotBG3 {
	width: 530px;
	background: url(http://www.jam-pact.com/graphics/menuBG3bot.png) bottom;
	clear: both;
}

/*.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px none #BBB;
	padding: 2px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #CCCCCC;
}*/

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

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

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

/*.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	/*background-color: #F0F0F0;
}*/

.leftMenuDiv1, .rightMenuDiv1 {
	height: auto; /* this height plus height of bottomMenuDiv gives total dropdown height */
}

.singleMenuDiv1 {
	height: auto; /* this height plus height of bottomMenuDiv gives total dropdown height */
}

.singleMenuDiv2 {
	height: 50px; /* this height plus height of bottomMenuDiv gives total dropdown height */
}

.topMenuDiv1, .topMenuDiv1R {
	height: auto;
	color: #99FF00;
	border-bottom: 1px dotted #666666;
	font: bold 12px Verdana;
	line-height: 24px;
	text-align: left;
}

.topMenuDiv1 {
	width: 326px;
	margin: 17px 10px 6px 20px;
	float: left;
}

.topMenuDiv1R {
	width: 150px;
	margin: 17px 10px 6px 5px;
	float: left;
}

.singleMenuDiv1 a, .singleMenuDiv2 a, .leftMenuDiv1 a, .midMenuDiv1 a, .rightMenuDiv1 a {
	font: normal 10px Verdana;
	line-height: 13px;	
	text-decoration: none;
	text-align: left;
	color: #F0F0F0;
}

.singleMenuDiv1, .singleMenuDiv2 {
	margin: 0px 0px 0px 10px;
	font-weight: normal;
}

.singleMenuDiv1 {
	width: 170px;
}

.singleMenuDiv2 {
	width: 340px;
}

.leftMenuDiv1, .midMenuDiv1, .rightMenuDiv1 {
	float: left;
	width: 170px;
	margin: 0px 0px 0px 0px;
	font: bold 12px Verdana;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	color: #F0F0F0;
}

.leftMenuDiv1 {
	border-right: 1px solid #444444;
	padding: 0px 0px 0px 10px;
}

.midMenuDiv1 {
	border-right: 1px solid #444444;
	border-left: 1px solid #111111;
	padding: 0px;
}

.rightMenuDiv1 {
	border-left: 1px solid #111111;
	padding: 0px;
}

.leftMenuDiv1 a, .midMenuDiv1 a, .rightMenuDiv1 a, .singleMenuDiv1 a, .singleMenuDiv2 a  {
	width: auto;
	display: block;
	text-indent: 10px;
	line-height: 17px;	
}

.leftMenuDiv1 a:hover, .midMenuDiv1 a:hover, .rightMenuDiv1 a:hover, .singleMenuDiv1 a:hover, .singleMenuDiv2 a:hover  {
	/*background-color: #666666; re-instate for block hover */
	color: #FF0000;
}

.bottomMenuDiv1, .bottomMenuDiv2, .bottomMenuDiv3, .bottomMenuDiv1sh {
	height: auto;
	clear: both;
	color: #99FF00;
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 7px 0px;
	line-height: 14px;
}

.bottomMenuDiv1 {
	width: 150px;
	border-top: 1px dotted #666666;
}

.bottomMenuDiv1sh {
	width: 150px;
	border-top: 1px solid #000000;
}

.bottomMenuDiv2 {
	width: 320px;
	border-top: 1px dotted #666666;
}

.bottomMenuDiv3 {
	width: 490px;
	border-top: 1px dotted #666666;
}

.vSpace05C {margin: 0px; padding: 0px; height: 5px; width: auto; clear: both;}

.vSpace05 {margin: 0px; padding: 0px; height: 5px; width: auto;}
.vSpace10 {margin: 0px; padding: 0px; height: 10px; width: auto;}
.vSpace18 {margin: 0px; padding: 0px; height: 18px; width: auto;}
.vSpace20 {margin: 0px; padding: 0px; height: 20px; width: auto;}
