/* Menu Atas */
/* LEFT MENU */

#coolmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 190px;
background-color: #d6d6d6;
}

* html #coolmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
width: 164px;
}

#coolmenu a{
font: bold 10px Verdana;
padding: 8px;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid black;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover, .current { 
background-color: #6d6d6d; 
color: white;
}


/* END OF MENU */


.div1 { height:250px; background-image: url(../images/n2.gif); background-repeat:repeat-x; background-position:bottom; }