/*
--------------------------------------------------
DivaliciousChocolates.com NAVIGATION STYLES
Last revised 21 October 2008
--------------------------------------------------
*/
/*
--------------------------------------------------
Color palette:
--------------------------------------------------

Red #990000
Brown #40150d

*/
/*
--------------------------------------------------
GLOBAL RESET
--------------------------------------------------
undohtml.css (CC) 2004 Tantek Celik. Some Rights Reserved.
*/
:link, :visited { text-decoration: none }
ul, ol	{ list-style: none }
html, ul, ol, li, img { margin: 0; padding: 0; }
a img, :link img, :visited img { border: none }
address { font-style: normal }

body	{  
		behavior: url(http://www.divaliciouschocolate.com/includes/csshover.htc);
		}

#dropMenu {
		font: bold 10px/1.5 Verdana, Arial, sans-serif;
		text-transform: uppercase;
		letter-spacing: .1em;
		width: 78.6em; /* 786px */
		position: relative;
		z-index: 30;
		padding-top: 3px;
		padding-bottom: 51px; /* allow room for submenu */
		background: #990000;
		}
#dropMenu ul {
		list-style: none;
		}
#dropMenu ul.level1 li {
		float: left; /* gives layout, allows selection of colored background */
		margin-left: 3px; /* @.1875em */
		border: 1px solid #aa662a; /* 663300 67% */
		}
#dropMenu ul.level1 li.right li {
		float: right; /* gives layout, allows selection of colored background */
		}
#dropMenu ul ul {
		display: none;
		}
#dropMenu ul.level2 {
		width: 782px;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
		border: 2px solid #aa662a; /* 663300 67% */
		border-bottom-color: #40150d;
		background: #aa662a; /* 663300 67% */
		}
#dropMenu ul.level1 li.submenu:hover ul.level2 { /* display submenu on hover */
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 20;
		}
#dropMenu ul ul li {
		position: relative;
		float: left;
		border-color: #40150d;
		}
#dropMenu ul.level2 li {
		padding-bottom: 2px;
	 	}
#dropMenu ul > li.submenu:hover > a {
		color: #FFF; /* White */
		background: #aa662a; /* 663300 67% */
		}

/* Main nav link behavior */
#dropMenu li a {
		text-align: center;
		display: block;
		padding: 3px 12px;
		background: #40150d;
		}
#dropMenu li a:link, #dropMenu li a:visited {
		color: #FFDEAD; /* NavajoWhite */
		}
#dropMenu li a:hover {
		color: #FFF; /* White */
		background: #aa662a; /* 663300 67% */
		}
#dropMenu li a:active {
		color: #FFF; /* White */
		}

/* Submenu nav link behavior */
#dropMenu li.submenu li a {
		text-transform: none;
		letter-spacing: normal;
		padding-right: 0;
		}
#dropMenu li.submenu li a:link, #dropMenu li.submenu li a:visited {
		color: #FFF; /* White */
		background: transparent;
		}
#dropMenu li.submenu li a:hover {
		color: #990000;
		background: transparent;
		}
#dropMenu li.submenu li a:active {
		color: #40150d;
		background: transparent;
		}

#dropMenu #ticker {
		color: #FFF; /* White */
		text-align: center;
		text-transform: none;
		width: 100%;
		position: absolute;
		bottom: 7px;
		left: 0;
		z-index: 10;
		}
.clearBoth { /* clear floats */
		clear: both;
		height:0;
		}