﻿/* ================================================================ 
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 */
.ddmenu {font-family: arial, sans-serif; width:125px; position:relative; margin:0; font-size:11px; margin:-0px 0 25px 0; z-index:100;}
.ddmenu ul li a, .ddmenu ul li a:visited {display:block; text-decoration:none; color:#000;width:125px; height:20px; text-align:center; color:#fff; border-bottom: solid 2px #fff; background:#0F1755; line-height:20px; font-size:11px; overflow:hidden;}
.ddmenu ul {padding:0; margin:0;list-style-type: none; }
.ddmenu ul li {float:left; margin-right:1px; position:relative;}
.ddmenu ul li ul {display: none;}

/* specific to non IE browsers */
.ddmenu ul li:hover a {color:#fff; background:#0F1755;}
.ddmenu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:125px;}
.ddmenu ul li:hover ul li a.hide {background:#E2E3E5; color:#fff;}
.ddmenu ul li:hover ul li:hover a.hide {background:#E2E3E5; color:#000;}
.ddmenu ul li:hover ul li ul {display: none;}
.ddmenu ul li:hover ul li a {display:block; background:#E2E3E5; color:#000;}
.ddmenu ul li:hover ul li a:hover {background:#AEC5EF; color:#000;}
.ddmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:125px; top:0;}
.ddmenu ul li:hover ul li:hover ul.left {left:-125px;}

/* non-ie7 */
.ddmenu2 {font-family: arial, sans-serif; width:125px; position:relative; margin:0; font-size:11px; margin:-0px 0 25px 0; z-index:100;}
a.ddmenu2Top {display:block; text-decoration:none; color:#000;width:125px; height:20px; text-align:center; color:#fff; border-bottom: solid 2px #fff; background:#0F1755; line-height:20px; font-size:11px; overflow:hidden;}
a.ddmenu2Link {display:block; text-decoration:none; color:#000;width:125px; height:20px; text-align:center; color:#000; border-bottom: solid 2px #fff; background:#E2E3E5; line-height:20px; font-size:11px; overflow:hidden;}
a.ddmenu2Link:hover {display:block; text-decoration:none; color:#000;width:125px; height:20px; text-align:center; color:#000; border-bottom: solid 2px #fff; background:#AEC5EF; line-height:20px; font-size:11px; overflow:hidden;}

