/* ================================================================ 
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 */

.menus_container
{
	width: 172px;
	padding: 0px 9px 0px 19px;
	position: relative;
}

.menus {font-family: Georgia, arial, sans-serif; width:172px; height:100px; position:relative; font-size:100%; z-index:100;}

.menus ul li a, .menus ul li a:visited 
{
	display: block; 
	text-decoration: none; 
	color: #666666;
	width: 154px; 
	height: 35px; 
	text-align: left; 
	border: 0px solid #fff;  
	font-size: 100%; 
	overflow: hidden;
	line-height: 35px;
	
	padding-left: 18px;
}

.menus ul {padding:0; margin:0; list-style: none;}
.menus ul li 
{
	float: left; 
	position: relative;
	background: url('images/bg_menuitem.gif') no-repeat; 
	background-position: top left; 
}
.menus ul li.active {
	background-position: top right; 
}
.menus ul li.active:hover
{
	background: url('images/bg_menuitem.gif') no-repeat; 
	background-position: top right; 
}
.menus ul li.active a 
{
	color:#FFFFFF;
}

.menus ul li ul {display: none;}

.menus ul li ul li {
	background:none;
}

/* specific to non IE browsers */
.menus ul li:hover a 
{
	color:#FFFFFF;
}

.menus ul li:hover
{
	background: url('images/bg_menuitem.gif') no-repeat; 
	background-position: top right; 
}


.menus ul li.first-item 
{
	background: url('images/bg_menuitem_first.gif') no-repeat; 
	width: 172px; 
	height: 43px; 
	line-height: 43px;
}
.menus ul li.first-item:hover
{
	background: none; 
	background: url('images/bg_menuitem_first.gif') no-repeat; 
}
.menus ul li.last-item 
{
	background: url('images/bg_menuitem_last.png') no-repeat; 
	width: 172px; 
	height: 35px; 
	line-height: 35px;
}
.menus ul li.last-item:hover
{
	background: none; 
	background: url('images/bg_menuitem_last.png') no-repeat; 
}


.sub-first
{
	padding-top: 6px;
	background: url('images/bg_submenuitem_first.gif') no-repeat; 
	background-position: top left; 
}

.sub-mid
{
	background: url('images/bg_submenuitem_mid.gif') repeat-y; 
}

.sub-last
{
	padding-bottom: 9px;
	background: url('images/bg_submenuitem_last.gif') no-repeat; 
	background-position: bottom left; 
}

.menus ul li:hover ul {display:block; position:absolute; top:0px; left:172px; width:172px;}
.menus ul li:hover ul li a 
{ 
	width: 205px;
	display: block;
	height: 26px; 
	line-height: 26px;
	font-size: 12px;
	color:#666666;
}
.menus ul li:hover ul li a:hover {
	width: 205px;
	background-position: top right; 
	color: #fff;
}
.menus ul li:hover ul li a.sub-last:hover {
	width: 205px;
	background-position: bottom right; 
}

/* NOT NEEEEEEEDED */
.menus ul li:hover ul li ul {display: none;}
.menus ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menus ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menus ul li:hover ul li:hover ul {display:block; position:absolute; left:172px; top:0;}

