﻿div.id_nav_top{
	width: 805px;
	vertical-align: top;
	height: 55px;
	background: url(images/menu_bg.jpg) repeat-x center top;
}

div.id_nav_top table{
	background:transparent url(image/menu/menu_bg.jpg) repeat-x scroll center top;
	height:55px;
	padding-left:5px;
	padding-right:5px;
	vertical-align:top;
	width:auto;
	float: left;
}

div.id_nav_top table td{ /*modigyon  21- 05- 2009-----------------------------*/
	width:auto;
	text-align: center;
	vertical-align: top;
	height: 55px;
	background: url(image/menu/menudiveder.gif) no-repeat right top;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div.id_nav_top a{
	display:block;
	font-size:13pt;
	color:#333333;
	height:auto;
	text-decoration: none;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	width: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	background: repeat-x top;
	padding-left: 10px;
	line-height: 15px;
}

div.id_nav_top a:hover {
	color:#ffffff;
	background: url(images/selected.png) repeat-x top;
	text-decoration: none;
}

div.id_nav_top td.last{
	background:none;
}

div.id_nav_top td.on
{
	color:#FFFFFF;
	background: #9a742b;
}

div.id_nav_top td.on a{
	color:#FFFFFF;
	background-image: url(images/selected_menu.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

div.id_nav_top td.on a:hover{
	color:#FFFFFF;
}

div.nav_top_margin{
	margin-bottom:5px;
}


div.id_nav_sub{
	height: auto;
	width: 985px;
	color: #FFFFFF;
	float: left;
}

div.id_nav_no_sub_gutter
{
   margin-bottom:4px;
}

div.id_nav_sub ul{
	margin:0;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-align: left;
	background: url(images/sub_menu_bg.jpg) no-repeat center bottom;
	width: 985px;
}

div.id_nav_sub ul li{
	display:inline;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}

div.id_nav_sub ul li a{
	color:#FFFFFF;
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
	text-decoration: none;
}

div.id_nav_sub ul li a:hover {
	color:#000000;
	text-decoration: none;
	padding: 2px;
	font-size: 10pt;
	font-weight: bold;
}

div.id_nav_sub ul li.on a{
	color:#000;
}

@media print
{
   div.id_nav_top, div.id_nav_sub
   {
      display: none;
   }

   ul.sub_sub li span, div.nav_display li.on span
   {
      font-weight: bold;
   }
}

div.id_nav_top td.onmouse
{
	color:#FFFFFF;
	background: url(../images/nav_top_tab_onmouse.jpg) repeat-x left bottom;
}

div.id_nav_top td.onmouse a{
	color:#ffffff;
	background: url(images/selected.png) repeat-x center top;
}
div.id_nav_top td.onmouse a:hover{
	color:#FFFFFF;
}
/*  For Drop down Menu*/

.chromestyle{
	width: 975px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*
content: " v";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	line-height:18px;
	z-index:100;
	width: 194px;
	visibility: hidden;
	margin-top:-3px;
	margin-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
	padding: 0px;
}


.dropmenudiv a{
	width: 161px;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background: #1e4a75 no-repeat center bottom;
	height: auto;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-right: 12px;
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #113557;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2c567f;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.5px;
}

* html .dropmehnudiv a{ /*IE only hack*/
	width: auto;
	float: left;
}

.dropmenudiv a:hover
{ /*THEME CHANGE HERE*/
	color:#FFFFFF;
	background: #0b345b repeat-x center bottom;
	margin-right: 12px;
	margin-left: 12px;
	padding-right: 5px;
	padding-left: 5px;
	height: auto;
	width: 161px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}
/*background-color: #F0F0F0;*/


/* --End Drop down menu*/

div.id_footnotes{
	padding:12px;
}


.menu_to_space{
	float: left;
	height: 5px;
	width: 947px;
	text-align: left;
	font-family: Arial,;
	font-size: 14px;
	font-weight: bold;
	color: #DCD087;
	text-decoration: none;
	vertical-align: bottom;
	background-color: #3b607e;
	
}


.index_heder_menu_div_new2 {
	float: left;
	width: auto;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}


/*---------------new css Creating on 21-05-2009--------------------------*/
.dp_menuqmparent {  
height:
	height: auto;
	padding-left: 1px;
	text-align: left;
	padding-right: 1px;
}

.dp_menuqmparent2 {  
height:
	height: auto;
	padding-left: 10px;
	text-align: left;
	padding-right: 5px;
}


.dropmenudiv_topach {
	width: 194px;
	height: 11px;
	background: url(images/subsubmenu-top.png) no-repeat center top;
}
.dropmenudiv_topach2 {
	width: 194px;
	height: 8px;
	background: url(images/submenu-bottom2.png) no-repeat center top;
}

.dropmenudiv_topach3 {
	width: 194px;
	height: auto;
	background: #1e4a75;
}

.menucentre {
	width: 805px;
	height: auto;
	float: left;
}

.fore_consumer {
	width: 180px;
	height: 55px;
	float: left;
	background: url(images/foreconsuoemr.gif) no-repeat center center;
}