/* SOL MENU */
#subnav li a:hover {
color : #8fcc14;
}
#subnav li.on a {
color : #8fcc14;
}
#subnav li a.hide {
background : url(../img/icons/arrow_off.gif) no-repeat 143px 12px;
}
#subnav li a.hide:hover {
color : #8fcc14;
background : url(../img/icons/arrow_on.gif) no-repeat 143px 12px;
}
#subnav li.on a.hide {
color : #8fcc14;
background : url(../img/icons/arrow_on.gif) no-repeat 143px 12px;
}
#subnav li#top a {
display : block;
width : 129px;
padding : 0 20px 9px 10px;
font-weight : normal;
color : #999999;
text-decoration : none;
border-bottom : 1px solid #d9d9d9;
}
#subnav li#top a:hover {
color : #8fcc14;
}
#subnav li#top.on a {
color : #8fcc14;
}
#subnav li#bottom a {
padding : 7px 20px 2px 10px;
border : none;
}
#subnav li#bottom a:hover {
color : #8fcc14;
}
#subnav li#bottom.on a {
color : #8fcc14;
}
#subnav li#news a {
padding : 3px 15px 2px 15px;
border : none;
color : red;
width : 130px;
background : none;
}
#subnav li#news a:hover {
color : #8fcc14;
background : none;
}
#subnav li#news.on a {
color : #8fcc14;
background : none;
}
/*******************************/
