#nav a.Home {
background-image:url('Home.jpg');
width:70px;
height:40px;
}
#nav a.Books {
background-image:url('Books.jpg');
width:74px;
height:40px;
}
#nav a.Stories {
background-image:url('Stories.jpg');
width:142px;
height:40px;
}
#nav a.Articles {
background-image:url('Articles.jpg');
width:107px;
height:40px;
}
#nav a.Print {
background-image:url('Print.jpg');
width:137px;
height:40px;
}
#nav a.ragingkitty {
background-image:url('raging-kitty.jpg');
width:178px;
height:40px;
}
#nav a.Contact {
background-image:url('Contact.jpg');
width:112px;
height:40px;
}

#nav a.Home:hover {
background-image:url('HomeO.jpg');
width:70px;
height:40px;
}
#nav a.Books:hover {
background-image:url('BooksO.jpg');
width:74px;
height:40px;
}
#nav a.Stories:hover {
background-image:url('StoriesO.jpg');
width:142px;
height:40px;
}
#nav a.Articles:hover {
background-image:url('ArticlesO.jpg');
width:107px;
height:40px;
}
#nav a.Print:hover {
background-image:url('PrintO.jpg');
width:137px;
height:40px;
}
#nav a.ragingkitty:hover {
background-image:url('raging-kitty-O.jpg');
width:178px;
height:40px;
}
#nav a.Contact:hover {
background-image:url('ContactO.jpg');
width:112px;
height:40px;
}



#nav {
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.4em; 
}
#nav ul {
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
left:10px;
line-height:1.4em; 
}

#nav a{
display:block;
padding:0;
border:0;
margin:0;
text-decoration:none;
}
#nav a:hover{
border:0;
margin:0;
padding:0;
text-decoration:none;
}
#nav li{
	float:left;
	position:relative;
	background-color:transparent;
}

#nav ul {
position:absolute;
display:none;
width:7em;
top:35px;
background-color:transparent;
}

#nav li ul a{
width:7em;
height:auto;
font-size:12pt;
margin:0;
padding-left:10px;
border:1px solid #000000;
font-weight:bold;
text-decoration:none;
color:#000000;
background-color:transparent;
font-family:Times New Roman, Times;
}
#nav li ul a:hover  {
font-size:12pt;
margin-left:0;
padding-left:10px;
border:1px solid #000000;
font-weight:bold;
color:#ffffff;
background-color:transparent;
font-family:Times New Roman, Times;
}

#nav ul ul{
top:auto;
}	
#nav li ul li {
border-bottom: 0;
}
#nav li ul ul {
left:7em;
margin:0 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
