@charset "UTF-8";
/* CSS Document */
body{
background-image:url(background/black.png);background-repeat: repeat-x;}

p{ font:Arial; font-size:16px;
	}

body{ font:Arial; font-size:16px;}
	
h1{background-color:#CCCC99;} 

h5{ color:#339900; font-weight:800}

div.main{
	width:664px;
	margin:0 auto;
	margin-top:0px;
}

#back {
    background-image:  url(background/banner.jpg);
    background-repeat: no-repeat;
    height: 150px;
    width: 800px;
	
	
}
#tab
{
 position: relative;
    height: auto;
    width: auto;
    left: 25px;
    top: 0px;}

#footer li
{
margin: 0 0.29em;
display: inline;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font-size:12px;
	
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #fff ; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

#letter a {
font-size:13px;
text-decoration:none;
color:#FF6600;

}  
 ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}
<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.breadcrumb{
font: bold 1px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
}

.breadcrumb a{
background: transparent url(breadcrumb.gif) no-repeat center right;
text-decoration: none;
padding-right: 14px; /*adjust bullet image padding*/
color: navy;
}


.breadcrumb a:visited, .breadcrumb a:active{
color: navy;
}


.breadcrumb a:hover{
text-decoration: underline;
}
*.author{ font-size:12px;
color:#0000FF;
}
*.note{ font-size:12px;
color:#FF0000;
}
*.love{
color:#0000FF; font-weight:900;
}
.kabtv{
color:#FF0000;
float:left;
width:150px;
text-align:center;

}

