/*
 * Name            :  Hidden jQuery Menu for Minimalist Design
 * Author's Name   :  Jeremie Tisseau
 * Site            :  http://web-kreation.com  
 * version         :  0.1 
 * Requires        :  jQuery 1.3.2
 * Date            :  Sept 8th, 2009
 *
 * License         :  Creative Commons Attribution-Share Alike 2.0 France License
 *                    http://creativecommons.org/licenses/by-sa/2.0/fr/
 *                    Feel free to do whatever you'd like with this, just please give credit where credit is do.
 */


#header .nav-enabled {
	display: block;
	height: 20px; /* Fixed height to make sure navigation doesn't flick on mouseleave - set it to anything you want */
	float: left;
	display:inline;
	background: url(images/bkg_account.gif) no-repeat right;
	width: 160px;
	vertical-align: middle;
	border: 0px solid #E6E6E6;
}

ul.nav {
  	display: block;
	border: 0px solid #E6E6E6;
	height: 20px;
	padding: 0px;
	width: 160px;
	margin:0px;
	margin-top: -2px;
	z-index:100;
}

ul.nav li {
	display: block;
	float: left;
	height: 12px;
	padding: 5px 10px 5px 10px;
	color: #666; 
	position: relative;  
	width: 140px;
	z-index:100;
}

#user_link {
	text-align: left;
	width: 140px;
}

#user_link a:hover {
	color:#7e724f;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#user_link a {
	color:#333; 
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}


/* Subnav */
ul.nav li.btn a {
	background: url(imagess/subnav_btn_jonty.gif) no-repeat right 4px; /* add arrows next links when subnav exists */ 
	padding-right: 20px;
	
}

ul.nav li.btn a:hover, ul.nav li.hover {
	background-position: right -35px;
}

ul.nav li ul.dropdown {
	display: none;
	list-style: none;
	position: absolute;
	float: left;
	left: 0; 
	top: 22px;
	background: #fff;
	margin: 0; 
	padding: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

ul.nav li ul.dropdown li {
	margin: 0; 
	padding: 0;
	border-top: 1px solid #ccc;
	clear: both;
	height: 14px;
	width: 138px;
	padding: 8px 10px;
	display: block;
}

ul.nav li ul.dropdown li a {
	text-transform: none;
	background: transparent!important;
}

html ul.nav li ul.dropdown li a {
	float: left;
}
