/* home menu */
#navigation-home ul {
	list-style:none;
}

#navigation-home ul li{
	margin-bottom:4px;
}

#navigation-home ul li a {
	display:block;
	width:422px;
	overflow:hidden;
	text-indent:-1000px;
}

#navigation-home ul li.book a {
	height:75px;
	background:url(../images/book.jpg) no-repeat 0 0;
}

#navigation-home ul li.book a:hover, #navigation-home ul li.book a.active {
	background:url(../images/book.jpg) no-repeat 0px -75px;
}

#navigation-home ul li.interview a {
	height:44px;
	background:url(../images/interview.jpg) no-repeat 0 0;
}

#navigation-home ul li.interview a:hover, #navigation-home ul li.interview a.active {
	background:url(../images/interview.jpg) no-repeat 0px -44px;
}

#navigation-home ul li.press a {
	height:89px;
	background:url(../images/press.jpg) no-repeat 0 0;
}

#navigation-home ul li.press a:hover, #navigation-home ul li.press a.active {
	background:url(../images/press.jpg) no-repeat 0 -89px;
}

#navigation-home ul li.blog a {
	height:99px;
	background:url(../images/blog.jpg) no-repeat 0 0;
}

#navigation-home ul li.blog a:hover, #navigation-home ul li.blog a.active {
	background:url(../images/blog.jpg) no-repeat 0 -99px;
}

#navigation-home ul li.about a {
	height:78px;
	background:url(../images/about.jpg) no-repeat 0 0;
}

#navigation-home ul li.about a:hover, #navigation-home ul li.about a.active {
	background:url(../images/about.jpg) no-repeat 0 -78px;
}


#navigation-home ul li.contact a {
	height:59px;
	background:url(../images/contact.jpg) no-repeat 0 0;
}

#navigation-home ul li.contact a:hover, #navigation-home ul li.contact a.active {
	background:url(../images/contact.jpg) no-repeat 0 -59px;
}



/* inner menu */
#navigation-inner{
	float:left;	
	width:216px;
	padding:148px 0px 0px 0px;
	margin-right:35px;
	padding-right:0px;
	min-height:350px;
}

#navigation-inner ul {
	list-style:none;
}

#navigation-inner ul li a {
	display:block;
	width:216px;
	overflow:hidden;
	text-indent:-1000px;
}

#navigation-inner ul li.book a {
	height:41px;
	background:url(../images/book-in.jpg) no-repeat 0 0;
		margin-bottom:3px;
}

#navigation-inner ul li.book a:hover, #navigation-inner ul li.book a.active {
	background:url(../images/book-in.jpg) no-repeat 0px -41px;

}

#navigation-inner ul li.interview a {
	height:23px;
	background:url(../images/interview-in.jpg) no-repeat 0 0;
}

#navigation-inner ul li.interview a:hover, #navigation-inner ul li.interview a.active {
	background:url(../images/interview-in.jpg) no-repeat 0px -23px;
}

#navigation-inner ul li.press a {
	height:45px;
	background:url(../images/press-in.jpg) no-repeat 0 0;
	margin-bottom:2px;
}

#navigation-inner ul li.press a:hover, #navigation-inner ul li.press a.active {
	background:url(../images/press-in.jpg) no-repeat 0 -45px;
}

#navigation-inner ul li.blog a {
	height:53px;
	background:url(../images/blog-in.jpg) no-repeat 0 0;
}

#navigation-inner ul li.blog a:hover, #navigation-inner ul li.blog a.active {
	background:url(../images/blog-in.jpg) no-repeat 0 -53px;
}

#navigation-inner ul li.about a {
	height:41px;
	background:url(../images/about-in.jpg) no-repeat 0 0;
}

#navigation-inner ul li.about a:hover, #navigation-inner ul li.about a.active {
	background:url(../images/about-in.jpg) no-repeat 0 -41px;
}

#navigation-inner ul li.contact {
	padding:0px 0px;
}

#navigation-inner ul li.contact a {
	height:29px;
	background:url(../images/contact-in.jpg) no-repeat 0 0;
	margin:3px 0px;
}

#navigation-inner ul li.contact a:hover, #navigation-inner ul li.contact a.active {
	background:url(../images/contact-in.jpg) no-repeat 0 -29px;
}

#category-link{
	background:url("../images/border.jpg") no-repeat scroll 15px 116px transparent;
	float:left;
	min-height:500px;
	padding-left:25px;
	width:160px;
}

#category-link ul{list-style:none;}
#category-link ul li{
	font-size:11px;
	font-weight:normal !important;	
	text-transform:uppercase;
	background:url(../images/list.jpg) no-repeat 3px 7px;
	padding:2px 0px 2px 20px;
}

#category-link ul li a{text-decoration:none;}
#category-link ul li a:hover{color:#da3b0a;}
#category-link ul li.current_page_item, #category-link ul li.current_page_parent{
	background:url(../images/marked.jpg) no-repeat 0px 4px;
}