.topmenu {font:12px/1.3 arial,sans-serif;list-style-type:none;position:absolute;top:115px;left:-9px;}
.topmenu a {
	display:block;
	position:relative;
	width:100px;
	background:url(../i/1.png) repeat-x #eee;
	border:silver 1px solid;
	color: Navy;
	font:12px verdana,arial,sans-serif;
	margin:1px;
	padding:3px 0 3px 5px;
	text-decoration:none;
}
.topmenu a:hover {
	background:url(../i/2.png) repeat-x #feeeb1;
	color: Red;
}
.topmenu a.selected  {
	background:url(../i/4.png) repeat-x #feeeb1;
	border:silver 1px solid;
	color: Red;
}
.topmenu li {float:left;margin:0;}
.thisso {background-color:gold;}

.nav .nolink {
	background:url(../i/1.png) repeat-x #dae2f4;
	border:silver 1px solid;
	color: Black;
	margin: 1px 5px 2px 10px;
	padding:3px 0 3px 6px;
	font-weight : bold;
}
.nav {list-style-type:none;margin:-1px 7px 0 0;}
.nav a {
	display:block;
	position:relative;
	background:url(../i/1.png) repeat-x #eee;
	border:silver 1px solid;
	color: Navy;
	font:11px verdana,arial,helvetica,sans-serif;
	margin:1px 0;
	padding:4px 2px 4px 6px;
	text-decoration:none;
}
.nav a:hover {
	background:url(../i/2.png) repeat-x #feeeb1;
	color: Red;
}
.nav a.selected {
	background:url(../i/4.png) repeat-x #feeeb1;
	border:silver 1px solid;
	color: Red;
}

/* календарь */
#calendar {
   width:174px;
   text-align:center;
   background-color:silver;
   border:none;
   font:11px arial,helvetica,sans-serif;
   margin:0 0 -1px 12px;
   text-decoration:none;
}
.month {
   background:url(../i/1.png) repeat-x #DEE3F7;
   color:#880; 
   font:bold italic 12px georgia;
   padding:3px;  
}
.ct { /* дни недели */
  background:url(../i/1.png) repeat-x #DEE3F7;
  color:#650;
  font-family: Georgia;
  padding:2px 3px;
}
.cb { /* число в прошлом */
  background:#FFFBCE;
  padding:4px 3px;
  width:16px;
}
.cv { /* выходные дни */
  background:#FFDFFF;
  color:#000;
  padding:4px 3px;
  width:15px;
}
.cs { /* открытый день */
  background:yellow;
  color:#a00;
  padding:4px 3px;
}
.cp { /* post */
  background:#eee;
}
#cp { /* post link */
  background:#D6F3FF;
  color:blue;
  display:block;
  padding:4px 3px;
}
#cp:hover {
  background:yellow;
  color:red;
}
.cn { /* пустые дни */
  background:#efefef;
}
#cn { /* наступающие дни */
  color:#888;
}
