/* ================================================================ 
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 */
#btn_login ul li a, #btn_login ul li a:visited {display:block; text-decoration:none; color:#000;width:97px; height:18px; text-align:center; color:#fff; border-top:1px solid #fff;border-right:1px solid #fff;border-bottom:0 solid #fff;border-left:1px solid #fff; background:#710069; line-height:18px; font-size:11px; overflow:hidden;}
#btn_login ul li a.last, #btn_login ul li a:visited.last {border-bottom:1px solid #fff; }
#btn_login ul {padding:0; margin:0; list-style: none;}
#btn_login ul li {float:left; position:relative;}
#btn_login ul li ul {display: none;}

/* specific to non IE browsers */
#btn_login ul li a.client_login {border: 0;margin: 0;padding: 0;display: block;height: 34px;width: 97px;text-decoration: none;text-indent: -5000px;outline: 0;background: transparent url(images/btn_login.jpg) 0 0 no-repeat;}	
#btn_login ul li:hover a.client_login, #btn_login ul li a.client_login:hover {background: transparent url(images/btn_login.jpg) 0 -34px no-repeat;}	

#btn_login ul li:hover a {color:#fff; background: transparent;}
#btn_login ul li:hover ul {display:block; position:absolute; top:32px; left:-2px; width:95px;z-index: 100;}
#btn_login ul li:hover ul li a.hide {background:#6a3; color:#fff;}
#btn_login ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
#btn_login ul li:hover ul li ul {display: none;}
#btn_login ul li:hover ul li a {display:block; background:#148fcb; color:#fff;}
#btn_login ul li:hover ul li a:hover {background:#87786c; color:#fff;}
#btn_login ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#btn_login ul li:hover ul li:hover ul.left {left:-105px;}