#global_header {
	margin: 0px auto; 
	position: relative;
	top: 0px;
	left: 0px;
	height:48px;
}

#global_header #global_header_top {
	margin: 0; padding: 0;
	display: block;
	height: 28px;
    }

#global_header #global_header_bottom {
	margin: 0px; padding: 0px;
	display: block;
	height: 24px;
	vertical-align: text-bottom;
	border-bottom:1px solid #D9D9D9;
}


#global_header #global_header_top #global_header_logo {
	float: left;
	width: 550px;
}

#global_header #global_header_bottom  ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 24px; 
}

#global_header #global_header_top  ul {
	list-style: none;
	padding: 0px;
	margin: 0px;

}


#global_header #global_header_top #global_header_search {
	float: left;
	width: 250px;
	padding-top: 5px;
    display: block;
	
}


#global_header #global_header_top #global_header_search #searchForm{
	width: 250px;
}


#global_header #global_header_top #global_header_contact_us {
	float: left;
	width: 80px;
	padding-top: 5px;
}

#global_header  li {
	display: inline;
}

#global_header  #global_header_top a {
	float: left;
}

#global_header #global_header_top #global_header_logo li a{
	
	width: 520px; 
	height: 28px; 
	overflow: hidden;
	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: 4px;
	width: 760px;
	
}

#global_header #global_header_bottom #global_header_main_menu  #list_content ul{
	vertical-align: text-bottom;
	padding-top: 5px;

}


/* MY ACCOUNT */
#global_header #global_header_bottom #global_my_account {
	float: left;
	margin-left: 27px;
	padding:0px 0px 0px 11px;
	background-image: url(/assets/images/web_ui/myAcct_lft.gif); 
	background-repeat: no-repeat;
	background-position: 0px;
}



#global_header #global_header_bottom #global_my_account li  {
	
	width: 65px; 
}

#global_header #global_header_bottom #global_my_account li a {

	height: 24px; 
}

#global_my_account_inner_div {
	padding:0px 20px 0px 0px;
	width: 65px;
	background: url("/assets/images/web_ui/myAcct_rgt.gif") no-repeat;
	background-position: right;
	height: 24px; 
}

#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
                        }




