#suckdiv ul{
       list-style: none;
       margin: 0;
       padding: 0;
	z-index: 20;
}
#suckdiv li{
       margin: 0px 15px 0px 0px;
       float: left;
	font-size: 1.2em;
}
#suckdiv li ul {
       position: absolute;
       width: 175px;
       left: -999em;
       border: 1px solid #aea486;
	font-size: 1em;
	top: 28px;
}
#suckdiv li:hover ul {
       left: auto;
}
#suckdiv li ul li {
    width: auto;
	padding: 0;
	border-top-width: 1px;
	border-top-color: #aea486;
	border-bottom: 1px solid #aea486;
	font-size: 1em;
}
#suckdiv li a{
       display: block;
       background-color: #cec19f;
       color: #463720;
       font-weight: bold;
       text-decoration: none;
	font-style: italic;
	padding: 5px;
	border-right-color: #aea486;
	border-right-width: 1px;
	
}
html>body #suckdiv li a {
       width: auto;
}
#suckdiv li ul li a {
       width: 165px;
       background-color: #cec19f;
       color: #463720;
	font-size: .8em;
	padding-top: 8px;
	padding-bottom: 8px;
    filter:alpha(opacity=90	);
   -moz-opacity: .90;
    opacity: 0.90;
    cursor: pointer;

}
#suckdiv li a:hover,a#active_menu:link,a#active_menu:visited{
       color: #600;
       text-decoration: none;
       filter:alpha(opacity=100);
       -moz-opacity: 1;
       opacity: 1;
       cursor: pointer;
}
#suckdiv li ul li a:hover {
       color: #fff;
       background: #3a5087 repeat-y left;
}
#suckdiv li:hover ul, .moduletable_topmenu li.sfhover ul {
       left: auto;
}
#suckdiv ul li.active a {
       color: #fff;
       text-decoration: none;
}
#suckdiv li.parent.active a {
       color: #fff;
       text-decoration: none;
}
#suckdiv li.parent.active a:hover {
       color: #600;   
}
#suckdiv li.parent.active ul li a {
       color: #fff;
       text-decoration: none;
}
#suckdiv li.parent.active ul li a:hover {
       color: #fff;
       text-decoration: none;
}