﻿.dropmenu
{
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: table;	
	margin: auto;
}

.dropmenu ul
{
	font: normal 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

.dropmenu li
{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
}

.dropmenu a
{
	float:left;
	color: white;
	margin: 0 0 3px 0;
	padding: 3px 5px 1px 5px;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;

	/*min-height: 20px;*/
	/*line-height: 20px;*/
	vertical-align: middle;
	color: #1A2A78;
	font-family: Arial;
	font-size: 12px;
	background-image: url('../images/topMenuBullet.gif');
	background-repeat: no-repeat;
	display: inline-block;
	cursor: pointer;
	width:160px;
	
	border-right: solid 1px #CEC124;
}

.dropmenu a span
{
	float:left;
	display:inline-block;

}

.dropmenu a span
{
	float:none;
}

.dropmenu a:hover
{
	background-image: url('../images/bgTopHover.jpg');
	background-repeat: no-repeat;
}

.dropmenu a:hover span{

}

.dropmenu .selected a, #dropmenu .selected a span{ /*currently selected tab*/
}

.dropmenuline
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 0px;
	background: black;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border-top-width: 8px; /*Top border width. Should match height of .dropmenuline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:9999999;
	visibility: hidden;
	font-size: 11px;
	overflow: hidden;
	line-height: 10px;
	background-color: Red;
	border: 2px solid #c11c1c;
	background-color: #ece055;
}


.dropmenudiv_a a
{
	display: block;
	text-indent: 5px;
	border-top: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	min-height: 30px;
	line-height: 30px;
	vertical-align: middle;
	margin-right: -20px;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 11px;
	font-size: 13px;
	color: #FFFFFF;
	font-weight:normal;
}

.firstDropItem
{
	background-color: #56aaff;
}

.firstDropItem:hover
{
	background-color: #007dfd;
}

.secondDropItem
{
	background-color: #2792ff;
}

.secondDropItem:hover
{
	background-color: #007dfd;
}


* html .dropmenudiv_a a
{ /*IE only hack*/
		/*width: 199px;*/
}

/* Hover Overs for Menu Items */

.menuListItem:hover{ /*For any item what isnt the last one*/
	color: white;
	background-image: url('../images/menuHoverItem.gif');
	background-repeat: repeat-y;
}

.lastItemExplicit:hover /* This is the last item */
{
	color: white;
	background-image: url('../images/lastMenuHoverItem.gif');
	background-repeat: repeat-y;
}
