/*
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: none;
}
*/
img {
	border: 0;
}
#menu {
	
	list-style:none;
	width:997px;
	height:38px;
	background-position: left top;
	margin: 0px;
	background-image: url(/images/nav_div_bg.jpg);
	background-repeat: repeat-x;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu li {
	position:relative;
	border:none;
	float: left;
	list-style:none;
	list-style-type: none;
	margin-left: 0px;
	z-index: 99999;
}
#menu li:hover {
}
#menu li a {
	outline:0;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(/images/nav_btn_bg_off.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	line-height: 30px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3174A8;
	list-style:none;
	list-style-position: inside;
 list-style-image: none;
 list-style-type: none;
}
#menu li:hover a {
	background-image: url(/images/nav_btn_bg_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #284C64;
}
#menu li .drop {
	padding-right:20px;
	background-image: url(/images/nav_btn_bg_off.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 20px;
	background-color: #EAEAEA;
	list-style-type: none;
}
#menu li:hover .drop {
	background-image: url(/images/nav_btn_bg_on.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #EAEAEA;
}
#menu .dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
	float:left;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-color: #EAEAEA;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00247D;
	border-bottom-color: #00247D;
	border-left-color: #00247D;
}
#menu .dropdown_1column {
	width: 140px;
	background-color: #EAEAEA;
}
#menu .dropdown_2columns {
	width: 280px;
}
#menu .dropdown_3columns {
	width: 420px;
}
#menu .dropdown_4columns {
	width: auto;
}
#menu .dropdown_5columns {
	width: 700px;
}
#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2columns, #menu li:hover .dropdown_3columns, #menu li:hover .dropdown_4columns, #menu li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}
#menu .col_1, .col_2, .col_3, .col_4, .col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
}
#menu .col_1 {
	width: 130px;
}
#menu .col_2 {
	width:270px;
}

#menu .col_3 {
	width:410px;
}
#menu .col_4 {
	width:auto;
}
#menu .col_5 {
	width:690px;
}
#menu .menu_right {
	float:right;
	margin-right:0px;
}
#menu li .align_right {
}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;
}
#menu p, #menu h2, #menu h3, #menu ul li #menu h2 a;{
	font-family:Arial, Helvetica, sans-serif;
	line-height:21px;
	font-size:8px;
	text-align:left;
	background-image: none;
}
#menu h2 {
	font-size: 14px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		color: #EB7F01;
		padding-top: 0;
		padding-right: 0;
		padding-bottom: 0px;
		padding-left: 0px;
		margin-top: 10px;
		margin-right: 0;
		margin-bottom: 10px;
		margin-left: 0px;
                background-image: none;
                border-style: none;
     border-width: 0px;
	
}

#menu h3 {
	font-size:12px;
	padding-bottom:6px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 14px;
	margin-left: 0;
	background-image: url(/images/sep_shadow_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}


#menu p {
	line-height:18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#menu li:hover div a { /* Basic submenu links */
	font-size:11px;
	color:#000;
	background-image: url(/images/bull_blue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 14px;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 20px;
	white-space: nowrap;
	
}
#menu li:hover div a:hover {
	color:#fa7c00;
	background-image: url(/images/bull_orange.jpg);
	text-decoration: underline;
}

#menu li:hover div h2 a {
     background-image: none;
     color: #EB7F01;
     font-family: Arial,Helvetica,sans-serif;
     font-size: 14px;
     font-weight: bold;
     margin: -2px 0pt 00px 0px;
     padding: 0pt 0pt 0px 0px;
}

#menu li:hover div h2 a:hover {
     background-image: none;
     color: #FA7C00;
     text-decoration: underline;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

#menu .img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}
#menu li .black_box {
	background-color:#CCC;
	color: #000;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #FFF;
}
#menu li ul {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}
#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}

#menu .darkBlueBackground{
	background-image: url(/images/row_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
