@charset "utf-8";
#sddm
{
	margin: 0;
	padding: 0;
	z-index: 1;
	}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 10px arial;
}

/*#sddm li a
{
	display: block;
	width: 140px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-bottom: 4px;
	background-image: url(../images/nav_bkg1.jpg);
	background-position: left bottom;
	font-size: 12pt;
}

#sddm li a:hover
{
	background-image: url(../images/nav_bkg_ov1.jpg);
	background-position: left bottom;
}*/

#test a
{
	display: block;
	width: 135px;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	padding-top: 16px;
	padding-bottom: 6px;
	background-image: url(../images/nav_bkg1.jpg);
	background-position: left bottom;
	font-size: 10pt;
	font-weight: 700;
	padding-left: 5px;
	z-index: 1;
}

#test a:hover
{
	background-image: url(../images/nav_bkg_ov1.jpg);
	background-position: left bottom;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: thin solid 454F22;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/subnav_bkg.png);
	background-repeat: repeat;
}

	#sddm div a:hover
	{
	color: #333333;
	background-color: #CCCCCC;
}
