#global_header {
	margin: 0px auto; 
	position: relative;
	top: 0px;
	left: 0px;
	height:80px;
}

#global_header #global_header_top {
	margin: 0; padding: 0;
	display: block;
	height: 35px;
    }

#global_header #global_header_bottom {
	margin: 0px; padding: 0px;
	display: block;
	height: 35px;
	background-image:url(/assets/powder_coatings/images/pc_ui/grn-bl_menu.gif);
	background-repeat:repeat-x;
	background-position: 0px 3px;
}


#global_header #global_header_top #global_header_logo {
	float: left;
	width: 550px;
	height: 35px;
}

#global_header #global_header_top  ul,
#global_header #global_header_bottom  ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 30px;
}


#global_header #global_header_top #global_header_search {
	float: left;
	width: 250px;
	height: 25px;
	padding-top: .5em;
    display: block;
	
}


#global_header #global_header_top #global_header_search #searchForm{
	width: 250px;
	height: 30px;
}


#global_header #global_header_top #global_header_contact_us {
	float: left;
	width: 150px;
	height: 35px;
	padding-top: .5em;
        display: none;

}

#global_header  li {
	display: inline;
}

#global_header  #global_header_top a {
	float: left;
}

#global_header #global_header_top #global_header_logo li a{
	
	width: 500px; 
	height: 26px; 
	overflow: hidden;
	background-image: url(/assets/images/web_ui/rh_dow_logo.gif); _background-image: url(/assets/images/web_ui/rh_dow_logo.gif); background-repeat: no-repeat;
}


/* MENU */
#global_header #global_header_bottom #global_header_main_menu {
	float: left;
	margin-left: 0.5em;
	width: 750px;
	height: 26px;
	padding-top:8px;

}

/* MY ACCOUNT */
#global_header #global_header_bottom #global_my_account {
	float: left;
	height: 24px; 
	width: 80px;
	margin-left: 15px;
	padding:0px 0px 0px 19px;
	background-image: url(/assets/images/web_ui/myAcct_lft.gif); _background-image: url(/assets/images/web_ui/myAcct_lft.gif); 
	background-repeat: no-repeat;
	background-position: 8px;
display: none;
	
}



#global_header #global_header_bottom #global_my_account li  {
	vertical-align: middle;
	height: 24px; 
}

#global_header #global_header_bottom #global_my_account li a {

}

#global_my_account_inner_div {
	padding:0px 22px 0px 0px;
	height: 24px; 
	background: url("/assets/images/web_ui/myAcct_rgt.gif") no-repeat;
	background-position: right;
}

#global_my_account_content {
	background: url("/assets/images/web_ui/myAcct_bg.gif") repeat;
}


/* Style for My Account navigation link */

#global_my_account li a:link  {
	color: #ffffff; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 9px;
    font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
}


#global_my_account li a:visited  {color: #ffffff; font-style: normal; font-weight: bold; font-size: 9px;
                      font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none
                        }

#global_my_account li a:active  {color: #ffffff; font-style: normal; font-weight: bold; font-size: 9px;
                     font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none
                        }

#global_my_account li a:hover {color: #ffcc33; font-style: normal; font-weight: bold; font-size: 9px;
                   font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none
                        }


a.mainnav:link {
color:#ffffff;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
a.mainnav:visited {
color:#ffffff;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
a.mainnav:active {
color:#fff200;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
a.mainnav:hover {
color:#fff200;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}
.mainnav_active {
color:#fff200;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-style:normal;
font-weight:normal;
text-decoration:none;
}


