/* ================================================================ 
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/menudivs/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 */
.menudiv {font-family: arial, sans-serif; width:100%; height:21px; position:absolute; font-size:9px; z-index:100; background: #000; top: 0px; left: 0px;}
.menudiv ul li a, .menudiv ul li a:visited {display:block; text-decoration:none; color:#000;width:120px; list-style-type: none; 
height:20px; text-align:center; color:#fff; border: none; background:#000; line-height:20px; font-size:11px; overflow:hidden;}
.menudiv ul {padding:0; margin:0; list-style: none;list-style-type: none;}
.menudiv ul li {padding:0; margin:0; float:left; position:relative;list-style-type: none;}
.menudiv ul li ul {padding:0; margin:0; display: none;list-style-type: none;}

/* specific to non IE browsers */
.menudiv ul li:hover a {color:#fff; background:#36f;}
.menudiv ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.menudiv ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menudiv ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menudiv ul li:hover ul li ul {display: none;}
.menudiv ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.menudiv ul li:hover ul li a:hover {background:#6fc; color:#000;}
.menudiv ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menudiv ul li:hover ul li:hover ul.left {left:-105px;}

/* dates fix, not really for this matter */
.entryDate {
    border: 1px solid #999;
    font-family: Georgia,"Times New Roman", serif;
    left: -4.8em;
    line-height: 1;
    top: 0;
    width: 3.5em;
    float: left;
    margin: 2px 2px 2px 2px;
}
.entryDate span {
    display: block;
    text-align: center;
}
.postMonth {
    text-transform: uppercase;
    font-size: 1.2em;
    padding-top: 0.3em;
}
.postDay { font-size: 1.3em; }
.postYear {
    background-color: #2358B8;
    color: #FFF;
    font-size: 1.2em;
    padding: 0.3em 0;
    margin-top: 0.3em;
}
