@charset "utf-8";
/*** green ***/

/* inserito da me - voci di menù */
ul.menu li a{
    font-family:"Trebuchet MS";
    font-size: 13px;
    display:block;
    border-width:0px;
    text-decoration: none;
    font-weight: bold;
    color:#3D567B;
    height:22px;
    padding-top:7px;
    padding-left:5px;
}

ul.menu li a:hover{
 color:#ffffff;
}
ul.menu li:hover{
    background: url(../images/green/menu_hover.png) top repeat-x;
    background-position: 0px -7px;
}
/* fine inserimanto mio */

a:link, a:visited {
    color: #7B8A2B;
    text-decoration:underline;
}

a:hover {
    color: #7B8A2B;
    text-decoration:none;
}

#page_bg {
    background: #FFFFFF url(../images/green/bg_page.png) top repeat-x;
}

.search{
    background: url(../images/green/search_ico.png) right bottom no-repeat;
}
#pillmenu li a{
    color: #3D567B;
}
#pillmenu li a:hover, #pillmenu li a#active_menu-nav{
    background: url(../images/green/menu_hover.png) top repeat-x;
    color: #FFFFFF;
}


div.module_menu h3, div.module h3, #rightcolumn h3{
    background:  url(../images/green/bg_h3.png) top left no-repeat;
}

#f_area{
    background: #7F9434 url(../images/green/bg_f_area.png) bottom right no-repeat;
    border-top: 3px solid #485313;
}

a.readon, a.readon:hover, a.readon:visited{
    display:block;
    height:23px;
    width:109px;
    color:#FFFFFF;
    text-decoration:underline;
    padding-left: 23px;
    line-height:23px;
    background:  url(../images/green/bg_read_more.png) top left no-repeat;
    margin:10px 0px 0px 0px;
}

#power_by, #power_by a, #power_by a:visited{
    color:#B9B9B9;
    text-decoration:none;
    font-size:11px;
}
ul.menu li{
    list-style:none;
    /*background:url(../images/green/menu_arrow.gif) top left no-repeat;*/
}
/*#f_area ul.menu li{
    list-style:none;
    background:url(../images/green/menu_arrow.gif) top left no-repeat;
}*/
ul.mostread li{
    list-style:none;
    background:url(../images/green/menu_arrow.gif) top left no-repeat;
}
ul.latestnews li{
    list-style:none;
    background:url(../images/green/menu_arrow.gif) top left no-repeat;
}
.moduletable ul li {
    list-style:none;
    background:url(../images/green/menu_arrow.gif) top left no-repeat;
}
#f_area div.moduletable_menu ul.menu {
    padding:10px 0px 10px 0px;
    margin:0px;
    background:none;
}

#f_area div.moduletable_menu ul.menu li {
    padding:0px 0px 0px 20px;
    margin:0px; 
    line-height:18px;
    background:url(../images/green/menu_arrow.gif) top left no-repeat;
    border-bottom:none;
}
#f_area a:link, #f_area a:visited {
    color: #FFFFFF;
    text-decoration:underline;
}

#f_area a:hover {
    color: #FFFFFF;
    text-decoration:none;
}
div.componentheading{

    font-size:30px;
    font-weight:bold;
    padding-left:60px;
    background: url(../images/contentheading_ico.png) left top no-repeat;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color:#000000;

}