.chromestyle{
	/*width: 380px;*/
	font-weight: bold;
	height: 20px;
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
	float:right;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 10;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	margin: 2;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}
.chromestyle ul li a:after{
content:" /";

}
.chromestyle ul li a.red {
  color: #ff0000;
}

.chromestyle ul li a:hover{
	background-repeat: repeat-x;
	background-position: center center;
}





