@charset "utf-8";
/* MardeeD.org Navigation CSS Document */


/* TOP NAVIGATION CSS CODE BEGIN================================*/
#wrapper2navLeft{
	background-image:url(../images/bkgdNavTop-L.png);
	background-repeat:no-repeat;
	width:12px;
	height:43px;
	float:left;
}
#wrapper2navCenter{
	background-image:url(../images/bkgdNavTop.png);
	background-repeat:repeat-x;
	width:994px;
	height:43px;
	float:left;
}
#wrapper2navRight{
	background-image:url(../images/bkgdNavTop-R.png);
	background-repeat:no-repeat;
	width:10px;
	height:43px;
	float:left;
}
#navMenu{
	padding:0;
	margin:0;
}
#navMenu ul{
	padding:0;
	margin:0;
	line-height:40px;
}
#navMenu li{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	position:relative;
}
#navMenu ul li a{
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	text-decoration:none;
	height:42px;
	width:98px;
	display:block;
	border-right:1px solid #000;
	border-left:1px solid #000;
	color:#ecfe9a;
	text-shadow:1px 1px 1px #000;
	transition-property: all;
	transition-duration: 0.9s;
	transition-timing-function: ease-out;
}
#navMenu ul ul{
	position:absolute;
	visibility:hidden;
	top:43px;
}
#navMenu ul li:hover ul{
	visibility:visible;
	background-color:#777;
}
#navMenu ul li:hover ul li a:hover{
	background-image:url(../images/bkgdNavTop.png);
	background-repeat:repeat-x;
	background-color:#376dc4;
	color:#b51f37;
}
.selected{
	text-align:center;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	text-decoration:none;
	height:42px;
	width:98px;
	display:block;
	border-right:1px solid #000;
	border-left:1px solid #000;
	color:#000;
	background-color:#376cc3;
}
#navMenu ul ul{
	position:absolute;
	visibility:hidden;
	top:43px;
}
#navMenu a:hover{
	color:#fff;
	background-color:#376cc3;
}
.clearFloat{
	clear:both;
	padding:0;
	margin:0;
}

/* TOP NAVIGATION CSS CODE ENDING================================*/
/* BOTTOM NAVIGATION CSS CODE BEGIN=============================*/


.bbutt a {
	width:89px;
	height:57px;
	float:left;
	color:#fff;
	background-color:#544d47;
	text-align:center;
	line-height:55px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 10px;
	text-shadow: 1px 1px #000;
	transitionproperty: all;
	transition-duration: 0.9s;
	transition-timing-function: ease-out;
}
.bbutt a:hover{
	color:#fff;
	text-shadow: 1px 1px #b51f37;
	background-color:#376cc3;
}
.bbuttSelected a{
	width:89px;
	height:57px;
	float:left;
	color:#fff;
	background-color:#376cc3;
	text-align:center;
	line-height:55px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 10px;
	text-shadow: 1px 1px #000;
	transitionproperty: all;
}
.bbuttHome a{
	width:90px;
	height:57px;
	float:left;
	color:#fff;
	background-color:#544d47;
	text-align:center;
	line-height:55px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 10px;
	text-shadow: 1px 1px #000;
	transitionproperty: all;
	transition-duration: 0.9s;
	transition-timing-function: ease-out;
	border-radius:0 0 0 9px;
}
.bbuttHome a:hover{
	background-color:#376cc3;
}
.bbuttSelectedHome a{
	width:90px;
	height:57px;
	float:left;
	color:#fff;
	background-color:#376cc3;
	text-align:center;
	line-height:55px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight:normal;
	font-variant: small-caps;
	text-decoration: none;
	font-size: 10px;
	text-shadow: 1px 1px #000;
	transitionproperty: all;
	border-radius:0 0 0 9px;
}
.bbuttFbook a{
	float:left;
	text-align:center;
	padding:5px;
	width:55px;
	height:47px;
	background-color:#544d47;
}
.bbuttFbook a:hover{
	background-color:#376cc3;
}
.bbuttFbook2 {
	color:#fff;
	background-color:#544d47;
	width:114px;
	height:42px;
	font-weight:bold;
	text-align:left;
	font-size:10px;
	padding:15px 25px 0 10px;
	float:right;
	border-radius:0 0 9px 0;
}


/*BUTTON NAVIGATION END===========================================================================================*/