#first-menu,#second-menu,#third-menu{
	width: 100%;
	height:33px;
    background-color: rgba(159, 220, 3, 0);
	position: relative;
	z-index: 100;
}
#menu-selector,#menu-selector2,#menu-selector3{
	position: absolute;
	background-image: url('images/selector.png');
	top:0px;
	left: 0px;
	width: 110px;
	height:33px;
	z-index: 200;
}
#menu ul{
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 800;
	list-style-type: none;
	display: table;
	text-align: center;
}
#menu li{
	padding: 8px 0px 0px 0px;
	margin: 0px;
	display: table-cell;
	width: 110px;
	height: 34px;
}
#menu a{
	width: 110px;
	color:white;
	text-decoration: none;
	font-weight:bolder;
}
#menu li>a:hover{color:black}
/*

Academy Right Side Menu


*/
.page{width:1240px !important; height:520px;}
#leftBar {
    float: left;
    width: 145px;
}
#academyList{
	float:left;
	width:145px;
	padding-top:112px;
}
#academyList .academy{
    background-color: rgba(159, 220, 3, 0.5);
    border-radius: 5px;
    float: left;
    font-weight: bolder;
    height: 25px;
	padding-top:7px;
    margin-bottom: 3px;
    text-align: center;
    width: inherit;
}
#academyList .academy:hover{
    background-color: rgba(2,159,2, 0.5);
	color:black !important;
}
#academyList .academy a{}
/*

Store Right Side Menu

*/
.page{width:1240px !important;}
#categoryList{
	float:left;
	width:145px;
	padding-top:112px;
}
#categoryList .academy{
    background-color: rgba(159, 220, 3, 0.5);
    border-radius: 5px;
    float: left;
    font-weight: bolder;
    min-height: 25px;
	padding-top:7px;
    margin-bottom: 3px;
    text-align: center;
    width: inherit;
}
#categoryList .academy:hover{
    background-color: rgba(2,159,2, 0.5);
	color:black !important;
}
#categoryList .academy .subcategory{
	padding-top:0px !important;
	display:none;
	background-color:inherit;
	float:inherit;
    min-height: 25px;
	padding-top:7px;
    text-align: left;
    width: inherit;
}
#categoryList .academy .subcategory:hover{
    background-color: rgba(159, 220, 3, 0.5);
}
#categoryList .subcategory{
	padding-top:0px !important;
	display:none;
}
#categoryList .academy a{}
/*

Logo CSS here

*/

#logo{
	height:110px;
	width: 840px;
	margin: 0px Auto;
}
#logo-image {
    left: 315px;
    position: relative;
    width: 98px;
	border-radius:100%;-moz-border-radius:100%;-webkit-border-radius:100%;
	-webkit-animation: debabratar 3s ease, debabratax 3s ease, debabratay2 4s ease infinite;
	-webkit-animation-delay: 3s, 3s, 6s;
	animation: debabratar 3s ease, debabratax 3s ease, debabratay2 4s ease infinite;
	animation-delay: 3s, 3s, 6s;
}
@-webkit-keyframes debabratar{
	from{left: 315px;}
	to{left: 850px;}
}
@keyframes debabratar{
	from{left: 315px;}
	to{left: 850px;}
}
@-webkit-keyframes debabratay {
	from{transform: rotateY(0deg);left: 315px;}
	to{transform: rotateY(360deg);left: 315px;}
}
@keyframes debabratay {
	from{transform: rotateY(0deg);left: 315px;}
	to{transform: rotateY(360deg);left: 315px;}
}
@-webkit-keyframes debabratay2 {
	from{transform: rotateY(0deg);left: 850px;}
	to{transform: rotateY(360deg);left: 850px;}
}
@keyframes debabratay2 {
	from{transform: rotateY(0deg);left: 850px;}
	to{transform: rotateY(360deg);left: 850px;}
}
@-webkit-keyframes debabratax {
}
@keyframes debabratax {
}

/**

Academy Logo here

**/
#academyLogo{
	height:110px;
	width: 840px;
	margin: 0px Auto;
	float:left;
}