/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

#menu-top,
.menu-top
{
	background:url(../images/coral/menu_top.gif) no-repeat 0px 0px;
	padding-top: 1px;
}
.menutop
{
	margin-top: 2px;
}

#menu-bot,
.menu-bot
{
	background:url(../images/coral/menu_bot.gif) no-repeat 0px bottom;
	padding-bottom: 1px;
}
#menu-bot ul,
.menu-bot #search_mini_form
{
	background:url(../images/coral/menu_bg.gif) repeat-x top #a6c0de;
	width: 199px;
	display: block;
	padding: 3px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
}
.menu-bot
{
	margin: 0px 0px 4px 0px;
}

#menu-bot ul li
{
	border-bottom: 1px solid #cfdded;
	list-style: none;
	margin: 0px 0px 0px 0px;
}
* html #menu-bot ul li
{
	float: left;
	width: 199px;
	display: block;
}
#menu-bot ul li a
{

	font-weight: bold;
	font-size: 12px;
	display: block;
	color: #003366;
	padding: 6px 10px 6px 12px; 

}
#menu-bot ul li a:hover,
#menu-bot ul li.active a
{
/* background:url(../images/coral/medis30.png) #b6c7e1 no-repeat; */
	 background: #b6c7e1; 
	color: #000000;
	text-decoration: none;
	/* padding: 6px 10px 6px 30px;  */
}
#menu-bot ul li ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #dbe3f0;
}
#menu-bot ul li ul li
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #dbe3f0;
}
#menu-bot ul li.last
{
	border: none;
}
#menu-bot ul li.active ul li a
{
	font-weight: normal;
	font-size: 12px;
	display: block;
	color: #000;
	padding: 6px 10px 6px 22px;
	background:url(../images/coral/menu_bullet.gif) no-repeat 13px 12px #b6c7e1;
	
}
#menu-bot ul li.active ul li a:hover,
#menu-bot ul li.active ul li.active a
{
	font-weight: normal;
	font-size: 12px;
	display: block;
	text-decoration: underline;
	color: #000;
	padding: 6px 10px 6px 22px;
	background:url(../images/coral/menu_bullet.gif) no-repeat 13px 12px #bfd3f2;
	/* background:url(../images/coral/menu_bullet.gif) no-repeat 13px 12px #b6c7e1; */
}

#menu-bot ul li.top a
{
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 10px 5px 12px;
}

.box account-nav ul li.last a
{
	color: #ff0000;
}
