.nav {

position:relative; 
font-family:Arial, Helvetica, sans-serif;
font-size:12px; 
float:left;

z-index:500;
}

.nav .table {
display:table; 
margin:0 auto;
}
.nav .select,
.nav .current {
margin:0; 
padding:0; 
list-style:none; 
display:table-cell; 
white-space:nowrap;
}

.li_cls
{
	text-indent:0px;
}	

.nav li {
margin:0; 
padding:0; 
height:auto; 
float:left;
}

.nav .select a {
display:block; 
height:44px; 
float:left; 
padding:0px;
text-decoration:none; 
line-height:44px; 
white-space:nowrap; 
}

.nav .current a {
display:block; 
height:44px; 
float:left; 
padding:0px;
text-decoration:none; 
line-height:44px; 
white-space:nowrap; 
}


.nav .current a b {
display:block; 
padding:0px;
}

.nav .select a:hover, 
.nav .select li:hover a {
padding:0 0 0 0; 
cursor:pointer; 
}

.nav .select a:hover b, 
.nav .select li:hover a b {
display:block; 
float:left; 
padding:0px;
cursor:pointer;
}

.nav .select_sub {
display:none;
}

/* IE6 only */
.nav table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.nav .sub {
display:table; 
margin:0 ; 
padding-left:100px;
list-style:none;
/*text-align:left;*/
}

.nav .sub_active .current_sub a, 
.nav .sub_active a:hover {
background:transparent; 
/*color:#f00;*/
}

.nav .select :hover .select_sub, 
.nav .current .show {
display:block; 
position:absolute; 

top:44px; 
left:0px;
background:url(../images_home/drop_down_bg.jpg) repeat-x;
padding:0; 
z-index:100; 
left:0; 
text-align:left;
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #d7dbca;
text-decoration: none;

/*filter:blendTrans(duration=0.5);
pause:10000s;*/
}

.nav .current .show {
z-index:10;
}

.nav .select :hover .sub li a, 
.nav .current .show .sub li a {
display:block; 
float:left; 
background:transparent ; 
padding:0 0px 0 0px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#000000;
text-align:left;
line-height:30px;
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
/*filter:blendTrans(duration=0.5);
pause:10000s;*/
}

.nav .current .sub li.sub_show a {
color:#666666; 
cursor:default; 
text-align:left;
}

.nav .select :hover .sub li a:hover, 
.nav .current .sub li a:hover {
visibility:visible; 
color:#666666; 
text-align:left;
}



/* ====================== contact tab dropdown only ====================== */
.sub_1 {
display:table; 
margin:0 ; 
padding-right:100px;
float:right;
list-style:none;
/*text-align:left;*/
}


.nav .select :hover .sub_1 li a, 
.nav .current .show .sub_1 li a {
display:block; 
 
background:transparent ; 
padding:0 0px 0 0px; 
margin:0; 
white-space:nowrap; 
border:0; 
color:#000000;
text-align:right;
line-height:30px;
font-family:  Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
/*filter:blendTrans(duration=0.5);
pause:10000s;*/
}

.nav .current .sub_1 li.sub_show a {
color:#666666; 
cursor:default; 
/*background:url(images/sublink_bg.gif);*/
text-align:right;
}

.nav .select :hover .sub_1 li a:hover, 
.nav .current .sub_1 li a:hover {
visibility:visible; 
color:#666666; 
/*background:url(images/sublink_bg.gif);*/
text-align:right;
}