#footer{
	position:absolute;
	bottom:0;
	width:100%;
	height:60px;			/* Height of the footer */
}

#light_menu{
	width: auto;
	float: right;
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
}

#light_menu ul{
	list-style: none;
}

#light_menu ul li{
	display: block;
	float: left;
	overflow: hidden;
	padding: 3px 0px;
	margin: 0px;
	/*
	border-right: 1px #000 solid;
	padding-bottom: 5px;
	*/
}

#light_menu ul li a{
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Trebuchet MS;
	color: #1F2E43;
	padding: 0px 5px;
	margin: 0px 3px;
	
	border-radius: 2px;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	text-shadow: #5C6877 0.5px 0.5px 1px;
	background-color: #fff;
}

#light_menu ul li a.active,
#light_menu ul li a.active:hover{
	background-color: #36647F;
	color: #EFFFD6;
	cursor: default;
	
	text-shadow: #80AABC 0.5px 0.5px 1px;
}

.div_hr{
}

#footer-inner{
	padding: 10px;
}

#post-footer{
	height: 5px;
}

#cr{
	float: left;
	font-size: 13px;
	font-family: Trebuchet MS;
	margin-top: 7px;
	margin-left: 10px;
	color: #36647F;
}