﻿
/* =navigation */
#nav{
	clear:both;
	font-weight:bold;
	color:#666;
	margin-left:4px;
	float:left;
	list-style-type:none;	
	background:  no-repeat 8px 100% #fff;
	padding-bottom:21px;
	height: 32px;
		text-decoration:none;
}
html>body #nav{
	margin-left:8px;
	background:  no-repeat 4px 100% #fff;
		text-decoration:none;
}
#nav li{
	list-style-type:none;
	float:left;
	margin:0 0 0 4px;
	padding:0 0 0 10px ;
	height:32px;
	background:  #ffffff top left no-repeat;
	text-decoration:none;
}
#nav li a{
	color:#666;	
	background:  transparent top right no-repeat;
	display:block;
	padding:0 4px 0 0;
	text-decoration: none;
}
#nav li a:link,
#nav li a:visited
{
    font-weight :lighter;
    font-family:Roboto;
    font-size:15px;
	color:#222;
	text-decoration: none;
}
#nav li a:hover,
#nav li a:active{
	color:#fff;
	text-decoration:none;
}
#nav li.cur,
#nav li.over,
#nav li:hover
{
    font-family:Roboto,Arial,Sans-Serif;
   	font-size:15px;
    font-weight  :normal;
   	color:#A4C639;
    color:#815ca3;
	background: #ffffff top left no-repeat;
 	text-decoration: none;
}
  
#nav li strong,
ul#nav li.cur a,
ul#nav li.over a,
ul#nav li:hover a
{
    font-weight  :normal;
   	color:#A4C639;
    color:#815ca3;
	background: #ffffff top left no-repeat;
 	text-decoration: none;
}
