@charset "utf-8";
/* CSS Document */

body
{
	font-family:Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
	color:#0066CC;
}
.SmallText {
	font-family:Arial;
	font-size: 12px;
	color:#FFFFFF;
	background-color: #20548E;
	text-align: center;
	height: 17px;
	border-top: medium;
	border-color: White;
	padding-top:5px;
	padding-bottom:5px;
}

.SmallText a {
	color:#FFFFFF;
}
#SmallSlider {
    width: 300px; /* important to be same as image width */
    height: 0px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	top: 0;
	margin-left: 0;
}

#slider {
    width: 300px; /* important to be same as image width */
    height: 226px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	top: 0;
	margin-left: 0;
}
#sliderContent {
    width: 253px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 253px;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
	-khtml-opacity: 0.5;
    opacity: 0.5;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}

#jsddm
{	margin: 0;
	padding: 0;
}
	
#jsddm li
{	float: left;
	list-style: none;
	font: 12px Arial;
	text-align:center;	
	}

#jsddm li a
{	display: block;
	background: #20548E;
	padding: 5px 12px;
	text-decoration: none;
	border-right: 1px solid white;
	width: 85px;
	color: #EAFFED;
	white-space: nowrap}

#jsddm li a:hover
{	background: #0066CC}
	
	#jsddm li ul
	{	margin: 0;
		padding: 0;
		position: absolute;
		visibility: hidden;
		border-top: 1px solid white}
	
	#jsddm li ul li
	{	float: none;
		display: inline}
	
	#jsddm li ul li a
	{	width: 85px;
		background:#0066CC;
		}
	
	#jsddm li ul li a:hover
	{	background: #000000}


