.chromestyle{

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	background-color: #42075b;
	padding: 10px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 9px;
	padding-left: 7px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to
background-color: #540c0f; /*THEME CHANGE HERE*/
	color: #42075B;
	background-color: #FBF3FE;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #dddddd; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:20px;
	z-index:100;
	color: #42075B;
	background-color: #FBF3FE;	width: 200px;
	visibility: hidden;
	text-align: left center;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #dddddd; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #42075B;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
	background-color: #AD83A9;
}.wrapper {
	height: auto;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
}
.test {
	height: auto;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.box5 div {
	padding-top: 5px;
	padding-bottom: 5px;
}

