


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0px;
border: 1px solid #336699; /*THEME CHANGE HERE*/
border-width: 1px 2px 1px 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #eff8d2;
min-width: 100px;
visibility: hidden;
	background-image: url(http://tampabay.com/universal/nav/images/subnavbox1.gif);
	background-position: left;
}

/*IE only hack*/
* html .dropmenudiv_e {
font:normal 11px Verdana;
}


.dropmenudiv_e a {
width: auto;
display: block;
/*text-indent: 5px;*/
border: 0 solid #336699; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 3px 7px 3px 7px;
text-decoration: none;
color: black;
}

/*IE only hack*/
* html .dropmenudiv_e a {
padding: 5px 10px;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
/*background-color: #E5F1FA*/;
background-color: #336699;
color:#FFFFFF;
text-decoration: none;
}


/*---- NAVS FOLLOW - THESE MUST RUN AT THE END OF THIS STYLESHEET DUE TO CONFLICTS WITH ABOVE ----*/
.headnav, .mktnav {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	min-height:20px;
	background-color:#527db1;
}
.headnav {
	background-image: url(/universal/nav/images/tabcorner-fill1.gif);
	background-position: top right;
	background-repeat:no-repeat;
	border-left: 1px solid #14396B;
}
.mktnav {
	background-image: url(/universal/nav/images/tabcorner-fill2.gif);
	background-position: top right;
	background-repeat:no-repeat;
	border-left: 1px solid #4A6C92;
}
.headnav a, .mktnav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 17px;  /* this plus 2x the top/bottom padding = height of nav */
	text-align: center;
	vertical-align: middle;
	padding: 4px 5px 4px 3px;
}
.headnav a:hover, .mktnav a:hover {
	background-image: url(/universal/nav/images/tabcorner.gif);
	background-position: top right;
	background-repeat:no-repeat;
	background-color: #00830E;
	color: #FFFFFF;
	text-decoration: none;
}
.headnav a:visited, .mktnav a:visited { color:#ffffff; }

/*.headnav, .mktnav, .headnav a:hover, .mktnav a:hover {
}*/
.headnav img, .mktnav img {
	margin-right:3px;
	margin-left:0px
}

/*-----------------------------
  end styles for the navbar
-----------------------------*/
