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

#topmenu
{
	position:relative;
	width: 940px;
	height:60px;
	margin: 0px;
	padding: 0px;
	background:url(../images/topmenu/topmenu_bg.jpg) 0 0 repeat-x;
}

#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:60px;
	text-decoration:none;
}

#topmenu_home a:link, #topmenu_home a:visited
{
	width:145px;
	background: url(/images/topmenu/home.jpg) 0 0  no-repeat;
}
#topmenu_about a:link, #topmenu_about a:visited
{
	width:155px;
	background: url(/images/topmenu/about.jpg) 0 0  no-repeat;
}
#topmenu_subscribe a:link, #topmenu_subscribe a:visited
{
	width:130px;
	background: url(/images/topmenu/subscribe.jpg) 0 0  no-repeat;
}
#topmenu_try a:link, #topmenu_try a:visited
{
	width:130px;
	background: url(/images/topmenu/try.jpg) 0 0  no-repeat;
}
#topmenu_whatsnew a:link, #topmenu_whatsnew a:visited
{
	width:155px;
	background: url(/images/topmenu/whatsnew.jpg) 0 0  no-repeat;
}
#topmenu_contact a:link, #topmenu_contact a:visited
{
	width:100px;
	background: url(/images/topmenu/contact.jpg) 0 0  no-repeat;
}
#topmenu_login a:link, #topmenu_login a:visited
{
	width:125px;
	background: url(/images/topmenu/login.jpg) 0 0  no-repeat;
}
#topmenu_logout a:link, #topmenu_logout a:visited
{
	width:125px;
	background: url(/images/topmenu/logout.jpg) 0 0  no-repeat;
}

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

#topmenu_home a.selected,
#topmenu_about a.selected,
#topmenu_subscribe a.selected,
#topmenu_try a.selected,
#topmenu_whatsnew a.selected,
#topmenu_contact a.selected,
#topmenu_logout a.selected,
#topmenu_login a.selected
{
	text-decoration:underline;
	background-position: 0px -60px;
}

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

/********************** RESOURCES MENU ******************************/

#resources
{
	position:relative;
	top:-35px;
	overflow:hidden;
	width:180px;
	height:230px;
	background:url(../images/leftmenu/resources.gif) 0 0 no-repeat;
}
#resources_padding
{
	position:relative;
	padding:50px 0px 0px 40px;
	width:auto;
	height:auto;
}
#resources_title a
{
	position:relative;
	overflow:hidden;
	width:140px;
	height:40px;
	display:block;
	text-indent:-9999px;
}
#resources_title h3 { margin:0px;padding:0px }
#resources_text
{
	position:relative;
	overflow:hidden;
	width:140px;
	height:40px;
	background:url(../images/leftmenu/resources_text.gif) 0 0 no-repeat;
}
#resources_text p { text-indent:-9999px; }

#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/stockroom.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/stockroom_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;
}
