#html {
background-image:url("kepek/background1.jpg");
background-color:#6699FF;
font-family:Helvetica, Tahoma;
font-size:12px;
}

#textlink {
color:#FF9900;
text-decoration:none;
}

#textlink:hover {
color:#FF9900;
text-decoration:underline;
}

a{
color:#FFFFFF;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

li{
background-image:url(left-background.jpg);
height:30px;
padding-top:5px;
background-repeat:repeat-x;
list-style-type:none;
}

ul{
list-style-type:none;
}

#coolmenu{
	border: 0px solid black;
	width: 199px;
	height: 150px;
	background-image:url(left-background.jpg);
	left: 1px;
	top: 302px;
}

#coolmenu a{
font: bold 13px Verdana;
padding-left: 4px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 0px solid black;
height:30px;
}

#coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-image:url(left-background1.jpg);
height:30px;
color: white;
}
