#menu ul {
    position: absolute;
    z-index: 99;
    border: 0;
}

#menu ul li {
    list-style: none;
    width: 158px;
    float: left;
    border: 0;
}

#menu ul li.first {
    width: 147px;
}

#menu ul li.third {
    width: 157px;
}

#menu ul li.fifth {
    width: 149px;
}

#menu ul li ul {
    overflow: hidden;
    width: 137px;
    border: solid #cfc6b6;
    border-width: 1px;
    opacity: 0.75;
    -moz-opacity: 0.75;
    filter: alpha(opacity = 75);
    font-size: 1.2em;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    padding: 3px 10px 0 10px;
}

#menu ul li.first ul {
    background-color: #71a136;
    width: 126px;
}

#menu ul li.second ul {
    background-color: #fd804b;
}

#menu ul li.third ul {
    background-color: #355d84;
}

#menu ul li.forth ul {
    background-color: #d6ac54;
}

#menu ul li.fifth ul {
    background-color: #3d88d3;
    width: 127px;
}

#menu ul li ul div {
    color: white;
    text-decoration: none;
    height: 100%;
}

#menu ul li h2 div {
    display: block;
    height: 22px;
    padding: 5px 5px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 0.7em;
    font-weight: normal;
    color: #000;
    background-color: #fff;
    border: solid 1px #cfc6b6;
    border-width: 0 0 0 1px;
}

#menu ul li.first h2 div {
    border-left: none;
}

#menu ul li.hoverfirst h2 div {
    background-color: #91c156;
    font-weight: bold;
    color: white;
}

#menu ul li.hoversecond h2 div {
    background-color: #fd804b;
    font-weight: bold;
    color: white;
}

#menu ul li.hoverthird h2 div {
    background-color: #355d84;
    font-weight: bold;
    color: white;
}

#menu ul li.hoverforth h2 div {
    background-color: #d6ac54;
    font-weight: bold;
    color: white;
}

#menu ul li.hoverfifth h2 div {
    background-color: #3d88d3;
    font-weight: bold;
    color: white;
}

.menu_content {
    height: 357px;
    padding-top: 32px;
	padding-bottom: 20px;
	z-index:2;
}

.quote {
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    font-style: italic;
}

#sw-ticker {
    position: absolute;
    overflow: hidden;
    top: 250px;
    left: 505px;
    width: 260px;
    height: 140px;
	margin:0;
	padding:0;
    z-index: 10;
}

.notification {
    width: 250px;
    height: 140px;
    margin: 0;
}

.quote-open {
	float:left;
	width:35px;
    height: 20px;
	background: url(../images/quote-open.png) no-repeat top;
}

.quote-close {
	float:right;
	width:35px;
    height: 20px;
	background: url(../images/quote-close.png) no-repeat bottom;
}

.ticker-content {
	margin-left:35px;
	margin-right:35px;
    color: #013363;
    font-size: 11px;
}

.notification-wrap {
	padding-top:10px;
}

#bg-cache {
    position: absolute;
    left:709px;
	top:247px;
	width:50px;
	height:29px;
	z-index:100;
}

