@charset "utf-8";
/* CSS Document */


body {
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#999999;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-shadow-color:#999999;
	scrollbar-darkshadow-color:#ffffff;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#ffffff;
}


/*  Start - Navigation Menu styles */

#sddm
{
	margin: 0;
	padding: 0;
	z-index: 30;
	font-size: 12px;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	background-image: url(images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
}
#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 0px 5px;
	color: #eeeeee;
	text-align: center;
	text-decoration: none;
	;
	width: auto;
}

#sddm li a:hover
{
	font-size: 16px;
	margin: 0 1px 0 0;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 14px;
	width: 140px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 300px;
	overflow: auto;
	background-color: #eeeeee;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 1px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}

	#sddm div a:hover
	{
	color: #ffffff;
	font-size: 12px;
	background-color: #003366;
	display: block;
	margin: 0;
	padding: 3px 1px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #eeeeee;
	font-size: 14px;
}
#sddm #m1 {
	margin-top: 10px;
	padding-left: 5px;
	padding-bottom: 3px;	
	
}

