﻿.menu {width:670px; height:30px; position:relative; z-index:100;font-size:10px;}
* html .menu {width:670px;}
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:105px;}
.menu li {float:left;position:relative; width:105px;}
/* 
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#fff; width:100px; height:30px; background:#7f4c4b url(/images/bg_dark.png) repeat-x; padding-left:10px; line-height:29px; font-weight:bold;}
*/
.menu a, .menu a:visited {display:block;font-size:10px; text-decoration:none; text-align:center; color:#fff; width:105px; height:30px; background:url('/images/MenuNav/ClientAction_BG.png'); padding-left:0px; line-height:29px; font-weight:bold;}

* html .menu a, * html .menu a:visited {width:80px;}
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#7f4c4b url(/images/bg_dark.png) repeat-x;}
.menu ul ul a.drop:hover{background:#c9ba65;}
.menu ul ul :hover > a.drop {background:#c9ba65;}
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:108px;border-top:1px solid #d0d9dd;}
* html .menu ul ul {top:29px;top:30px;}
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
.menu ul ul a, .menu ul ul a:visited {background:#d4d8bd; color:#000; text-align:left; height:auto;width:127px; line-height:1em; padding:5px 10px; border-width:0 1px 1px 1px;}
* html .menu ul ul a, * html .menu ul ul a:visited {width:110px;}

.menu > ul > li > a:hover { background:url('/images/MenuNav/ClientAction_BG_Active.png'); }
.menu a:hover, .menu ul ul a:hover{color:#000; background:#b7d186; }
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#b7d186; }

.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }


/*Pages that list what the menu items do */
.SubMenuImageCell {border-bottom:solid 1px black; border-right:solid 1px black; background-color:#EBEBDA; padding:5px; vertical-align:top;}
.SubMenuTextCell {border-bottom:solid 1px black; background-color:#EBEBDA; padding:5px; vertical-align:top;}
.SubMenuTextCell a {color:black;}