@import url(css/topmenu1.css);
@import url(css/topmenu2.css);
@import url(css/leftmenu.css);

#dnn_contentpane{
margin-left:50px;
width:750px;
}

/*used to hide the remeber me option if you are on the student lan*/
.StudentLan .normal input,
.StudentLan .normal label{
display:none;
}

/* change the menu level 3
#MenuLevel3 ul{
	padding-top:5px;
}
#MenuLevel3 ul li a, #MenuLevel3 ul li a:link, #MenuLevel3 ul li a:visited{
color:#000000;
}
#MenuLevel3 ul li a:hover{
color:#FF0000;
}
*/


