.ui-tabs-hide {
    display: none !important;
}

#homenewsbox {
    background-color: #061B31;
    height: 300px;
    width: 580px;
    overflow: hidden;
    background-image: url(images/corners_left.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#homenewsbox ul {
    height: 150px;
    width: 280px;
    display: block;
    float: left;
}

#homenewsbox ul li{
    width: 300px;
    display: block;
    height: 40px;
    margin: 0px;
    padding: 0px!important;
    background-color: transparent;
    border:none!important;
}

#homenewsbox ul li a{
    float: left;
    width: 280px;
    display: block;
    margin: 0px;
    height: 35px;
    font-size: 10px;
    color: #46515E;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #46515E;
    overflow:hidden;
}

#homenewsbox ul li a:hover{
    background-color: #2B5B81 !important;
    color: #FFFFFF;
}

#homenewsbox strong{
    display: block;
    color: #FFFFFF;
    font-size: 13px;
}


.ui-tabs-panel {
    background-color: #2B5B81;
    float: left;
    height: 300px;
    width: 290px;
    overflow: hidden;
    padding-left: 10px;
}


#homenewsbox #homenewsbox_title {
    font-size: 25px;
    color: #FFFFFF;
    margin-top: 5px;
    margin-left: 10px;
    width:200px;
    height:40px;

}
#homenewsbox #homenewsbox_footer  {
    display: block!important;
    border-top-width: 1px!important;
    border-top-style: solid!important;
    border-top-color: #46515E!important;
}
#homenewsbox #homenewsbox_footer a {
    display: inline;
    background-color: transparent!important;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


#homenewsbox #homenewsbox_footer a:hover {
	color: #FFFFFF;
	height: auto;
	width: auto;
	background-color: transparent!important;
}
