/**
author: rgb(raduga) http://mambasana.ru
**/

td.top_left{
 /* margin : 0;
  padding:  0;
  background     : url(../images/top_left_red.jpg) no-repeat top left;
  width          : 171px;
  height         : 102px;*/
 }

td.top_nav_repeat{
  margin : 0;
  padding:  0;
  background     : url(../images/top_repeat_red.jpg) repeat-x top left;
  height         : 102px;
 }
td.top_nav_right{
  margin : 0;
  padding:  0;
  background     : url(../images/top_right_red.jpg) no-repeat top left;
  width          : 13px;
  height         : 102px;
 }

table.moduletable th {
      
    font-family          : Tahoma, Arial, Verdana,  Helvetica, sans-serif;
	font-size          : 12px;
	font-weight        : bold;
	text-align         : left;
	width              : 100%;
      /*background         : url(../images/mod_red.gif) #551011 repeat-x; */
      color              : #000000;
	padding            : 2px;
      text-indent        : 10px;
	line-height        : 16px;
	    
	}

/******************* Top Menu************************/

.moduletable-topnav {
    float: right;
    width				: auto;
    padding				: 0px 0px 1px 5px;
        	}

.moduletable-topnav td {
    width				: auto;
	}


.topnav {
	width				: 0px; 
        
	}

a.topnav {
	position			: relative;
	width				: auto;
	background			: none;
 	padding			: 5px 10px 9px 10px;
	color				: #000000;
      border-top   		: 5px solid #96adc9;
      text-decoration		: none;
	font-weight			: bold;
      line-height: 35px; 
      
	}
a.topnav:hover {
 	width				: auto;
	color				: #ffffff;
	background			: #96adc9;
      border-top   		: 5px solid #dedede;
 	padding			: 5px 10px 9px 10px;
 	font-weight			: normal;
	text-decoration		: none;
	font-weight			: bold;
	}
a.topnav#current {
	cursor			: default;
	position			: relative;
	width				: auto;
	background			: #96adc9;
 	padding			: 5px 10px 9px 10px;
	color				: #ffffff;
      border-top   		: 5px solid #96adc9;
      text-decoration		: none;
	font-weight			: bold;

	}
 
a.topnav#current:hover {
	cursor			: pointer;
	position			: relative;
	width				: auto;
	background			: #96adc9;
 	padding			: 5px 10px 9px 10px;
	color				: #ffffff;
      border-top   		: 5px solid #dedede;
      text-decoration		: none;
	font-weight			: bold;

	}



