.chromestyle{
	margin: 0px;
	float:right;
padding-top:15px;
text-decoration:none;
width:615px;

}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul{
	width: 100%;
	text-align: center;
	text-decoration: none;
	margin: 0;
	padding: 0px;
	padding-left:60px;
	 /*background color*/
       
}

.chromestyle ul li{
	display: inline;
	margin: 8px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #FFFFFF;/* This color if for font color in menu heading */
	text-decoration: none;
	font-size:17px;
	font-weight: normal;
	font-family:georgia;
	padding:0 17px;
        height:50px;
	
	
}

.chromestyle ul li a:hover{
	color: #cda997;/* This color if for font color in menu heading */
	text-decoration: none;
	font-size:17px;
	font-weight: normal;
	font-family:georgia;
	padding:0 17px;
height:50px;
}

.chromestyle ul li a:active{
	color: #cda997;/* This color if for font color in menu heading */
	text-decoration: none;
	font-size:17px;
	font-weight: normal;
	font-family:georgia;
	padding:0 17px;
height:50px;
}

.chromestyle ul li a:visited{
	color: #FFFFFF; /*This color if for font color in menu heading */
	text-decoration: none;
	font-size:17px;
	font-weight: normal;
	font-family:georgia;
	padding:0 17px;
height:50px;
	
	
}
.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



