/* ================================================================ 
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 
.yell-menu {font-family: arial, sans-serif; width:750px; height:100px; position:relative; font-size:11px; z-index:100;}
.yell-menu ul li a, .yell-menu ul li a:visited {display:block; text-decoration:none; color:#000;width:104px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#710069; line-height:20px; font-size:11px; overflow:hidden;}
.yell-menu ul {padding:0; margin:0; list-style: none;}
.yell-menu ul li {float:left; position:relative;}
.yell-menu ul li ul {display: none;}

specific to non IE browsers 
.yell-menu ul li:hover a {color:#fff; background:#36f;}
.yell-menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:105px;}
.yell-menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.yell-menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.yell-menu ul li:hover ul li ul {display: none;}
.yell-menu ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.yell-menu ul li:hover ul li a:hover {background:#6fc; color:#000;}
.yell-menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.yell-menu ul li:hover ul li:hover ul.left {left:-105px;}
*/


.yell-menu {
padding:0 10px;
  height:25px;
  border-left:                   solid 1px #ECC134;
  border-right:                   solid 1px #ECC134;
	background: 					url(./images/top_menu_bg2.png) top right repeat-x; position:relative; z-index:100;}
	
	
.yell-menu table td a, .yell-menu table td a:visited {display:block; text-decoration:none; color:#000; text-align:center;line-height:25px;  overflow:hidden;font-size:13px;}
.yell-menu table {padding:0; margin:0; list-style: none; width:100%;}
.yell-menu table td div { position:relative;}
.yell-menu ul li {float:left; width:100%; position:relative;border-left: solid 1px #ECC134; border-right: solid 1px #ECC134;}
.yell-menu table td ul {display: none;}

/* specific to non IE browsers */
.yell-menu table td a:hover {color:#fff;background: 					url(./images/top_menu_bg2-h.png) center center repeat-x;}
.yell-menu table td:hover ul {padding:0 0 3px 0; margin:0; list-style: none; display:block; position:absolute; top:25px; left:0; width:100%;border-bottom: solid 1px #ECC134; background:url(./images/top_menu_ul_sub_li_bg.gif) bottom right repeat-x;}
.yell-menu table td:hover ul li a.hide {color:#000;}
.yell-menu table td:hover ul li:hover a.hide {color:#fff;}
.yell-menu table td:hover ul li ul {display: none;}
.yell-menu table td:hover ul li a {display:block;
height: auto;
	line-height:100%;
	margin:7px 1px 3px 1px; color:#000;font-size:10px;}
.yell-menu table td:hover ul li {vertical-align:middle;
	  background:url(./images/top_menu_ul_sub_li_bg.gif) top right repeat-x; margin:0 2px 0 0;
	 }
.yell-menu table td:hover ul li:hover {background: 					url(./images/sub_bg-h.png) center top repeat-x;}
.yell-menu table td:hover ul li a:hover { color:#fff;background:none;}
.yell-menu table td:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.yell-menu table td:hover ul li:hover ul.left {left:-105px;}