/* @override http://colour-wear.com/blogg/wp-content/themes/grid-a-licious/dropdown.css */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {z-index:100; margin-left: 255px; -moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
				
}

.eachpost ul li a, .eachpost ul li a:visited {display:block; text-decoration:none; color: #000; width: 218px; text-align:center; font-size:11px; overflow:hidden;
	margin-right: 35px; z-index:100;
	padding-top: 22px;
	height: 32px;
	padding-bottom: 0;
}

.eachpost ul {padding:0; margin:0; list-style: none; z-index:100; }

.eachpost ul li {float:left; position:relative; z-index:100;
	margin: 0;
	padding: 0;
}

.eachpost ul li ul {display: none; z-index:100;
	margin-top: 34px; 
}

/* specific to non IE browsers */
.eachpost ul li:hover a {background: transparent; color: #424242; -moz-border-radius:3px;
  				-khtml-border-radius: 3px;
				-webkit-border-radius:3px;
}
.eachpost ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.eachpost ul li:hover ul li a.hide { color:#fff;}
.eachpost ul li:hover ul li:hover a.hide {background: #929292; color:#000;
}
.eachpost ul li:hover ul li ul {display: none;
}
.eachpost ul li:hover ul li a {display:block; background: #fffeff; height: 25px; color:#000;
	padding-top: 10px;
}
.eachpost ul li:hover ul li a:hover {background: #e7f1fe; color: #929292;
	height: 25px;
}
.eachpost ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.eachpost ul li:hover ul li:hover ul.left {left:-105px;}
