/* LNG bar*/
#lngbar{
  position:absolute;
  right:43px;
  top:140px;
}

/* TOP menu */
#naviset_dropdown {
 margin: 0 0 0 260px;
 z-index:5000;
}

.full_naviset ul{
margin: 0;
padding: 0;
list-style-type: none;
 z-index:5500;


}

/*Top level list items*/
.full_naviset  li{
position: relative;
display: inline;
float: left;
text-align:left;

}

/*Top level menu link items style*/
.full_naviset  li a{
display: block;
color: #fff;
font-size:16px;
font-weight:bold;
line-height:23px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}

* html .full_naviset  li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.full_naviset  li:hover{
}

.full_naviset  li a:hover{
color: #eee;
}
	
/*1st sub level menu*/
.full_naviset  li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border:1px solid #fff;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.full_naviset  li ul li{
display: list-item;
float: none;
background-image:none;
background-color:#2CCA01;
margin-left:0;
font-size:14px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.full_naviset  li ul li ul{
top: 0;
}

/* Sub level menu links style */
.full_naviset  li ul li a{
width:150px; /*width of sub menus*/
margin: 0;
}

.full_naviset  li ul li a:hover{ /*sub menus hover style*/
}

.full_naviset  li ul li:hover{ /*sub menus hover style*/
background-image:none;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 5px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 12px;
right: 5px;
}

/* DOWN menu */
.left_menu {
 width:241px;
 margin:10px 0 0 17px;
}    

.left_menu li {
 font-size:14px;
 list-style-type: none;
}

.left_menu a {
 color:#333;
 text-decoration:none;
 display:block;
 height:33px;
 line-height:33px;
 padding-left:10px;
 background: url('../_img/button.jpg') transparent no-repeat left center; /*background of tabs (default state)*/
}
.left_menu a:hover {
 background: url('../_img/button-h.jpg') transparent no-repeat left center; /*background of tabs (default state)*/
}
.left_menu li ul li {
	margin-left:10px;
	margin-right:7px;
}
.left_menu li ul li a{
	background:#C6CACD;
}
.left_menu li ul li ul li {
	margin-right:0;
}

