a:link     {COLOR: #red;text-decoration:none;}
             a:visited { COLOR: #purple; text-decoration:none;}
           a:active  { COLOR: #blue;text-decoration : none; }
            A:hover {color: #CC0000; text-decoration:none;}
			
			
#nav, #nav ul {
	display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  background: #515151;
  float: left;
  width: 100%;
}
#nav li {
  float: left;
  position: relative;
  background: #515151;
  background: none;
}

#nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 120px;
  padding: 4px 10px;
}
#nav a:hover {
  color: #000;
  background: #ccc;
}
#nav li:hover,
#nav li.jshover {
  background: #333;
}

#nav li ul {
  display: none;
  position: absolute;
  padding: 8px 0;
  width: 138px;
}
#nav li li a {
  width: 118px;
  background: none;
}
#nav li:hover ul,
#nav li.jshover ul {
  display: block;
}

#nav li:hover li ul ,
#nav li.jshover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 133px;
}
#nav li:hover li:hover ul,
#nav li.jshover li.jshover ul {
  display: block;
}

a:link.add , a:visited.add, a:active.add, a:hover.add {
	color:#454545;
	text-decoration:none;
}




/* реклама */
.sp_ads {
	width:100%;
	background:#f5d2c0;
}
.sp_ads_botttom {
	width:40%;
	background:#f5d2c0;
}
.sp_ads p, .sp_ads_botttom p {
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.sp_ads span, .sp_ads a, .sp_ads a:visited, .sp_ads a:hover, .sp_ads_botttom span, .sp_ads_botttom a, .sp_ads_botttom a:hover, .sp_ads_botttom a:visited {
	color:#322;
	font-size:10pt;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:text;
}
.sp_ads b, .sp_ads_botttom b {
	font-size:10pt;
	cursor:pointer;
	text-decoration:underline;
	color:#600;
}
.sp_ya_direct {
	background:#ffffee;
	padding: 2;
}
.sp_ya_direct_2 {
	font-size:10pt;
	color:#333;
	padding:2;
	text-decoration:underline;
}
.sp_ya_direct_backgr {
	background:#edac95;
	text-align:left;
	font-size:10pt;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	padding: 0;
}
.sp_ya_direct_backgr_bottom {
	width:40%;
	background:#edac95;
	text-align:left;
	font-size:10pt;
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:22px;
	padding: 0;
}
