@charset "utf-8";

#nav-links {
	width:1007px;
	background-image:url(../images/nav-bar-bg.gif);
	background-repeat:repeat-x;
	height: 36px;
}

#nav-menu ul {
	list-style-type: none;
} 
#nav-menu li {
	margin: 0;
	padding: 0;
	display:inline;
} 
#navbar-re {
	width:69px;
	float:left;
}

#navbar-le {
	width:175px;
	text-align:right;
	float:left;
}

/** css LINKS **/
.pad {
	padding-right: 65px;
}

.cssnav a {
display: block;
text-decoration: none;
}

.cssnav img
{border: 0}

.cssnav a:hover img
{visibility:hidden}

.cssnav span {
position: absolute;
left: 0px;
top: 0px;
margin: 0px;
cursor: pointer;
text-indent: -10000px;
} 

/** HOME**/
#LINK-home {
position:relative;
background-image:url(../images/home-hit.gif);
background-repeat:no-repeat;
white-space: nowrap;
display: block;
width: 33px;
height: 36px;
margin: 0;
float: left;
} 

#menu-hit-home {
	background-image: url(../images/home-hit.gif);
	background-repeat:no-repeat;
	display: block;
	width: 33px;
	height: 36px;
	text-indent: -10000px;
	overflow:hidden;
	float:left;
}

/** THE AUTHUR **/

#LINK-theauthor {
	background-image: url(../images/author-hit.gif);
background-repeat:no-repeat;
white-space: nowrap;
display: block;
width: 68px;
height: 36px;
margin: 0;
float: left;
} 

#menu-hit-theauthor {
	background-image: url(../images/author-hit.gif);
	background-repeat:no-repeat;
	display: block;
	height:36px;
	width: 68px;
	text-indent: -10000px;
	overflow:hidden;
	float:left;
}

/** THE NOVELS **/

#LINK-thenovels {
	background-image: url(../images/novels-hit.gif);
background-repeat:no-repeat;
white-space: nowrap;
display: block;
height:36px;
width: 65px;
margin: 0;
float: left;
} 

#menu-hit-thenovels {
	background-image: url(../images/novels-hit.gif);
	background-repeat:no-repeat;
	display: block;
	height:36px;
	width: 65px;
	text-indent: -10000px;
	overflow:hidden;
	float:left;
}

/** PRESS **/

#LINK-press {
background-image:url(../images/press-hit.gif);
background-repeat:no-repeat;
white-space: nowrap;
display: block;
height:36px;
width: 70px;
margin: 0;
float: left;
} 
#menu-hit-press {
	background-image: url(../images/press-hit.gif);
	background-repeat:no-repeat;
	display: block;
	height:36px;
	width: 70px;
	text-indent: -10000px;
	overflow:hidden;
	float:left;
}

/** BLOG **/

#LINK-blog {
	background-image: url(../images/blog-hit.gif);
background-repeat:no-repeat;
white-space: nowrap;
display: block;
	height:36px;
	width: 73px;
margin: 0;
float: left;
} 

#menu-hit-blog {
	background-image: url(../images/blog-hit.gif);
	background-repeat:no-repeat;
	display: block;
	height:36px;
	width: 73px;
	text-indent: -10000px;
	overflow:hidden;
	float:left;
}

/** COMMENTS **/

#LINK-comments {
	background-image: url(../images/comments-hit.gif);
background-repeat:no-repeat;
white-space: nowrap;
display: block;
height:36px;
width: 64px;
margin: 0;
float: left;
} 

#menu-hit-comments {
	background-image: url(../images/comments-hit.gif);
	background-repeat:no-repeat;
	display: block;
	height:36px;
	width: 64px;
	text-indent: -10000px;
	overflow:hidden;
	float:left;
}

