/* TOP menu */
#naviset_dropdown {
 position:absolute;
 width:829px;
 height:26px;
 margin:0 0;
 z-index:5000;
 top:166px;
 left:0px;
 border-left:1px solid #931818;
 background: url('../_img/background_nav.gif') transparent repeat-x left center; /*background of tabs (default state)*/
}

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

/*Top level list items*/
.full_naviset  li{
position: relative;
display: inline;
float: left;
text-align:left;
 border-right:1px solid #931818;
}

/*Top level menu link items style*/
.full_naviset  li a{
display: block;
font-size:12px;
color: #fff;
line-height:26px;
background: url('../_img/button.gif') transparent repeat-x left center; /*background of tabs (default state)*/
padding-left: 35px;
padding-right: 35px;
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{

background: url('../_img/button-h.gif') transparent repeat-x left center; /*background of tabs (default state)*/
}
	
/*1st sub level menu*/
.full_naviset  li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
border-bottom:3px solid #e5e5e5;
}

/*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;
border-right:none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.full_naviset  li ul li ul{
top: 0;
border-top:1px solid #ccc;

}

/* Sub level menu links style */
.full_naviset  li ul li a{
margin: 0pt;
color: #dc0006;
font-weight:normal;
border:1px solid #ccc;
border-top:none;
padding: 0 5px 0 10px;
line-height:18px;
width: 150px;
float: none;
font-size: 11px;
background-image:none;
background-color:#fff;
text-decoration: none;
}

.full_naviset  li ul li a:hover{ /*sub menus hover style*/
color: #2f6cab;
background-color: #d3e0ef;
background-image:none;
}

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

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

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

/* DOWN menu */
.left_menu {

 margin:0;
}    

.left_menu li {
 font-size:11px;
 list-style-type: none;
 border-bottom:1px solid #ededed;
}

.left_menu a {
 color:#dc0006;
 text-decoration:none;
 font-weight:bold;
 display:block;
 line-height:18px;
 padding-left:25px;
 background: url('../_img/arrow_red.gif') transparent no-repeat 10px 6px; /*background of tabs (default state)*/
}
.left_menu a:hover, .left_menu .mactual a {
 background: url('../_img/arrow_red_active.gif') transparent no-repeat 10px 6px; /*background of tabs (default state)*/
}
.left_menu li ul li {
 border-bottom:none;;
}
.left_menu li.mactual ul li a, .left_menu li ul li a{
 background-image:none;
 font-weight:normal;
 color:#494949;
}
.left_menu li ul li.mactual a{
 background-image:none;
 font-weight:normal;
 color:#dc0006;
}
.left_menu li ul li a:hover{
 background-image:none;
 color:#dc0006;
}
.left_menu li ul li ul li {
	margin-right:0;
}

