/************************ TOP MENU ********************************/

#topmenu
{
	position:absolute;
	bottom:0px;
	left:0px;
	width: 992px;
	height:42px;
	margin: 0px;
	padding: 0px;
}

#topmenu_nav
{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#topmenu_nav li
{
	display:inline;
	list-style: none;
	padding:0;
	margin:0;
}
#topmenu_nav a:link, #topmenu_nav a:visited
{
	overflow:hidden;
	display: block;
	text-indent: -9999px;
	padding:0px;
	float:left;
	width:auto;
	height:42px;
	text-decoration:none;
}

#topmenu_home a:link, #topmenu_home a:visited
{
	width:118px;
	background: url(../images/topmenu/home.gif) 0 0  no-repeat;
}
#topmenu_about-us a:link, #topmenu_about-us a:visited
{
	width:152px;
	background: url(../images/topmenu/about-us.gif) 0 0  no-repeat;
}
#topmenu_location a:link, #topmenu_location a:visited
{
	width:144px;
	background: url(../images/topmenu/location.gif) 0 0  no-repeat;
}
#topmenu_we-buy-books a:link, #topmenu_we-buy-books a:visited
{
	width:190px;
	background: url(../images/topmenu/we-buy-books.gif) 0 0  no-repeat;
}
#topmenu_links a:link, #topmenu_links a:visited
{
	width:122px;
	background: url(../images/topmenu/links.gif) 0 0  no-repeat;
}
#topmenu_contact-us a:link, #topmenu_contact-us a:visited
{
	width:154px;
	background: url(../images/topmenu/contact-us.gif) 0 0  no-repeat;
}
#topmenu_blog a:link, #topmenu_blog a:visited
{
	width:112px;
	background: url(../images/topmenu/blog.gif) 0 0  no-repeat;
}

#topmenu_nav a:hover
{
	text-decoration:overline;
	background-position: 0px -42px;
}

#topmenu_home a.selected,
#topmenu_about-us a.selected,
#topmenu_location a.selected,
#topmenu_we-buy-books a.selected,
#topmenu_links a.selected,
#topmenu_contact a.selected,
#topmenu_blog a.selected,
{
	text-decoration:underline;
	background-position: 0px -42px;
}

#topmenu_nav a:active
{
	font-weight:bold;
}

/********************** LEFT MENU ******************************/
.leftbox {
	background:url(../images/left-columnbox-bg.gif) 0 0 repeat-y;
	margin-bottom:10px;
}
.leftbox-top {
	height:7px;
	background:url(../images/left-columnbox-top.gif) 0 0 no-repeat;
}
.leftbox-bottom {
	height:8px;
	background:url(../images/left-columnbox-bottom.gif) bottom left no-repeat;
}
.left-padding {
	padding:10px 40px 70px 10px;
}
.left-padding-small {
	padding:10px 40px 10px 10px;
}
#search-box-interior {
	background:url(../images/search-box-bg.gif) 109px bottom no-repeat;
	
}
#links-box-interior {
	background:url(../images/links-box-bg.gif) 150px bottom no-repeat;
	
}
#leftmenu
{
	position:relative;
	overflow:hidden;
	width:105px;
	height:auto;
	margin: 0px;
	padding: 0px;
}

#leftmenu_nav
{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
#leftmenu_nav li
{
	display:inline;
	list-style: none;
	padding:0;
	margin:0;
}
#leftmenu_nav a:link, #leftmenu_nav a:visited
{
	overflow:hidden;
	display: block;
	text-indent:-9999px;
	padding:0px;
	float:left;
	width:auto;
	height:14px;
	text-decoration:none;
}

#leftmenu_gallery a:link, #leftmenu_gallery a:visited
{
	width:100px;
	background: url(../images/leftmenu/photoalbumn.gif) 0 0  no-repeat;
}
#leftmenu_sketchbook a:link, #leftmenu_sketchbook a:visited
{
	width:100px;
	background: url(../images/leftmenu/sketchbook.gif) 0 0  no-repeat;
}
#leftmenu_stitchlibrary a:link, #leftmenu_stitchlibrary a:visited
{
	width:100px;
	background: url(../images/leftmenu/stitchlibrary.gif) 0 0  no-repeat;
}
#leftmenu_howto a:link, #leftmenu_howto a:visited
{
	width:100px;
	background: url(../images/leftmenu/howto.gif) 0 0  no-repeat;
}
#leftmenu_stockroom a:link, #leftmenu_stockroom a:visited
{
	width:100px;
	background: url(../images/leftmenu/bookshop.gif) 0 0  no-repeat;
}

#leftmenu_gallery a:hover
{
	width:100px;
	background: url(../images/leftmenu/photoalbumn_selected.gif) 0 0  no-repeat;
}
#leftmenu_sketchbook a:hover
{
	width:100px;
	background: url(../images/leftmenu/sketchbook_selected.gif) 0 0  no-repeat;
}
#leftmenu_stitchlibrary a:hover
{
	width:100px;
	background: url(../images/leftmenu/stitchlibrary_selected.gif) 0 0  no-repeat;
}
#leftmenu_howto a:hover
{
	width:100px;
	background: url(../images/leftmenu/howto_selected.gif) 0 0  no-repeat;
}
#leftmenu_stockroom a:hover
{
	width:100px;
	background: url(../images/leftmenu/bookshop_selected.gif) 0 0  no-repeat;
}

#leftmenu_gallery a.selected,
#leftmenu_sketchbook a.selected,
#leftmenu_stitchlibrary a.selected,
#leftmenu_howto a.selected,
#leftmenu_stockroom a.selected
{
	text-decoration:underline;
/*	background-position: 0px -14px;*/
}

#leftmenu_nav a:active
{
	font-weight:bold;
}

#basket
{
	position:relative;
	top:-35px;
	left:40px;
	overflow:hidden;
	width:100px;
	height:30px;
}
#basket a
{
	overflow:hidden;
	width:100px;
	height:30px;
	display:block;
	text-indent:-9999px;
	background:url(../images/basket.gif) 0 0 no-repeat;
	background-position: 0px -30px;
}
#basket a:hover
{
	background-position: 0px 0px;
}
