/* THE WHOLE SHEBANG */
/* ***************** */
ul.pup_Coke { /* the whole pup */
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.pup_Coke li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-indent: 0;
	display: block !important;
}

/* TITLE/LEVER ITEM */
/* **************** */
ul.pup_Coke li.pup_User_UP { /* closed pup */
	height: 100px; width: 169px;
	background: url('we8_coketag/top_up.gif') no-repeat;
	position: relative;
	line-height: 1px;
	font-size: 1px;
}
	
ul.pup_Coke li.pup_USER_DOWN { /* open pup */
	height: 100px; width: 169px;
	background: url('we8_coketag/top_down.gif') no-repeat;
	position: relative;
	line-height: 1px;
	font-size: 1px;
}
	
a.pup_userThumb { /* user thumbnail container */
	position: absolute;
	top: 8px; left: 5px;
}
	
a.pup_userThumb img { /* user thumbnail image */
	border: 1px solid #000;	
}

div.pup_userName { /* username/showpup link container */
	font-size: 13px !important;
	line-height: 15px !important;
	position: absolute;
	top: 65px; left: 5px;
	width: 85px;
	color: #000;
}

a#name_link {
	color: #fff;
	font-size: 13px !important;
	line-height: 15px !important;
	text-decoration: none;
}
	
ul.pup_Coke li.pup_User_UP div.pup_showPUP { /* show pup text style */
	position: absolute;
	top: -54px;
	right: -35px;
	font-size: 10px !important;
	line-height: 1em !important;
	cursor: hand;
	color: #fff;
}

ul.pup_Coke li.pup_USER_DOWN div.pup_showPUP { /* show pup text style */
	position: absolute;
	top: -54px;
	right: -35px;
	font-size: 10px !important;
	line-height: 1em !important;
	cursor: hand;
	color: #fff;
}

/* TOP LEVEL ITEMS */
/* *************** */
ul.pup_Coke li.pup_Item { /* closed menu item */
	height: 25px; width: 160px;
	background: url('we8_coketag/list_item.gif') no-repeat;
}

ul.pup_Coke li.pup_Item a.pup_Link { /* the anchor tag inside the list item */
	display: block;
	/* height: 18px; width: 150px; */
	height: 25px; width: 150px;
	background: url('we8_coketag/list_item.gif') no-repeat;
	color: #000;
	text-decoration: none;
	/* padding: 7px 5px 0 5px; */
	padding: 0 5px;
	line-height: 25px;
}

ul.pup_Coke li.pup_Item a.pup_Link:hover { /* the anchor tag inside the list item */
	display: block;
	background-position: -160px 0;
	color: #fff;
}

ul.pup_Coke li.pup_Item.pup_top01 { /* open menu item */
	height: 150px;
	background: url('we8_coketag/list_expanded.gif') no-repeat;
	position: relative;
}

ul.pup_Coke li.pup_Item.pup_top01 > a.pup_Link {
	background: none;
	color: #fff;
}

/* SUBMENU ITEMS */
/* ************* */
ul.pup_Submenu { /* submenu style */
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	top: -10px; left: 40px;
}

ul.pup_Submenu li.pup_item { /* submenu list items */

}

ul.pup_Submenu li.pup_item.first_item { /* submenu first list item ____NEW____ */
	background: url('we8_coketag/list_top.gif') no-repeat;
	height: 24px;
}

ul.pup_Submenu li.pup_item.last_item { /* submenu last list item ____NEW____ */
	background: url('we8_coketag/list_bottom.gif') no-repeat !important;
	height: 26px;
}

ul.pup_Submenu li.pup_item.last_item a.pup_Link:hover { /* last subitem's bg rollover fix */
	background-position: -160px bottom !important;
	height: 26px;
}

ul.pup_Submenu li.pup_item a.pup_Link { /* anchor tag for list item */

}

ul.pup_Submenu li.pup_item.first_item a.pup_Link { /* submenu first list item ____NEW____ */
	background: url('we8_coketag/list_top.gif') no-repeat;
	background-position: 0 0;
}

ul.pup_Submenu li.pup_item.first_item a.pup_Link:hover {
	background-position: right;
}

ul.pup_Submenu li.pup_item.last_item a.pup_Link { /* submenu last list item ____NEW____ */
	background: url('we8_coketag/list_bottom.gif') no-repeat;
}

ul.pup_Submenu li.pup_item.last_item a.pup_Link:hover {
	background-position: right;
}

ul.pup_Submenu li.filleritem { /* invisible filler item, if needed */

}
	
/* ADVERTISEMENT ITEM */
/* ****************** */
ul.pup_Coke li.pup_Advertisement { /* advertisement item */
	height: auto; width: 140px;
	display: block;
	background: url('we8_coketag/bottom_bg.gif') repeat-y;
	padding: 10px 10px 0 10px;
	font-size; 1px;
	line-height: 1px;
}

ul.pup_Coke li.pup_Advertisement div { /* additional div for positioning, if needed */

}
	
ul.pup_Coke li.pup_Advertisement a { /* hyperlink for ad banner */ 

}	

ul.pup_Coke li.pup_Advertisement img { /* ad banner image */
	border: none;
}

/* BOTTOM CAP */
/* ********** */
ul.pup_Coke li.pup_BottomCap {
	height: 60px; width: 160px;
	display: block;
	background: url('we8_coketag/bottom_cap.gif') no-repeat;
	text-indent: -9000px;
}

/**************************************************/
/**************************************************/


/* WHITE SPECIFIC CHANGES */
ul.pup_Coke.pup_White { /* the whole pup */
	
}

/* TITLE/LEVER ITEM */
/* **************** */
ul.pup_Coke.pup_White li.pup_User_UP { /* closed pup */
	background: url('we8_coketag/top_up_white.gif') no-repeat;
}
	
ul.pup_Coke.pup_White li.pup_USER_DOWN { /* open pup */
	background: url('we8_coketag/top_down_white.gif') no-repeat;
}

/* TOP LEVEL ITEMS */
/* *************** */
ul.pup_Coke.pup_White li.pupItem { /* closed menu item */

}

ul.pup_Coke.pup_White li.pup_Item.pup_top01 { /* open menu item */
	background: url('we8_coketag/list_expanded_white.gif') no-repeat;
}

ul.pup_Coke.pup_White li.pupItem a.pup_Link { /* the anchor tag inside the list item */

}


/* SUBMENU ITEMS */
/* ************* */
ul.pup_Submenu.pup_White { /* submenu style */
	
}

ul.pup_Submenu.pup_White li.pup_item { /* submenu list items */

}

ul.pup_Submenu.pup_White li.pup_item.first_item { /* submenu first list item ____NEW____ */

}

ul.pup_Submenu.pup_White li.pup_item.last_item { /* submenu last list item ____NEW____ */

}

ul.pup_Submenu.pup_White li.pup_item a.pup_Link { /* anchor tag for list item */

}

ul.pup_Submenu.pup_White li.pup_item.first_item a.pup_Link { /* submenu first list item ____NEW____ */

}

ul.pup_Submenu.pup_White li.pup_item.last_item a.pup_Link { /* submenu last list item ____NEW____ */

}

	
/* ADVERTISEMENT ITEM */
/* ****************** */
ul.pup_Coke.pup_White li.pup_Advertisement { /* advertisement item */

}

/* BOTTOM CAP */
/* ********** */
ul.pup_Coke.pup_White li.pup_BottomCap {
	background: url('we8_coketag/bottom_cap_white.gif') no-repeat;
}


/**************************************************/
/**************************************************/

/* SHOW/HIDE */
/* ********* */
#category_0, #category_1, #category_2, #category_3, #category_4, #category_5 { display: block;}
#submenu_0, #submenu_1, #submenu_2, #submenu_3, #submenu_4, #submenu_5 { display: none; }

#submenu_1 { display: block; }