#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}
#sddmdiv{
	background-color:#000000;
	height:33px;
	width:970px;
	background-image: url(../images/tab-bg.png);
	margin-bottom:10px;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

#sddm li a
{
	display: block;
	width: auto;
		color: #5D26A3;
	background-image: url(../images/tab-bg.png);

	text-align: center;
	text-decoration: none;

	height: 23px;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 10px;
		font: bold 12px "Trebuchet MS" ;
		text-transform:uppercase;
	padding-left: 10px;
}

#sddm li a:hover
{
	color: #F7D048;
	background-color: #311843;
	background-image: none;

}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #311843;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F7D048;
	border-right-color: #F7D048;
	border-bottom-color: #F7D048;
	border-left-color: #F7D048;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
		color: #5D26A3;
font: bold 12px "Trebuchet MS" ;
	background-color: #311843;
	min-width:82px;
}

	#sddm div a:hover
	{
	color: #F7D048;
	background-color: #311843;
}
.vktable td{
border-bottom:1px dashed #666666;
border-right:1px dashed #666666;
border-top:1px dashed #666666;
border-left:1px dashed #666666;
padding:5px;}
