.men {
	width:835px;
	margin:auto;
	margin-left:100px;
	color: #ccc;
	background-color:#ccc;

	
}
#image
{
height:50px;
width:50px;
}
#image1 {
height:90px;
width:600px;
}

#slideshow {
position:absolute;
margin-top:-50px;
margin-left:0PX;

}


.menu1
{
    
    behavior: url("/horizontal/menuh/cssmenu.htc");
    position: static;
    z-index:4;
	margin-bottom:40px;
    
	width:auto
    background:#ccc# url(bg.gif);
    font-family: "Comic Sans MS", cursive; color:#FF0000; 
    list-style: none;
    padding: 0;
	margin-left:20px;
	
! font of the menu can change!
}
.menu1 li
{
    padding: 0;
    float: left;
    height: 36px;
    position: relative;
    color: black;
    z-index:5;
	margin
}

.menu1 a
{
    padding: 0 30px;
    line-height: 36px; 
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    outline: 0;
    text-decoration:none;
    color: #CCC;
    position: relative;
	! main menu,u can change color,fonsize!
	
}
.menu1 li:hover a, .menu1 li.onhover a
{
    background: white url(bg.gif) repeat-x 0 -48px;
    color: #000;
    z-index: 9;
}
.menu1 a.arrow
{
    background: url(arrow.gif) no-repeat right center;
}
 
        
       
.menu1 li.menuRight
{
    float: right;
    margin-right:0px;
}
        

.menu1 li.separator
{
    font-size:0;
    overflow:hidden;
	
   
    z-index:4;
}
               
        

        
.menu1 .drop
{
    position: absolute;
    z-index:5;
    left: -9999px;
   
    background: #FFF;            
    text-align: left;
    padding: 20px;  
    color:#0F4F89;
    top:34px;              
}

.menu1 .drop a
{
    padding-left: 0px;
    padding-right: 0px;
    line-height: 26px;
    font-size: 12px;
    font-weight: normal;
    display: inline;
    text-align: left;
    
    position: static;
    z-index: 0;
    background-image:none;
}

.menu1 li:hover .drop, .menu1 li.onhover .drop
{
    left: -1px;
    background:white url(bg-right.png) no-repeat right bottom;
}
.menu1 li:hover .dropToLeft, .menu1 li.onhover .dropToLeft
{
    left: auto;
    right: -1px;
    background:white url(bg-left.png) no-repeat 0 bottom;
}
.menu1 li:hover .dropToLeft2, .menu1 li.onhover .dropToLeft2
{
    left: auto;
    right: -60px;
}



.menu1 div.drop div div
{
    padding: 6px 20px;
}
.menu1 li:hover .drop a, .menu1 li.onhover .drop a
{
    background: none;
    background-image:none;
    padding:0 0;
}
.menu1 div.drop div a
{
    line-height: 24px;  
    color: #0F4F89;
    background:none;
}
.menu1 div.drop div a:hover
{
    text-decoration:underline;
    cursor:pointer;
    color:#white;
}

.menu1 div.left {float:left;}

        

 
.decor1_1 
{
    -moz-border-radius:0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

    -moz-box-shadow: 0px 0px 0px #ccc;
    -webkit-box-shadow: 0px 0px 0px #ccc;
    box-shadow: 0px 0px 0px #ccc;
            
}

   
.decor1_2 
{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

    -moz-box-shadow: 0px 12px 20px #CCCCCC;
    -webkit-box-shadow: 0px 12px 20px #CCCCCC;
    box-shadow: 0px 12px 20px #CCCCCC;  
}
.menu3 { margin:0; width:100%; float:none;
    ... (other styles of the .menu3 class) ...
}