#mainNav {
	width: 100%;
	position: relative;
	z-index: 1;
	clear: both;
	font-family: Arial,Helvetica,sans-serif !important;
}

ul#topnav {
	margin: -9px 0px 0px;
	padding: 0;
}



#topnav li.topnavtitle {
	height: 17px;
	margin: 0px;
	padding: 10px;
	text-align: center;
	border-right: 1px solid #0f73bb;
}
#formHome #topnav li.topnavtitle {
    height: 36px;
}


#topnav li.topnavtitle:hover, #topnav li.topnavtitle.SelectedItem {
	background: #01549a;
}

#topnav li.topnavtitle a {
	color: #FFF;
	/*font-size: 15px !important;*/
}

#topnav li.topnavtitle a:hover, #topnav li.topnavtitle.SelectedItem a {
	color: #FFF;
	/*font-size: 15px !important;*/
}

#topnav li a {
	display: block;
	color: #000;
	text-decoration: none;
}

#topnav li ul {
	margin: 9px 0 0 0;
	/*background:#000099 url('/images/templateimages/dropdown_bg.png');*/
	background:#000099;
	display: none;
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
}

#topnav li>ul {
	top: auto;
	left: auto;
}

#topnav li:hover ul {
	display: block;
	margin: 6px 0 0 -10px;
}

.selected {
	background: url('/images/templateimages/btn-bg.png') repeat-x;
}





/*Navigation Menu*/
#header_dynamic_phone #mainNav  #topnav{
    margin: 0 auto;
    max-width: 1620px;
    /*text-align: center;*/
    float: left;
}

#header_dynamic_phone #mainNav  #topnav .topnavtitle  {
    width: auto;
    display: inline-block;
    /*float: left;*/
    float: none;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #0f73bb;
    position: relative;
    height: 20px;
    background-color: #000066;
}
#header_dynamic_phone #mainNav  #topnav .topnavtitle .subnav {
    display: none;
}
#header_dynamic_phone #mainNav  #topnav .topnavtitle:hover {
    background-color: #0f73bb;
}
#header_dynamic_phone #mainNav  #topnav .topnavtitle:hover .subnav {
    display: inline;
    position: absolute;
    background-color: #0f73bb;
    top: 36px;
    left: -1px;
    width: 200px;
    margin-top: 0px;
}

#header_dynamic_phone #mainNav  #topnav .topnavtitle .subnav li  {
    text-align: left;
    padding: 5px 10px;
    border-bottom: 1px solid #01549a;
}
#header_dynamic_phone #mainNav  #topnav .topnavtitle .subnav li:hover {
    background-color: #01549a;
}

#header_dynamic_phone #mainNav  #topnav .topnavtitle .subnav li a {
    font-size: 14px;
    font-weight: normal;
}

#header_dynamic_phone #mainNav  #topnav .topnavtitle  a {
    font-size: 15px;
    font-weight: bold;
}

/*end navigation menu*/
