/* TOP menu */
#naviset_dropdown {
 position:absolute;
 width:800px;
 height:33px;
 z-index:5000;
 top:215px;
 left:0px;
}

.full_naviset ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:16px;
font-weight:bold;
}

/*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;
line-height:33px;
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: #f60;
background:#fff;
}
	
/*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;
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:160px; /*width of sub menus*/
margin: 0;
background: #fff;
color:#34A6DC;
}

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

.full_naviset li ul li:hover{ /*sub menus hover style*/
color:#fff;
background:#34A6DC;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

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

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

/* DOWN menu */
.left_menu {
 width:200px;
 margin-top:20px;
}    

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

.left_menu a {
 color:#34A6DC;
 text-decoration:none;
 display:block;
 height:25px;
 line-height:25px;
 padding-left:10px;
 background: #F7E7C6; /*background of tabs (default state)*/
}
.left_menu a:hover {
 background: #fff; /*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;
}

