.moduletable_menu {
	width: 160px;
	background-color: #f3f3f3;
	margin-bottom: 20px;
	font-size: 11px;
	color: #333;
}

.moduletable_menu h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #003162;
	text-align: center;
	padding-top: 12px;
	padding-bottom: 10px;
	border-top: 4px solid;
	border-top-color: #003162;
	border-bottom: 1px solid;
	border-bottom-color: #cccccc;
}

.moduletable_menu a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
}

.moduletable_menu ul{
	margin-left: 0px; /*only for ie*/
	padding-left: 20px;
	padding-right: 10px;
}

.moduletable_menu ul li{
	list-style: none;
	border-bottom: 1px solid;
	border-bottom-color: #cccccc;
	padding-bottom: 4px;
	margin-top: 2px;
}

.moduletable_menu ul li li{
	list-style: none;
	border-bottom: none;
	padding-bottom: 4px;
	margin-top: 2px;
}

.moduletable_menu ul li:hover{
	list-style-image: url(../images/bg-list.png);
}

.moduletable_menu ul li li:hover{
	list-style: none;
}

/*form login */

#form-login {
	width: 160px;
	border: none;
}

#form-login fieldset {
	border: none;	
}

#modlgn_username {
	width: 120px;	
}

#modlgn_passwd {
	width: 120px;	
}



/* Polls */

.pollstableborder_menu {
	text-align: left;	
}