@charset "utf-8";

#menucontainer{
	float:right;
/*	width:494px;*/
	width:594px;
	margin:0 auto;
/*	margin-right:25px;	
	margin-left:25px;	*/
}
#menuwrapper {
/*	width:494px;*/
	width:614px;
	margin: 0;
	padding: 0;
	float: right;
}
#menuwrapper li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menuwrapper ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;	
	background-color:#F4E9D5;	
}
#menuwrapper ul ul {
	border-left: 0px solid #666666;
}
#menuwrapper a {
	padding: 0px 0px;
	color: #210C0C;
	text-decoration: none;
	display: block;
 	height:25px;
	border-right: 0px solid #242424;
}

#menuwrapper #lastitem {
	border-right: 0px solid #242424;
}
#menuwrapper ul a {
	padding: 0px 12px 0px;
	border: 0;
	zoom: 1;
	color: #210C0C;
}


.homeselected a {
	color: #CCC1A1; !important;
	border-bottom:solid 0px #35161C;
	background-image:url(../images/menu_home.jpg);
	background-repeat:no-repeat;
}

.homeselected a:hover, .homeselected a:active, .homeselected a:focus {
	background-image:url(../images/menu_home-selected.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}


.homeactive a {
	background-image:url(../images/menu_home-active.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.aboutselected a {
	color: #CCC1A1; !important;
	border-bottom:solid 0px #35161C;
	background-image:url(../images/menu_about.jpg);
	background-repeat:no-repeat;
}


.aboutselected a:hover, .aboutselected a:active, .aboutselected a:focus {
	background-image:url(../images/menu_about-selected.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.aboutactive a {
	background-image:url(../images/menu_about-active.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}



.galleryselected a {
	color: #CCC1A1; !important;
	border-bottom:solid 0px #35161C;
	background-image:url(../images/menu_gallery.jpg);
	background-repeat:no-repeat;
	width:98px;
	height:50px;
}

.galleryselected a:hover, .galleryselected a:active, .galleryselected a:focus {
	background-image:url(../images/menu_gallery-selected.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.galleryactive a {
	background-image:url(../images/menu_gallery-active.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}



.blogselected a{
	color: #CCC1A1; !important;
	background-image:url(../images/menu_blog.jpg);
	background-repeat:no-repeat;
}

.blogselected a:hover, .blogselected a:active, .blogselected a:focus {
	background-image:url(../images/menu_blog-selected.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.blogactive a {
	background-image:url(../images/menu_blog-active.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.contactselected a{
	color: #CCC1A1; !important;
	background-image:url(../images/menu_contact.jpg);
	background-repeat:no-repeat;
}

.contactselected a:hover, .contactselected a:active, .contactselected a:focus {
	background-image:url(../images/menu_contact-selected.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.contactactive a {
	background-image:url(../images/menu_contact-active.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.storeselected a{
	margin-left:2px;
}

.storeselected a{
	color: #CCC1A1; !important;
	background-image:url(../images/menu_store.jpg);
	background-repeat:no-repeat;
}

.storeselected a:hover, .storeselected a:active, .storeselected a:focus {
	background-image:url(../images/menu_store-selected.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

.storeactive a {
	background-image:url(../images/menu_store-active.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:0px;
}

#menuwrapper a:hover, #menuwrapper a:active, #menuwrapper a:focus {
	top:0px;
	color: #FFFFFF;

}
#menuwrapper ul a:hover, #menuwrapper ul a:active, #menuwrapper ul a:focus {
	background-color: #210C0C;
	color: #FFFFFF;
	background-image: none;
}

/* ------ the current page marker style ------ */
#menuwrapper .buttonselected {
	color: #D7A7F3;
	font-weight: bold;
}


/* Top level menu width */
#menuwrapper li {
	float: left;
/*	width: 148px;*/
}
/* hide from IE mac \*/
#menuwrapper li {width: auto;}
/* end hiding from IE5 mac */

#menuwrapper ul li {
	float: none;
}
#menuwrapper ul, #menuwrapper ul li {
/*	width: 200px;*/
}

