@charset "utf-8";
/* CSS Document */

.menu.main, .menu.main ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

.menu.main a {
	display: block;
	/*width: 111px;*/
}
#header .menu ul li.selected a { background:none;color:#4A3905;}
	
.menu.main li { /* all list items */
	float: left;
	/* width: 111px; width needed or else Opera goes nuts */
	padding:0; 
}

.menu.main li ul { /* second-level lists */
	position: absolute;
	background:#4A3905;
	width: 240px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:40px;
	z-index:99;
}

.menu.main li ul li { width: 240px;border-top:1px dotted #1F1802; }
.menu.main li ul li a {
	height:25px !important;
	padding:10px 0 0 15px !important;
	text-align:left;
	width: 225px;
	font-size:1em !important;
	font-weight:normal!important;

}
.menu.main li:hover ul, .menu.main li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#header .menu ul li a { padding:12px 20px 0 20px; background:none;height:28px;}
#header .widget .menu { padding-left:0; height:40px;background:#FFF;float:right;  }
#header .menu ul li a {	color:#999; font-family:arial;text-transform:lowercase;	line-height:15px; }
#header .menu ul li a:hover { 	background:#4A3905;color:#fff; }
#header .menu ul li:hover a{ 	background:#4A3905;color:#fff; }
#header .menu li ul li a:hover { 	background:#3F3108;color:#fff; }
.tlc_menu_item a { color:#bab4a2 !important; }

/*
ul.main {
	margin: 0px;
	padding: 22px 0;
	list-style: none;
	width: auto;
	background-color:#666;
	background-repeat:repeat-x;
	z-index: 50;
	text-align:center;
	font-size:1.1em;
}


.columns_double_left  ul.main {
	background: url(../../../images/vyn_flowers/menu_bg.jpg) no-repeat;
	background-color:#fff;
}
.columns_double_left #content ul.main { background:none; }
.registration_success #content ul.main {
	background:none;
	background-color:#fff;
}

.columns_double_right ul.main {
	background-color:#666;
}
#header .widget .menu {
	background:#FFFFFF url(../../../images/vyn_flowers/menu_bg.jpg) no-repeat scroll 0 0;
	height:60px;
	margin-left:0;
	padding-left:10px;
}

#header ul.menu li {
	display:inline;
}
#header ul.menu li a {
	padding: 21px 18px 0 55px;
	color: #fff;
	text-decoration:none;
	font-weight:bold;
	font-size:1em;
	outline:none;
	background:none;
}

#header ul.menu li a:hover {
	color:#FBCE46;
	background:none;
}
#header ul.menu li.selected a {
		background:none;
}

*/

.sidebar ul.categories, .sidebar ul.custom_html, .sidebar ul.custom_link{
	margin: 0;
	padding: 0;
	list-style:none;
}



.sidebar a {
	color: #666;
	padding:3px 0;
	margin:0px;
	display: block;
	text-decoration:none;
	font-size:0.9em;

}

.sidebar a:hover {
	background-color:#FFF;
	color: #333;
}

.widget.top_category_list .title { 
	background:url(../../../images/vyn_flowers/sidemenu_bg.gif) no-repeat;
	padding:14px 20px;
	color:#FFF;
	margin-bottom:5px;
}


	
/* ---------------------------- Accordion Menu -------------------------------- */

#vyn_menu h3 { font-size:1em; cursor:pointer; color:#666; padding:2px 5px; font-weight:bold; margin-left:10px; 	border-top:1px dashed #ddd; }
	
#vyn_menu .pane ul { list-style:none; margin:2px 0 0 -15px; }

#vyn_menu { margin-bottom:15px; margin-top:10px; }

.sidebar .title {
color:#8EA318;
font-family:Arial, Helvetica, sans-serif;
}

/* ---------------------------- Footer Menu -------------------------------- */

#footer ul.menu { 
	margin:0px 0 0 0; 
	padding: 0;
	clear:left;
	text-align:right;
	}
#footer ul.menu li {
	display:inline;
	margin:0;
	padding:0;
}

#footer ul.menu li a {
	text-decoration: none;
	background-image:none;
	color:#ccc;
	padding:0 0 0 5px;
	margin:0;
}

#footer ul.menu a:hover {
	color:#fff;
}
