﻿/*下拉菜单CSS*/
.chromestyle
{
	width: 99%;
}

.chromestyle:after
{
	/*Add margin between menu and rest of content in Firefox*/
	content: "|";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul
{
	width: 100%;
	padding: 1px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li
{
	display: inline;
}

.chromestyle ul li a
{
	color: #202020;
	margin: 0;
	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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #ED2024; /*THEME CHANGE HERE*/
	line-height:20px;
	z-index: 100;
	background-color: White;
	visibility: hidden;
	padding:0px 0 2px 0;
	margin-left:-38px;
}

.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent:3px;
	padding: 3px 0 0 0px;
	text-decoration: none;
	color: black;
	text-align:center;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
ropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
