.TopMenu ul.AspNet-Menu li
{
	text-align:left;
	background-image:url(../Icons/MenuBar/Bg_link_chevron.png);
	background-repeat:no-repeat;
	background-position:98% 45%;
	vertical-align:middle;
	padding:4px 15px 12px;
}

.TopMenu ul.AspNet-Menu li:hover,.TopMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
	background:#009ea7;
	background-image:url(../Icons/MenuBar/WhiteArrow.gif);
	background-repeat:no-repeat;
	background-position:98% 45%;
}

.TopMenu li.AspNet-Menu-Selected /* this tier is selected */
{
	background:#009ea7 !important;
	color:#fff !important;
	background-image:url(../Icons/MenuBar/WhiteArrow.gif) !important;
	background-repeat:no-repeat !important;
	background-position:98% 45% !important;
}

.TopMenu a.AspNet-Menu-Selected /* this tier is selected */
{
	background:#009ea7 !important;
	color:#fff !important;
}

.SubMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover
{
	background-image:none;
	height:auto;
}

.SubMenu ul.AspNet-Menu li.AspNet-Menu-Leaf
{
	height:auto;
}

div#divContent
{
	min-height:400px;
	text-align:center;
	overflow:visible;
}

td.PDFPrint a
{
    white-space:nowrap;
}

div.SearchPanel table {
    max-width: 990px;
    width: 100%;
}

