/* template: New template #5 */

body { background-image: url(../images/b1.jpg)!important;  
background-attachment: fixed; }

li { margin-left: 20px; }

#tabcontainer { margin: 0 auto; width: 972px; height: 25px; background: #202020 url(tabsleft.gif) no-repeat scroll left top; padding-left: 5px; }
#tabend { float: right; width: 5px; height: 25px; background: #202020 url(tabsright.gif) no-repeat scroll right top; }

/* 
	LEVEL ONE
*/
ul.ec_dropdown { position: relative; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
ul.ec_dropdown li { margin: 0; padding: 0; font-weight: bold; float: left; zoom: 1; background: transparent url(tab.gif) no-repeat scroll right top; list-style: none; }
ul.ec_dropdown a:hover { color: #8dd702; text-decoration: none; }
ul.ec_dropdown a:active { color: #8dd702; text-decoration: none; }
ul.ec_dropdown li a { display: block; padding: 5px 21px; border-right: 0px solid #7f7f7f; color: #ffffff; }
ul.ec_dropdown li:last-child a { border-right: none; } /* Doesn't work in IE */
ul.ec_dropdown li.cat_link_hover,
ul.ec_dropdown li:hover { background: #202020 url(tab.gif) no-repeat scroll right bottom; color: #ffffff; position: relative; }
ul.ec_dropdown li.cat_link_hover a { color: #ffffff; text-decoration: none; }

ul.ec_dropdown li.link_home { border-right: 1px solid #7f7f7f; }

ul.ec_dropdown li#category_primary_101 { width: 75px; text-align: center; }
ul.ec_dropdown li#category_primary_101 ul li { text-align: left; }
/* 
	LEVEL TWO
*/
ul.ec_dropdown ul { margin: 0; padding: 0; width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.ec_dropdown ul li { font-weight: normal; background: #202020; color: #ffffff; border-bottom: 1px solid #7f7f7f; float: none; }

/* IE 6 & 7 Needs Inline Block */
ul.ec_dropdown ul li a { border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.ec_dropdown ul ul { left: 100%; top: 0; }
ul.ec_dropdown li:hover > ul { visibility: visible; }


/* markup: Default subcategories markup #3 */

span.subcat { font-weight: bold; }


