/* TOP menu */
#naviset_dropdown {
 position:absolute;
 top:71px;
 right:0;
 width:899px;
 height:39px;
 background: url('../_img/navbar.jpg') #090 no-repeat left top; /*background of tabs (default state)*/
}

.full_naviset {
 width:709px;
 margin:0 50px 0 140px;
}

.full_naviset ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.full_naviset li{
position: relative;
display: inline;
float: left;
height:36px;
line-height:36px;
text-align:center;
margin-left:-1px;
background: transparent; /*background of tabs (default state)*/
}

/*Top level menu link items style*/
.full_naviset li a{
display: block;
background: transparent; /*background of tabs (default state)*/
color: #113D62;
height:22px;
line-height:22px;
padding:0 10px;
text-decoration: none;
margin-top:6px;
font-size:10pt;
border-left:1px solid #1573D3;
border-right:1px solid #1573D3;
}

* 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: #fff;
border-top:1px solid #1573D3;
border-bottom:1px solid #1573D3;
background: url('../_img/navhover.png') transparent repeat-x center center; /*background of tabs (default state)*/
}
	
/*1st sub level menu*/
.full_naviset li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*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;
margin-left:0;
}

/*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: 130px; /*width of sub menus*/
padding: 5px 5px 5px 25px;
margin: 0;
}

.full_naviset li ul li a:hover{ /*sub menus hover style*/
background: #f90;
color: #000;
background: url('../_img/nav_hover.png') transparent no-repeat 2px center; /*background of tabs (default state)*/
}

.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: 12px;
right: 7px;
}

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

/* DOWN menu */
.down_menu {
 width:994px;
}    

.down_menu li {
 font-size:9pt;
 list-style-type: none;
 margin:10px 4px 0 0;
 float:left;
}

.down_menu a:link, .down_menu a:active, .down_menu a:visited {
 color:#888;
 text-decoration:underline;
 padding:0 4px 0 0;
 display:block;
 float:left;
}
