﻿/*** Main Navigation ***/
/* ------------------- */
div.menubg
{
	background: #999 url('../images/navsub_bg.png') repeat-x bottom left;
}
table.menulayout
{
	width: 1000px;
	margin: 0px auto;
	padding: 0px;	
}
div.mn {
	background:#97a6c6;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	height: 30px;	
}
div.mn a:visited {
	color:#464646;
}
div.mn dt {
	display:none;		
}
div.mn dl {
	margin:0px 0px 0px 0px; 
	padding: 0px 0px 2px 0px;
	font:bold 1.2em Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	clear:both;
}

div.mn dl dd {
	float:left;
	display:block;
	margin:0px 0px 0px 6px;
	padding:0px 0px 0px 0px;
	white-space:nowrap;
}

div.mn dl dd a {
	float:left;
	display:block;
	text-decoration:none;
	color:#464646;
	margin: 0px 0px 0px 0px;
	background: url('../images/nav_inact_tl.png') no-repeat top left;
}

div.mn dl dd a span {
	float:left;
	display:block;
	margin: 0px 0px 0px 0px;
	padding: 8px 15px 6px 15px;
	background: url('../images/nav_inact_tr.png') no-repeat top right;
	
}

div.mn dl dd a:hover {
	background: url('../images/nav_inact_tl_hover.png') no-repeat top left;
	cursor:pointer;
	text-decoration:none;	
}

div.mn dl dd a:hover span {
	background: url('../images/nav_inact_tr_hover.png') no-repeat top right;
}

div.mn dl dd.current a, div.mn dl dd.current a:visited 
{
	color:#fff;
}

div.mn dl dd.current
{
	border-bottom: none;
	background: url('../images/nav_act_bg.png') repeat-x top left;
}

div.mn dl dd.current a 
{
	background: url('../images/nav_act_tl.png') no-repeat top left;
}

div.mn dl dd.current a span
{
	/*padding-right: 20px;*/
	background:  url('../images/nav_act_tr.png') no-repeat top right;
}

/* Sub nav */
div.sn {
	background: url('../images/navsub_bg.png') repeat-x top left;
	background-color: #002e42;
	padding:0px 4px 0px 4px;
	margin: 0px 0px 0px 0px;
	height: 26px;
}


div.sn dl dd a:visited {
	color:#fff;
}
div.sn dt 
{
	display:none;
}
div.sn dl 
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font:normal 1.2em Verdana,Arial,Helvetica,sans-serif;
	clear:both;
}

div.sn dl dd 
{
	float:left;
	display:block;
	margin:3px 3px 0px 3px;
	padding:0;
	white-space:nowrap;
}

div.sn dl dd a {
	float:left;
	display:block;
	text-decoration:none;
	white-space:nowrap;
	font-size: 12px;
	color:#fff;
}

div.sn dl dd a span 
{
	float:left;
	display:block;
	padding:2px 8px 7px 8px;
}

/* Sub navigation hover */
/*-----------------------
div.sn dl dd.current a:hover {
	background:#4080b0;
	color:#00375c;
	text-decoration:none;
	cursor:pointer;
}*/

div.sn dl dd a:hover {
	background:#eeeeee;
	color:#00375c;
	text-decoration:none;
	cursor:pointer;
}

div.sn dl dd a:hover span {
	background:transparent;
}

/* Sub navigation current */
/*-------------------------*/
div.sn dl dd.current a {
	font-weight:bolder;
	color:#00375c;
	background-color: #fff;
}

div.sn dl dd.current a span {
}

/*Fix Display issue for None IE browsers*/
#ctl00_Menu1_s1_txtSearch {
	width: 145px;
}


/*Firefox only - Steven 8Apr15*/
@-moz-document url-prefix() {
    div.sn dl dd a:hover {
        height: 24px;
    }

    div.sn dl dd a {
       height: 24px; 
    }
}