/*Menu Styling 1*/

.moduletable_m1 {
margin-bottom:16px;
}

.moduletable_m1 h3 {
font:20px Tahoma,Arial,Helvetica,sans-serif;
background:#000;
color:#ccc;
text-align:left;
margin:0 -10px;
padding:5px 10px;
}

.moduletable_m1 ul {
list-style:none;
margin:5px 0;
}

.moduletable_m1 li {
background:url(../images/leftmenu.png) bottom left no-repeat;
height:24px;
font:14px Tahoma,Arial, Helvetica, sans-serif;
margin:10px 0;
padding:0 0 0 10px;
}

.moduletable_m1 a:link,.moduletable_m1 a:visited {
color:#fff;
display:block;
text-decoration:none;
padding-left:5px;
}

.moduletable_m1 a:hover {
text-decoration:none;
color:#fff;
background:#ADADAD;
}


/*Menu Styling 2*/

.moduletable_m2 h3 {
	background:#FF9800;
	color:#263248;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 5px;
	margin-left: -10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.moduletable_m2 {
	margin-bottom:5px;

}

.moduletable_m2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.moduletable_m2 li {
	margin: 0;
	padding: 0;
}

.moduletable_m2 a
{
	display: block;
	border: 1px solid #263248;
	width: 160px;
	background-color: #7E8AA2;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.moduletable_m2 a:link, a:visited
{
color: #EEE;
text-decoration: none;
}

.moduletable_m2 a:hover
{
border: 1px solid #263248;
background-color: #FF9800;
color: #263248;
}

.moduletable_m2 .active a
{
color: #263248;
text-decoration: none;
}

/*Menu Styling 3*/

.moduletable_m3 h3 {
	color: #000000;
	font-weight: bold;
}

.moduletable_m3 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

.moduletable_m3 ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 12px;
}

.moduletable_m3 li {
	padding-left: 0px;
	list-style-type: square;
	line-height: 18px;
	color: #00aeef;
}

/*list styling*/

.moduletable_m3 ul li a {
	color: #ffffff;
	text-decoration: none;
}

.moduletable_m3 ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.moduletable_m3 ul li.active a {
	color: #CCCCCC;
	text-decoration: none;
}

/*list styling END*/

/*sub list styling*/

.moduletable_m3 li ul li {
margin-left: 15px;
	padding-left: 0px;
}

.moduletable_m3 li.parent.active ul li a {
color: #ffffff;
	padding-left: 0px;
}

.moduletable_m3 li.parent.active ul li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

.moduletable_m3 li.parent.active ul li.active a {
color: #CCCCCC;
	padding-left: 0px;
}

/*sub list styling END*/



