/*#ticker { margin: auto; width: 650px; border: 1px solid #ccc; background: #eee; padding: 1px 8px; -moz-border-radius: 8px; border-radius: 8px; }*/
#ticker { width:750px; background: #eee; padding: 2px 8px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}
#ticker a { text-decoration: none; color: #000; }
#ticker a:hover { text-decoration: underline; }
#ticker ul { list-style:none; margin:0; padding:0; }

.imageHolder {
	width:700px;
	height:300px;
	background:url(images/maths480.jpg) no-repeat 125px 46px;
}
.leftmenu, .leftmenu ul {
	margin:0;
	padding:0; 
	list-style:none; 
	float:left;
}
.leftmenu { margin-top: 47px; }
.leftmenu .main {
	position:relative; 
	float:left; 
	clear:left; 
	overflow:hidden;
	background:#9097aa; 
	/*border-right:5px solid #000; */
	margin-bottom:1px;
}
.leftmenu .sub li {
	margin-top:-35px;
}
.leftmenu a {
	position:relative; 
	display:block;
	width:115px; 
	text-decoration:none; 
	font:normal bold 12px/35px arial, sans-serif; 
	color:#fff; 
	background:#9097aa; 
	padding-left:10px; 
	border-right:1px solid #ebf0f4;
}
/*
.leftmenu a.top {
	-webkit-transition: margin 0.7s ease-in-out;
	-mz-transition: margin 0.7s ease-in-out;
	-o-transition: margin 0.7s ease-in-out;
	transition: margin 0.7s ease-in-out;
}
*/
.leftmenu a.p1 {left:125px}
.leftmenu a.p2 {left:245px}
.leftmenu a.p3 {left:365px}
.leftmenu a.p4 {left:485px}
.leftmenu a:hover {background:#dfe2e9; color:#000;}
.leftmenu a.top:hover,
.leftmenu .sub a:hover {margin-right:480px;}


.container {background:#eee; font:normal bold 12px/35px arial, sans-serif; width: 550px; position:relative; margin-left: 85px; }
.topmenu ul {margin:0; padding:0; list-style:none;}
.topmenu {position:absolute; overflow:hidden; }
.topmenu .main {float:left; width:120px; margin-top:-320px; } /*border-bottom:5px solid #000; } */
.topmenu a {display:block; width:110px; text-decoration:none; color:#fff; background:#9097aa; padding-left: 10px;}
.topmenu a.top {position:relative; float:left; margin-right:-119px; margin-top:320px;}
.topmenu .sub {background:#dfe2e9; float:left; margin-top:-32px; padding-top:32px;}
.topmenu .sub a {background:#9097aa; position:relative; margin-right:-1px; border-bottom:1px solid #fff;}
.topmenu a:hover,
.topmenu a:focus,
.topmenu a:active {background:#dfe2e9; color:#000; margin-right:0;}
