#store
{
    height:33px; 
    background:url(images/createstore.png) no-repeat bottom; 
    width:100%; margin:0px; margin-bottom:1px;
	display:none;
 }
#navigation {
	text-indent:0px;
	width:201px;
}
#navigation a.head 
{
    margin-top:0px;
	cursor:pointer;
	background:url(images/accordheaderbg.jpg) no-repeat;
	color:#333333;
	display:block;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size:13px;
	font-weight:normal;
	text-indent:10px;
	height:24px;
	border-bottom:0px;
	text-decoration: none;
	padding-top:8px;
	text-align:left;
	
}
#navigation a.head:hover {
	color:#333;
	text-decoration:none;
}

#navigation .active a.head {background:url(images/accordheaderbg_active.jpg) no-repeat;}

#navigation a.selected {
	background-image: url(expanded.gif);
}
#navigation a.current {
	background:#dce7b9 url(images/accrlinkbg_current.jpg) 12px center no-repeat ;
	/*border:1px solid #dadada;*/
	color:#585c4a;
}
#navigation ul 
{
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none; margin-bottom:1px;
}
#navigation li li a {
	color:#666;
	display:block;
	background:#f1f6e1 url(images/accrlinkbg.jpg) 12px center no-repeat ;
	text-indent:25px;
	padding-top:5px;
	font-size:11px;
	font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight:normal;
	text-decoration: none;
	height:20px;
	text-align:left;
	border:1px solid #fff;
}
#navigation li li a:hover {
	background:#dce7b9 url(images/accrlinkbg_current.jpg) 12px center no-repeat ;
	/*border:1px solid #dadada;*/
	color:#585c4a;
}

