/* common styling */
.menu {position:relative;border-bottom:1px solid #EDECE9;float:left;width:800px;z-index:100;}/*Changed color from #fff to #EDECE9. Removed padding:0px 0 3px. Greg Albrecht Unfettered Productions*/
.menu ul li a, .menu ul li a:visited {position:relative;float:left; color:#EDECE9; text-decoration:none;}/*Changed color from #fff to #EDECE9 Greg Albrecht Unfettered Productions*/
.menu ul {position:relative;float:left;padding:0;width:800px;list-style-type:none;}
.menu ul li {position:relative;float:left; font:normal 17px/25px  "Baskerville", Times New Roman, Times, serif; padding:0 16px 0 10px; z-index:9999; }
.menu ul li ul {display: none;}
.menu ul li.last{ padding-right:0;} 
/* specific to non IE browsers */
.menu ul li:hover a { text-shadow:0 0 2px #EDECE9;}/*Changed color from #fff to #EDECE9 Greg Albrecht Unfettered Productions*/
.menu ul li:hover ul {display:block;padding:10px 0 10px 0!important; position:absolute; top:26px; left:0; background:url("navigation_bg_darker.png") repeat ;width:150px !important;}/*Changed background from solid color #8f8779. Changed top from 25px to 26px. Greg Albrecht Unfettered Productions*/
.menu ul li:hover ul li{float:left; width:150px; font-size:14px; padding:0; }.menu ul li:hover ul li:hover ul.left {left:-150px;}/*Changed top property. Was 25px. Greg Albrecht Unfettered Productions*/

.menu ul li:hover ul li a.hide {float:left;text-shadow:none;}
.menu ul li:hover ul li:hover a.hide {text-shadow:0 0 2px #EDECE9;}/*Changed color from #fff to #EDECE9 Greg Albrecht Unfettered Productions*/
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; width:150px; text-shadow:none;text-align:center}
.menu ul li:hover ul li a:hover {text-shadow:0 0 2px #EDECE9;}/*Changed color from #fff to #EDECE9 Greg Albrecht Unfettered Productions*/
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:150px; top:0;}/*Changed left property. Was 148px. Greg Albrecht Unfettered Productions*/
.menu ul li:hover ul li:hover ul.left {left:-150px;}/*Changed left property. Was -148px. Greg Albrecht Unfettered Productions*/


