.col1,.col2,.col3,.cols {float:left}
.col1 {width:580px}
.col2 {width:210px}
.cols {width:225px}
/* index.html */
#page1 {background:url(../images/bg_top.gif)}
#page1 .text {background:url(../images/bg_img1.jpg) 0 0 no-repeat;padding:71px 0 0 535px;margin-top:17px;height:339px}
#page1 .text1 span {padding-bottom:40px}
/* index-1.html */
/* index-2.html */
/* index-3.html */
#page4 .cols {width:85px}
/* index-4.html */
/* index-5.html */
/* index-6.html */
#menuwrapper ul, #menuwrapper ul li{
text-align: left;
    margin:0;
    padding:0;
    list-style:none;
	border-radius: 10px
}
 
/* We apply background color and border bottom white and width to 150px */
#menuwrapper ul li{
    background-color:#CCCCCC;
    border-bottom:solid 1px white;
    width:100%;
    cursor:pointer;
}
 
/* We apply the background hover color when user hover the mouse over of the li component */
#menuwrapper ul li:hover{
    background-color:#8596AB;
	color:#FFFFFF;
    position:relative;
}
#menuwrapper ul li a:hover{
    background-color:#8596AB;
	color:#FFFFFF;
    position:relative;
}
  
/* We apply the link style */
#menuwrapper ul li a{
text-align: left;
    padding:15px 25px;
    color:#000000;
    display:inline-block;
    text-decoration:none;
	font-weight: 600;
}
 