ul.dropdown, ul.dropdown2 {
  font-weight:normal;
}


/* Properties for the primary navigation panel*/
ul.dropdown li, ul.dropdown2 li {
padding: 18px 5px 1px 14px;
border-bottom: 1px dotted #e7174b;	
background-color: #fff;
color: #484848;
}

ul.dropdown li.hover,
ul.dropdown li:hover,
ul.dropdown2 li.hover,
ul.dropdown2 li:hover{
color: #484848;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #484848; text-decoration: none; }
ul.dropdown a:hover		{ color: #c41731; }

ul.dropdown2 a:link,
ul.dropdown2 a:visited	{ color: #484848; text-decoration: none; }
ul.dropdown2 a:hover		{ color: #c41731; }

/* -- level mark -- */

/*Change the width for the secondary nav level here */
ul.dropdown ul, ul.dropdown2 ul {
width: 215px;
margin-top: 1px;
}

ul.dropdown ul li, ul.dropdown2 ul li {
font-weight: normal;
background-color: #efefef;
border-bottom:1px solid #fff;
}

/*Change the width for the 3rd nav level here*/
ul.dropdown ul li ul{width:140px;}
ul.dropdown2 ul li ul{width:140px;}

ul.dropdown ul li ul li {background:#e3e3e3;}
ul.dropdown2 ul li ul li {background:#e3e3e3;}

/* -- Components override for BG Triangle Image */
ul.dropdown-vertical *.dir {
  background-image: url(../../images/MenuBarRight.gif);
  background-position: 2% 75%;
  background-repeat: no-repeat;
}

ul.dropdown-vertical *.dir:hover {
	background-image: url(../../images/MenuBarRight_over.gif);
	background-position: 2% 75%;
	background-repeat: no-repeat;
}

ul.dropdown-vertical .active {
	background-image: url(../../images/MenuBarRight_over.gif);
	background-position: 2% 75%;
	background-repeat: no-repeat;
	color: #e7174b;
}

.active_txt {
	color: #e7174b;
}

A.link, A.visited, A.active {color:#0000FF; text-decoration:underline;}
A.hover {color:#ff0000;}
A.reg:link, A.reg:visited, A.reg:active {color:#0000ff; text-decoration:underline;}
A.reg:hover {color:#FF0000}
A.press:link, A.press:visited, A.press:active {color:#484848; text-decoration:none; font-weight:bold}
A.press:hover {color:#C41731}

.greyhead {
	color:#464646;
}

.dated {
	font-size:.75em;
	padding-left:10px;
	color:#686868;
	font-style:italic;
}
.callout2 {
	color:#464646;
	font-weight:normal;
	margin-left:5px;
/*	margin-top:10px;  */
	border-bottom:1px dotted #c41731;
	padding:5px 5px 5px 5px;
	width:168px;
	border-left:1px solid #c41731;
	height: auto;
	line-height: normal;
	background-color: #FFFFFF;
	float: right;
}