/* This handles the hover state for the top-level LI items */
#menu {
	color: #FFF;
	font-size: 12px;
	text-align: left;	
	padding: 0px 0px;
	margin: 0px;
	display: block;
}
#menu ul {
	background: #000;
	margin: 0px;
	padding: 0px;
	}
#menu ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#menu ul li a {
	display: block;
	color: #FFF;
	background: #000;
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
	}
#menu ul li a:hover {
	color: #000;
	text-decoration: none;
	background: #fff;
	}
/* This hides the nested UL before you hover */
#menu li ul {
	position: absolute;
	width: 150px;
	left: -999em;
}
/* This shows the nested UL when you hover */
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
	display:  block;
	z-index: 1000;
}

/* This is the style for the nested UL */
#menu li:hover ul, #menu li.sfhover ul {
	background: #333;
	display: block;
	margin: 0px; padding: 0px;
}
/* This is the style for the LI items within the nested UL */
#menu li:hover ul li,
#menu li.sfhover ul li {
	background: #333;
	width: 180px;
	display: block;
	padding: 0px; margin: 0px;
	height: 30px; line-height: 30px;
	text-align: left;
	border-top: 1px solid #FFF;
}
/* This is the style for the links withing the LI items within the nested UL */
#menu li:hover ul li a,
#menu li:hover ul li.current_page_item a,
#menu li.sfhover ul li a,
#menu li.sfhover ul li.current_page_item a {
	background: #333;
	width: 170px;
	display: block;
	margin: 0px; padding: 0px 5px;
	height: 30px; line-height: 30px;
	border: none;
	color: #AAA;
	font-weight: bold;
}
/* This is the style for the hover state on the links within the LI items within the nested UL */
#menu li:hover ul li a:hover, #menu li.sfhover ul li a:hover {
	margin: 0px; padding: 0px 5px;
	height: 30px; line-height: 30px;
	color: #000;
	font-weight: bold;
	background: #fff;
}

tr.pills_headbg {background:url(http://es.121doc.net/images/pills_head.gif) repeat-x top left;}
tr.pills_headbg td {color:#000; font-weight:bold;}
tr.pills_headbg td img {vertical-align:middle; text-align:left;}

tr.ltgry td {background:#f8f8f8; color:#000;}
tr.ltgry td a {margin:0 10px;}


a.pills_buy_now_btn {
background:url(http://es.121doc.net/images/buynow_btn_crvrt.png) no-repeat scroll right top transparent;
color:#FFFFFF;
display:block;
float:right;
font:bold 11px tahoma,sans-serif;
height:26px;
padding-right:10px;
text-decoration:none;
white-space:nowrap;
}
a.pills_buy_now_btn span {
background:url(http://es.121doc.net/images/buynow_btn_crvlft.png) no-repeat scroll 0 0 transparent;
display:block;
line-height:14px;
padding:3px 0 5px 10px;
text-align:right;
}
a.pills_buy_now_btn:hover {
text-decoration:none;
}

tr.drkgry td {background:#efefef; color:#000;}
tr.drkgry td a {margin:0 10px;}
tr.tbl_bdr {background:#dde2bf;}



