﻿.jquery_ul
{
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}

/* Headlines and image */
.jquery_ul
{
    width: 610px;
    height: 240px;
    background-color: #F3F3F3;
}
.jquery_ul .jContent
{
    height: 228px;
    position: relative;
    top: -29px;
    z-index: 0;
    overflow: hidden;
}
#home .jquery_ul h3
{
    margin: 0px;
    border-bottom: solid 1px #EEEEEE;
    background: Transparent url("images/content/jHeadlines_bg.png") no-repeat top left;
    padding: 5px 0px 5px 11px;
    color: White;
}

.jquery_ul .img
{
    float: left;
    width: 55%;
    background: Transparent none no-repeat left top;
}
#left .jquery_ul h4
{
    position: relative;
    top: 170px;
    height: 25px;
    color: White;
    background-color: #336666;
    font-size: 13pt;
    filter:alpha(opacity=75);
	opacity:0.75;
	padding: 2px 2px 2px 11px;
	z-index: 100;
	display: block;
}
.jquery_ul ul, .jquery_ul li
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
}
.jquery_ul ul
{
    display: block;
    float: right;
    border: 0px;
    width: 44%;
    overflow: hidden;
}
.jquery_ul li
{
    cursor: pointer;
}
#left .jquery_ul li a:Hover, #left .jquery_ul li a.Selected
{
    background-image: url("images/nav/jheadlines_selected.gif");
    color: White;
    padding-left: 18px;
}
#left .jquery_ul li a
{
    background: Transparent url("images/nav/jheadlines.gif") no-repeat top left;
    display: block;
    padding: 6px 10px 8px 25px;
    color: White;
    text-decoration: none;
}