.outlinemenu{

position: absolute; /*leave this alone*/

display: none; /*leave this alone*/

width: 140px; /*default width of menu*/

border: 1px solid #011932;

overflow: hidden;

_margin-top:-1px;


}



.outlinemenu ul{

list-style-type: none;

margin: 0;

padding: 0;

}



.outlinemenu ul li a{

background:#022e4e url(../images/light.png) no-repeat top center;

font: normal 12px Arial, Verdana, Helvetica, sans-serif;

color: #fff;

display: block;

width: auto;

padding: 5px 0;

padding-left: 8px;

text-decoration: none;

text-align:left;

}



.outlinemenu ul li a:visited, .outlinemenu ul li a:active{

color: #fff;


}



.outlinemenu ul li a:hover{

color: #baff00;

background:#022e4e url(../images/light.png) no-repeat top center;

font: normal 12px  Arial, Helvetica, sans-serif;

}



/* Holly Hack for IE \*/

* html .outlinemenu li {height: 1%; }

* html .outlinemenu li a { height: 1%; }

/* End */




#slider {
    width: 941px; /* important to be same as image width */
    height: 317px; /* important to be same as image height */
    float:left; /* important */
overflow: hidden; /*	 important */
z-index:0px;
}
#sliderContent {
    width: 941px; /* 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: 12px/14px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 941px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    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;}
li { list-style-type:none;}
/*Slider End here*/
.area{ width:100%; 
 height:245px;}
.error{ font-family:arial; color:#990000;}
