#header .logo {
    padding-top: 10px;
    padding-left: 1em;
}

#header .logo:link, #header .logo:visited {
    font-size: 1.5em;
    color: #555555;
    font-family: Verdana;
}

/*NEW HEADER LAYOUT*/

#header_container {
	background: url(/images/oxygen/menu2/bg_header_01.gif) no-repeat;
	height: 104px;
    position: relative;
}

#header_container_right {
	background: url(/images/oxygen/menu2/bg_header_02.gif) no-repeat;
	width: 12px;
	height: 104px;
	float: right;
}

#header_container .logo {
    padding-top: 18px;
    padding-left: 1.563em;
	float: left;
}

#nav {
	background: url(/images/oxygen/menu2/bg_header_03.gif) no-repeat;
	height: 34px;
	margin-bottom: 5px;
}

#nav_right {
	background: url(/images/oxygen/menu2/bg_header_04.gif) no-repeat;
	width: 28px;
	height: 34px;
	float: right;
}

#header_container #nav a:hover {
	text-decoration: none;
}

/*TOP NAV*/
#top_nav {
    color: #676F7A;
    margin: 0px;
    background: transparent url(/images/oxygen/menu2/bg_topnav_grey.gif) repeat-x scroll right top;
    float: right;
    height: 39px; 
    padding-right: 5px;
    font-size: 11px;
    padding-top: 1px;
    top: 0px;
    right: 0px;
    position: absolute;
}

#top_nav #top_menu {
    color: #676F7A;
    display: inline-block;
    float: left;
    line-height: 35px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

#top_nav #top_menu li {
    float: left;
    height: 39px;
    background: transparent none repeat scroll 0 0;
    padding: 0px 0px 0px 0px;
    position: relative;  
    list-style-image: none;
}

#top_nav #top_menu li ul {
    background-color: #EFEDED;
    color: #676F7A;
    display: none;
    left: -15px;
    line-height: 16px;
    margin-top: 39px;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 1000;
}

#top_nav #top_menu li a, 
#top_nav #top_menu li a:active, 
#top_nav #top_menu li a:visited,
#top_nav #top_menu li a:hover {
    color: #676F7A;
    text-decoration: none;
}

#top_nav #top_menu .blue {
    background: transparent url(/images/oxygen/menu2/bg_topnav_blue2.gif) repeat-x scroll 0 0;
    padding: 0 6px 0 0;
    color: #FFFFFF;
}

#top_nav #top_menu li.blue a.tool_link {
    color: #FFFFFF;
    border-bottom: dotted 1px white;
    text-decoration: none;
}

#top_nav #top_menu .gray {
  background: transparent url(/images/oxygen/menu2/bg_topnav_blue.gif) repeat-x scroll 0 0;
  padding: 0 6px 0 0;
  color: #676F7A;
}

#top_nav #top_menu .blue {
  background: transparent url(/images/oxygen/menu2/bg_topnav_blue2.gif) repeat-x scroll 0 0;
  padding: 0 6px 0 0;
  color: #676F7A;
}

#top_nav #top_menu li.gray a.tool_link {
	color: #676F7A;
	border-bottom: dotted 1px #676F7A;
	text-decoration: none;
    font-weight: normal;
}

#top_nav #top_menu .logout:hover{
	color: #676F7A;
	text-decoration: none;
	border-bottom: none;
}

#top_nav #top_menu .contactus {
    padding: 0 5px;
}

.search_container #search_input {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: #676F7A;
    font-size: 11px;
    height: 20px;
    margin: 5px 0 5px 2px;
    width: 149px;
    vertical-align: top;
    padding-left: 5px;
}

.search_container #search_scope {
    background: white;
    border: 1px solid #D6D6D6;
    color: #676F7A;
    font-size: 11px;
    height: 20px;
    padding: 0;
    margin-top: 4px;
    vertical-align: top;
    display: inline-block;
}

#search_scope dt{
    height: 19px;
    line-height: 19px;
    background: white;
}

#search_scope dt span{
    padding-left: 5px;
}

#search_scope dd{
    height: 19px;
    line-height: 19px;
    margin: 0;
    border-left: 1px solid #D6D6D6;
    border-right: 1px solid #D6D6D6;
    background: white;
    cursor: pointer;
    display: none;
}

#search_scope dd span{
    background: url(/images/oxygen/menu2/unchecked.gif) no-repeat transparent;
    padding-left: 15px;
}

#search_scope dd div.action,
#search_scope dd div.input_name,
#search_scope dd div.submit_name
{
    display: none;
}

#search_scope dd.last{
    border-bottom: 1px solid #D6D6D6;
}

#search_scope dd.selected, #search_scope dl:hover{
    background-color: #F1F1F1;
    color: #ABABAB;
}

#search_scope dd.selected span{
    background: url(/images/oxygen/menu2/checked.gif) no-repeat;
    padding-left: 15px;
}

#search_scope dt span.arrow {
    background: url("/images/oxygen/menu2/icon-arrow.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 20px;
    position: relative;
    top: 8px;
    width: 27px;
    padding: 0;
}

.search_container form {
    background: transparent url(/images/oxygen/menu2/bg_searchbox.gif) no-repeat scroll left top;
    padding: 0;
    vertical-align: top;
    margin-top: 3px;
}

.search_container input[type=image] {
    vertical-align: top;
}

#top_nav #top_menu #mail_image {
    margin-top: 8px;
}

#modal_background {
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    z-index: 500;
}

div#products_box_drop div.menu_name,
div.drop_down_menu div.menu_name {
    display: inline;
    height: 15px;
    margin: 0;
    padding: 7px 15px 20px 15px;
    text-align: center;
    background: url(/images/oxygen/menu2/selected_dropdown_menu_bg.gif) white repeat-x;
    z-index: 1000;
}

div#products_box_drop div.menu_name {
    padding: 11px 3px 23px 5px;
    zoom: 1;
}

div#products_box_drop div.menu_name a {
    text-decoration: none !important;
}

.product_drop_box_img {
    position: relative;
    top: -3px;
}

div.drop_down_menu div.menu_name a {
    font-weight: bold;
}

div.drop_down_menu div.menu_name a:hover {
    text-decoration: none;
}

#products_box_drop {
    left: 0;
    top: 0;
    font-size: 11px;
    position: relative;
    z-index: 1000;
    zoom: 1;
}

#products_box.active a {
    background: url("selected_dropdown_menu_arrow.gif") no-repeat scroll right center transparent;
    padding-right: 17px;
}

#products_box.active dl {
    display: inline;
}

#products_box_drop dl {
    background: url("/images/oxygen/menu2/menu_left_bg3.gif") repeat-y scroll right top white;
    position: absolute;
    top: 35px;
    right: 0;
    width: 500px;
    z-index: 1000;
    margin: 0;
    line-height: 33px;
}

#products_box_drop dl dt {
    background: url("/images/oxygen/menu2/list_bg3.gif") no-repeat scroll left top #F9F9F9;
    clear: both;
    float: right;
    height: 33px;
    padding-left: 35px;
    width: 190px;
}

#products_box_drop dl dt a {
    color: #676F7A;
    text-decoration: none !important;
    display: block;
}

#products_box_drop dl dt:hover,
#products_box_drop dl dt.active {
    background-color: white;
    background-image: url("/images/oxygen/menu2/list_active3.gif");
}

#products_box_drop dl dd {
    display: none;
    left: 0;
    padding: 81px 10px 10px;
    position: absolute;
    top: 0;
    width: 255px;
    margin: 0;
    line-height: 1em;
}

#products_box_drop dl dd.active {
    display: block;
}

#products_box_drop p.read_more {
    font-weight: bold;
    text-align: right;
}

#products_box_drop p.read_more a,
#products_box_drop p.read_more a:hover,
#products_box_drop p.read_more a:visited,
#products_box_drop p.read_more a:link {
    color: black;
}

#products_box_drop.active dl a {
    background-image: none;
    display: inline-block;
    padding-right: 0;
    width: 190px;
}

#products_box_drop #product_link_gnpd_desc {
    background: url(/images/oxygen/menu2/dropdown_gnpd.jpg) no-repeat 50% 10px white;
}

#products_box_drop #product_link_menu_desc {
    background: url(/images/oxygen/menu2/dropdown_menu.jpg) no-repeat 50% 10px white;
}

#products_box_drop #product_link_oxygen_desc {
    background: url(/images/oxygen/menu2/dropdown_oxygen.jpg) no-repeat 50% 10px white;
}

#products_box_drop #product_link_inspire_desc {
    background: url(/images/oxygen/menu2/dropdown_inspire.jpg) no-repeat 50% 10px white;
}

#products_box_drop #product_link_compere_desc {
    background: url(/images/oxygen/menu2/dropdown_comperemedia.jpg) no-repeat 50% 10px white;
}

#products_box_drop #product_link_mfd_desc {
    background: url(/images/oxygen/menu2/dropdown_mfd.jpg) no-repeat 50% 10px white;
}


/*MAIN MENU*/
#main_menu ul {
margin:0;
padding:0;
}
#main_menu li {
float:left;
font-weight:bold;
height:15px;
list-style-type:none;
padding:7px 14px;
position:relative;
text-align:center;
z-index:900;
}
#main_menu li a,#main_menu li, #header #main_menu li a:visited, #header #main_menu li a:active, #header #main_menu li a:hover {
color:#FFFFFF;
text-decoration:none;
}

.dropdown a{
  padding-right: 17px;
  background: url(/images/oxygen/menu2/deselected_dropdown_menu_arrow.gif) no-repeat right transparent;
}

/*#main_menu #products_box {
display:inline;
float:right;
margin-right:30px;
overflow:visible;
position:relative;
text-align:right;
z-index:1000;
}*/
