/* tags menu */
.sety_styles_tags a {
	color:#fff;
}
.sety_styles_tags a:hover {
	color:#f60;
}
/* TOP menu */

#naviset_dropdown {
 position:absolute;
 top:86px;
 left:0px;
}
/*
.full_naviset {
/* position:absolute;
 top:5px;
 left:0
 display:inline;
}

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

/*Top level list items
.full_naviset  li{
position: relative;
display: inline;
float: left;
font-size:12pt;
font-weight:bold;
text-align:left;
margin-left:2px;
background: #008fd7; /*background of tabs (default state)
/*	filter:alpha(opacity=60);
opacity: 0.6;

}

/*Top level menu link items style
.full_naviset  li a{
display: block;
background: url('../_img/nav_h.png') transparent no-repeat 4px center; /*background of tabs (default state)
color: #fff;
padding: 3px 5px 3px 30px;
text-decoration: none;
}

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

.full_naviset  li a:link, .full_naviset ul li a:visited{
color: #fff;
}

.full_naviset  li:hover{
background:#f90; /*background of tabs (default state)
}

.full_naviset  li a:hover{
background: url('../_img/nav.png') transparent no-repeat 2px center; /*background of tabs (default state)
color: #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;
}

/*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: #f60;
color: #000;
background: url('../_img/nav_h.png') transparent no-repeat 4px 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;
}

/** kontest special show **/
#nav_box .full_naviset_3_1_98{
background: #f90;
}
#nav_box .full_naviset_3_1_98 a{
background: url('../_img/nav.png') transparent no-repeat 4px center; /*background of tabs (default state)*/
}
#nav_box .full_naviset_3_1_98:hover {
background: #008fd7; /*background of tabs (default state)*/
}
#nav_box .full_naviset_3_1_98 a:hover {
background: url('../_img/nav_h.png') transparent no-repeat 4px center; /*background of tabs (default state)*/
}


/* DOWN menu */
.down_menu {
	display:block;
	text-align:left;
	margin:0 0 10px 0;
}    

.down_menu li {
 font-size:13px;
 list-style-type: none;
 display:inline;
 margin-left:4px;
}

.down_menu a:link, .down_menu a:active, .down_menu a:visited {
 color:#888;
 text-decoration:underline;
 padding:0 4px 0 0;
}
.down_menu a:hover {
	color:#f60;
}