/* ================================================================ 
CSS MULTILEVEL DROPDOWN MENU
Original version by Stu Nicholls Copyright (c) 2005-2009 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth2.html
Modified and annotated by Mike Nichols, October 24, 2009
=================================================================== */

/* MENU BAR WIDTH, TAB ALIGNMENT & POSITIONING */
#css_menu {
	/* width of menu */
	width: 927px;
	/* center menu tabs or not */
	text-align:center;
	/* put your positioning statements here */
	background: url('http://www.mybakingaddiction.com/wp-content/images/sprites.png') 0 -2494px no-repeat;
	height:50px;}
}

/*-----HEIGHT OF ITEMS */
/* all menu items */
#css_menu { height: 35px; }
#css_menu a { line-height:35px; }
/* all hover items */
#css_menu a:hover ul,
#css_menu li.left a:hover ul,
#css_menu ul li:hover > ul,
#css_menu li.left:hover > ul { top:40px; }
/* flyout positioning - this number must remain negative */
#css_menu ul ul li:hover > ul,
#css_menu li.left ul li:hover > ul { margin-top:-25px;}
/*-----*/

/* ITEM ARROWS AND FONT STYLING WHEN ITEM HAS DROPDOWNS AND FLYOUTS */
/* menu arrow down */
#css_menu li a.down {
	background:transparent url(arrow-down-white.gif) no-repeat right center;
}
/* menu arrow right, font color and weight when item has flyouts */
#css_menu li ul a.flyout {
	background:transparent url(arrow-right-black.gif) no-repeat right center;
	color: #408000;
	/* bold or not */
	font-weight: normal;
	/* uppercase or not */
	text-transform: uppercase;
}
/* menu arrow left, font color and weight when item has flyouts */
#css_menu li.left ul a.flyout {
	/*background:transparent url(arrow-left-black.gif) no-repeat left center;*/
	color: #408000;
	/* bold or not */
	font-weight: normal;
	/* uppercase or not */
	text-transform: uppercase;
}

/* ITEM BACKGROUND, BORDER AND FONT STYLING */
/* level one: main menu and default font styling */
#css_menu { 
	/* font family if desired */
	font-family: 'MyUnderwoodRegular',Verdana,Arial,sans-serif;
	/* cursor style */
	cursor: pointer;
	/* border if desired */
	/*border: 1px solid #000000;
	border-width: 0px 1px 0px 1px;*/
}

/* level one; main menu tabs */
#css_menu ul.level1 {  margin: 0 auto;
background: #EFEFEF;
background: transparent;
/*background: linear-gradient(top, #9EB367 0%, #7B8D47 100%);
background: -moz-linear-gradient(top, #9EB367 0%, #7B8D47 100%);
background: -webkit-linear-gradient(top, #9EB367 0%,#7B8D47 100%);
box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);*/
padding: 0 20px;
border-radius: 10px;
list-style: none;
position: relative;
display: block;}

#css_menu ul.level1 a { 
	color: #FFFFFF; 
	font-size: 1.75em; 
	/* bold or not */
	font-weight: normal;
	/* uppercase or not */
	/* letter spacing */
	/*letter-spacing: 2px;*/
	/* item padding */
	padding:0 20px 0 0px;
	/* border if desired */
	/*border: 1px solid #000000;
	border-width: 1px 1px 1px 1px;*/
} 
/* level two dropdown */
#css_menu ul.level2 { background: transparent; }
#css_menu ul.level2 a { 
	color: #FFFFFF; 
	font-size: 1.2em; 
	background:#99B1B5;
	background: linear-gradient(top, #99B1B5 0%, #7d979b 100%);
	background: -moz-linear-gradient(top, #99B1B5 0%, #7d979b 100%);
	background: -webkit-linear-gradient(top, #99B1B5 0%,#7d979b 100%);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);
	padding: 0 20px;
	border-radius: 10px;
	margin-top: 2px;
	margin-bottom: -10px;
}
/* hover - these two should be the same */
#css_menu li a:hover,
#css_menu li a.flyout:hover {
	background-color:transparent;
	color: #797979;
	/* bold or not */
	font-weight: normal;
	/* underline or not */
	text-decoration:none;
} 
#css_menu li:hover > a,
#css_menu ul li:hover > a.flyout {
	background-color:transparent;
	color: #797979;
	/* bold or not */
	font-weight: normal;
	/* underline or not */
	text-decoration:none;
}

/* INDIVIDUAL LEVEL 1 TAB BACKGROUNDS */
#css_menu #tab1 {background: url('http://localhost:8888/cents/wp-content/images/sprites.png') 0 -2494px no-repeat;
	height:50px; width:87px;}

#css_menu #tab2 {
	background: url('http://localhost:8888/cents/wp-content/images/sprites.png') 0 -2550px no-repeat;
	height:40px; width: 85px;}

#css_menu #tab3 {
	background: url('http://localhost:8888/cents/wp-content/images/sprites.png') 0 -2606px no-repeat;
	height:40px; width: 97px;}

#css_menu #tab4 {
	background: url('http://localhost:8888/cents/wp-content/images/sprites.png') 0 -2662px no-repeat;
	height:40px; width: 77px;}

#css_menu #tab5 {
	background: url('http://localhost:8888/cents/wp-content/images/sprites.png') 0 -2718px no-repeat;
	height:40px; width: 95px;}

#css_menu #tab6 {
	background: url('http://localhost:8888/cents/wp-content/images/sprites.png') 0 -2774px no-repeat;
	height:40px; width: 115px;}

/*===== DO NOT CHANGE ANYTHING BELOW THIS LINE =====*/
#css_menu { z-index: 100; padding-bottom:15px;}
#css_menu a { display:block; }
#css_menu a:hover ul {left:0; }
#css_menu li.left a:hover ul {left:auto; right:-1px; }
#css_menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left;}
#css_menu ul {display:inline-block;} 
#css_menu li {margin:0; padding: 10px 3px !important; list-style:none;}
#css_menu li {display:inline-block; display:inline;}
#css_menu ul ul {position:absolute; left:-9999px;}
#css_menu ul.level1 {margin:0 auto;}
#css_menu ul.level1 li.level1-li {float:left; display:block; position:relative;}
#css_menu b {position:absolute;}
#css_menu ul.level1 li.level1-li a.level1-a {float:left;}
#css_menu ul li:hover > ul {visibility:visible; left:0; }
#css_menu ul ul li:hover > ul {visibility:visible; left:100%; top:auto;}
#css_menu li.left:hover > ul {visibility:visible; left:auto; right:0; }
#css_menu li.left ul li:hover > ul {visibility:visible; left:auto; right:100%; top:auto; }
#css_menu li.left ul a {text-align:right; padding:0 10px 0 20px;}
#css_menu a:hover a:hover ul, 
#css_menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#css_menu li.left a:hover a:hover ul, 
#css_menu li.left a:hover a:hover a:hover ul {left:auto; right:0; visibility:visible;}
#css_menu a:hover ul ul, #css_menu a:hover a:hover ul ul {left:-9999px;}
#css_menu li.left a:hover ul ul, #css_menu li.left a:hover a:hover ul ul {left:-9999px;}
#css_menu table {position:absolute; height:0; width:0; left:0; border-collapse:collapse; margin-top:-4px;}
#css_menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
#css_menu li.left table {position:absolute; height:0; width:0; left:auto; right:0; border-collapse:collapse; margin-top:-4px;}
#css_menu li.left table table {position:absolute; left:auto; right:100%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
