﻿.chromestyle{
	margin:0;
	padding:0 0 0 14px;
	}

.chromestyle ul{
	margin: 0;
	padding:0;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display:block;
	float:left;
	margin:0 2px 0 0;
	padding:0;
	background-color:#606060;
	list-style-type:none;
	}

.chromestyle ul li.last{
	margin-right:0;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
	display:block;
	color: #ffffff;
	padding:3px 18px;
	margin:0;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	}

.chromestyle ul li a:active, .chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#F5EEEE;
	text-decoration: none;
	background-color:#ea0809;
	}

.chromestyle ul li a.current:link, .chromestyle ul li a.current:visited{
	color:#ADD13A;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	right:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	z-index:100;
	background-color: #000000;
	width: auto;
	visibility: hidden;
	margin:0;
	}

.dropmenudiv a, .dropmenudiv a:visited{
	display: block;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	color: #ffffff;
	border-bottom:1px solid #373737;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:active, .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #000000;
	color: #ea0809;
	text-decoration: none;
	}