﻿.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 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
	padding-left: 25px;
	padding-right: 8px;
	font-size: 12px;
	font-weight: bold;
	width: 150px;		/* Change item width here */
	min-height: 30px;
	line-height: 20px;
	vertical-align: middle;
	color: #1A2A78;
	font-family: Arial;
	font-size: 13px;
	background-image: url('../images/topMenuBullet.gif');
	background-repeat: no-repeat;
	overflow: hidden;
}

.dropmenu a span
{
	float:left;
	display:block;
	padding: 4px 8px 2px 7px;
}

.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;
	width: 199px;
	visibility: hidden;
	background-image: url('../images/topMenuDropBg.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	width: 199px;
	overflow: hidden;
	line-height: 10px;
}


.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: 25px;
	font-size: 11px;
	font-size: 13px;
	width: 199px;
}

* 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;
}