#underlinemenu{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial;
	font-size: 14px;
	z-index:1000;
}

#underlinemenu ul{
	margin-bottom: 0em;
	padding-left: 20px;
	float: left;
	font-weight: bold;
	width: 772px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	border-top-style: solid;
	border-top-color: #002863;
	border-top-width: 5px;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
	float: left;
	color: gray;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #002863;
	background-image: url(/include/img/menu_bottom.gif);
	background-repeat: no-repeat;
	background-position: 6px bottom;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	margin-top: -5px;
}

#underlinemenu ul li a:hover{
	color: black;
	background-color: #F3F3F3;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C3922E;
	padding-top: 0px;
}

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

.dropmenudiv_a{
	position:absolute;
	top: 0;
	line-height:16px;
	z-index:100;
	background-color: #FFFFFF;
	width: 175px;
	visibility: hidden;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-left: 10px;
	border: 2px solid #0066CC;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: black;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-bottom-color: #e5e5e4;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 200px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #005c97;
color: white;
}
.ddcolortabslineGrey {
	clear: both;
	padding: 0;
	width: 792px;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #e5e5e4;
	background-image: url(../img/divider.jpg);
	display: block;
}

