/*#sddm {	margin: 1 14px 0 38px; padding: 0; z-index: 30; text-align: center; }

#sddm li {	margin: 0; padding: 0 3px 0 3; list-style: none; float: left; font: bold 14px verdana, georgia; border-right: 0px solid #FFF; text-align: center; }

#sddm li a
	{	display: block;	white-space: nowrap; margin: 0 0px 0 0;	padding: 11px 0px; border: 0px solid #515560;	color: #FFF; text-align: center;	text-decoration: none; }
	
#sddm li a:hover
	{	background-image: url(../../images/menumidon.gif);	color: #FFF; }
#sddm div
	{	margin: 1px 0 0 0;	padding: 0; visibility: hidden; position: absolute; clear: both; background: #5D667C; border: 1px solid #d7d7d6; }
#sddm div a
	{
		position: relative; display: block; margin: 0; padding: 5px 10px; 	width: auto; white-space: nowrap; text-align: left; text-decoration: none;	border: 0px solid black;
		background: #5D667C; color: #FFF; font: 11px trebuchet ms, georgia;
	}	

#sddm div a:hover
	{	color: #FFF; background: #2A3642; }*/
/*MENU STYLES*/
.menu { width:1004px; height:40px; float:left; position:relative;  font: bold 13px verdana, georgia; background-image: url(../../images/menumid.gif);}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul { padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:200px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:200px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; text-decoration:none; color:#fff;  height:40px; padding-left:0px; line-height:40px; font-weight:bold; text-align:center;  }
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#777777;text-align:left;}
/*first level drop down hover styles*/
 .menu ul ul li a:hover{background:#6d9540;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#6d9540;}
.menu ul ul :hover > a.drop {background:#6d9540;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#777777; border-left:1px solid #fff;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#6d9540;}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute;height:0;top:39px;left:0; border:0px solid #FFF; z-index:1009;}
/* position the third level flyout menu */
.menu ul ul ul{left:202px; top:-1px; z-index:1009; }
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-179px;}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {text-align:left;margin-left:-1px;background:#777777; color:#fff; font-weight:normal; height:auto; font: bold 11px verdana, georgia; line-height:1em; padding:5px 10px; width:184px;border-width:0 1px 1px 1px;}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{ background-image: url(../../images/menumidon.gif); text-decoration:none;}
.menu :hover > a, .menu ul ul :hover > a { background-image: url(../../images/menumidon.gif); text-decoration:none;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

