
/* =Navigation
-------------------------------------------------------------- */
#nav_container { height: 32px; margin-left:14px;  border-bottom: 0px solid #fff; background: url(../../images/nav_ul_bg.png) no-repeat; }
#nav {margin: 0 auto; width: 782px; position: relative; top: 0; left: 0;}
#nav li a {
	display:block;
	margin: 0; 
	padding: 5px 0px;
/* 	height: 52px;	  */
	font-weight:bold;
 	background: url(../../images/nav_bg2.png) repeat-x;
 	color: #fff; font-size: 10px;  font-weight: bold; 
	text-decoration:none; text-transform: uppercase; text-align: center;
	letter-spacing: 0;
}

#nav li a:hover {text-decoration: none; background-position: 0 -52px; }

#nav li {float:left; border-right:1px dashed #99f; width: 84px;}
/*
#nav li.first-item {margin-left: 0px;}
*/
#nav li.last-item {border-right:0;}
#nav li#nav_buy_now a {color: #90C968;}

/*
#nav li#nav_buy_now {margin-left: 0px; position: absolute; top: 0; right: 24px;}
#nav li#nav_buy_now a {color: #90C968; font-weight: bold; font-size: 18px; width: 110px;}
#nav li#nav_buy_now a:hover {color: #fff; text-decoration: none;}
*/


#subnav {margin-bottom: 0px; margin-top: 83px;}
#subnav li {width: 178px; margin-top: 1px; background: url(../../images/buttons.png) repeat-x; clear: both;}
#subnav a {display: block; color: #fff; padding: 5px 5px 5px; text-decoration: none; }
#subnav a:hover {text-decoration: underline; }


#flags {clear: both; width: 230px; font-size: 10px; margin: 0 auto; padding: 40px 10px 10px; position: absolute; top: 0px; right: 0px; z-index: 5;}
#flags li { display: inline; margin-right: 2px;}
#flags li a img {display: inline; width: 20px}


#secondary_nav	{margin: 0 auto; text-align: center;}
#secondary_nav_container {margin: 10px auto 0;}
#secondary_nav li {border-right:1px dashed #99f; float: none; display: inline;}
#secondary_nav li.last-item {border-right:0;}
#secondary_nav li a {
	display:block;
	margin: 0; 
	padding: 5px 8px;
/* 	height: 52px;	  */
	font-weight:normal;
/*  	background: url(../../images/nav_bg.png) repeat-x;  */
 	font-size: 10px;
	text-decoration:none; text-transform: uppercase; text-align: center;
	display: inline;
}