

.chromestyle
{
	font-weight: lighter;
	font-size: 12px;
	text-decoration: none;
}


.chromestyle ul
{
	padding-top: 12px;
	border: 0px solid #BBB;
	list-style: none;
	text-align: center;
	COLOR: #ffffff;
	TEXT-DECORATION:none;
	font-family: Arial, Tahoma,  "Trebuchet MS", Arial, Verdana;
    FONT-WEIGHT:;
	font-size: 12px;
	
}
.chromestyle ul li
{
	display: block;
	width: auto;
	text-decoration: none;
	list-style: none;
}

.chromestyle ul li a
{
	color: #ffffff;
	font-size: 12px;
	list-style: none;
	text-decoration: none;
	
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
	/*script dynamically adds a class of "selected" to the current active menu item*/
	color: #fff200;
	font-size: 12px;
	list-style: none;
	
	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	font-family: Arial, Tahoma,  "Trebuchet MS", Arial, Verdana;
    font-weight: normal;
	text-align: left;
	TEXT-DECORATION:none;
	position: absolute;
	top: 0;
	font-size: 12px;
	line-height: 18px;
	z-index: 100;
	background-color: #009fff;
	width: 160px;
	visibility: hidden;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	
}


.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: white;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
	text-decoration: none;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	COLOR: #ffffff;
	background-color:#e41b24;
}

.menulink
{
	COLOR: #ffffff;
	TEXT-DECORATION:none;
	font-family: Arial, Tahoma,  "Trebuchet MS", Arial, Verdana;
    FONT-WEIGHT:;
	font-size: 12px;
	font-weight: normal;
}

.menulink:hover
{
	/*script dynamically adds a class of "selected" to the current active menu item*/
	COLOR: #fff200;
	TEXT-DECORATION:underline;
	font-family: Arial, Tahoma,  "Trebuchet MS", Arial, Verdana;
    FONT-WEIGHT:;
	font-size: 12px;
	font-weight: normal;
}

