body {	background: #000000; text-align: center; margin: 0px; padding:0; }

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
	
img {	border:0px; padding:0px; margin:0px;	}

a:link  {	color: #FFAA00; text-decoration:none;	}
a:hover  { color: #FFAA00; text-decoration:underline; }
a:visited:hover { color: #FFAA00; text-decoration:none; }
a:active  { color: #FFAA00; text-decoration:underline; }

.bodyline{ background-color: #FFFFFF; border:  0px #98AAB1 solid; }

/* General text */
.gen { font-size : 12px; } .genmed { font-size : 11px; } .gensmall { font-size : 10px; } .gen,.genmed,.gensmall { color : #cccccc; }  
a.gen, a.genmed, a.gensmall { color: #FFAA00; text-decoration: none; } 
a.gen:hover,a.genmed:hover,a.gensmall:hover{ color: #FFAA00; text-decoration: underline; }

.maintitle {font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;text-decoration: none; line-height : 120%; color : #FFAA00;}
.medtitle {font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; line-height : 120%; color : #FFAA00;}


td.tablebg {background-image: url("images/stalpic_06.gif") }

/* Horizontal Drop Down Menus\*/

#nav 	{ margin: 0; padding: 0; list-style: none; width: 137px; /* высота эл-та меню */ border-bottom: 1px solid #FFFFFF; }
#nav li ul { margin: 0; padding: 0; list-style: none; width: 137px; /* высота эл-та меню */ border-bottom: 1px solid #FFFFFF; }
#nav li 	{ position: relative;	margin: 0; padding: 0; list-style: none;}
#nav li ul 	{ position: absolute; left: -199px; /* Set 1px less than menu width */ top: 0; display: none;	width: 200px; margin: 0; padding: 0; list-style: none;}

/* Styles for Menu Items */
#nav li a { display: block; text-decoration: none; color:  #000000; background-color:#444444;  /*цвет фона*/ padding: 2px; border: 1px solid ; border-color:#FFFFFF;      /*цвет границы*/ border-bottom: 0; }

/* Fix IE. Hide from IE Mac \*/
* html #nav li { float: left; height: 1%; }
* html #nav li a { height: 1%; }
/* End */

#nav li a:hover { color: #ffffff; background: #ffaa00; } /* цвета при наведении мыши */
#nav li ul li a { padding: 2px 2px; } /* Sub Menu Styles */
#nav li:hover ul, #nav li.over ul { display: block; } /* The magic */

#nav a.menuS {font-size: 10px; font-weight : bold; color: #dddddd; text-decoration: none; }
#nav a.menuS:hover{font-size: 10px; font-weight : bold; color: #ffffff; text-decoration: none; }
#nav {
	position:absolute;
	left:0px;
	top:0px;
}
.mainmenu{
	position:relative;
	width:100%;
}