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



/*  Start - Navigation Menu styles */

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

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	float: left;
}
#sddm li a
{
	display: block;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	text-shadow: 0 0 0 #000;
	color: #4B4B4B;
	border-right: 1px solid #ED1C24;
	padding: 0px 15px 0px 12px;
	border-left: 1px solid #25AAE1;
	margin-left: 4px;
}


#sddm li a:hover
{
	font-size: 12px;
	color: #000;
}

#sddm div
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-color: #000000;
	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;
	position: absolute;
	z-index: 1020;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 7px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #eeeeee;
	font-size: 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: normal;
}

	#sddm div a:hover
	{
	color: #ffffff;
	font-size: 12px;
	background-color: #333;
	background-image: none;
	font-weight: normal;
}
#sddm #m1 {
	margin-top: 1px;
	margin-left:1px;
}
#sddm #m2 {
	margin-top: 1px;
	margin-left:1px;
}
#sddm #m3 {
	margin-top: 1px;
	margin-left:1px;
}
#sddm #m4 {
	margin-top: 1px;
	margin-left:1px;
}

