#bottomlinkbar {
	list-style: none;
	/*width: 800px;*/
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	/*min-height: 48px;*/
	padding: 0px 0px 0px 0px !important;
	/*background: url("../images/TopMenuBar/1sttoplibackgroundimage.png") no-repeat;*/
	
	/* Rounded Corners 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; */
	
	/*Backgrounf color and gradients */
	background: white/*#A7DFF3*/;
	/*background: -moz-linear-gradient(top, #0272a7, #013953);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0272a7), to(#013953));*/
	
	/* Borders */
	border-top: 0px solid #b8f665/*#66FF33/*#99FF66/*#6E8F29*//*#ccff66*/;
	border-left: 0px solid #b8f665;
	border-right: 0px solid #b8f665;
	border-bottom: 0px solid #b8f665;
	/*border: 1px solid #002232;
	-mox-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	box-shadow: inset 0px 0px 1px #edf9ff;*/
}

#bottomlinkbardiv {
	height: 70px;
}

#takingUpSpace {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 0px 0px 0px 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: white;
	border: 0px solid white/*#C6D020/*#6E8F29/*#ccff66*/;
	border-top: 0px;
	height: 15px;
	width: 211px;
}

#takingUpSpace:hover {
	border: 0px solid white;
	padding: 0px 0px 0px 0px;
	background: white;
}

#bottomlinkbar li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	padding: 2px 15px 8px 15px;
	margin-right: 0px;
	margin-top: 0px;
	/*background-color: white;*/
	/*border-bottom: 2px solid #b8f665/*#C6D020/*#6E8F29/*#ccff66;*/
}

#bottomlinkbar li:hover {
	/*border: 1px solid #00B0DB;*/
	text-decoration: underline;
	padding: 2px 15px 8px 15px;
	
	/* Background color and gradients */
	background: A7DFF3;
	/*background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE)); */
	
	/* Rounded corners */
	/*-mox-border-radius: 5px 5px 0px 0px;
	-webkit-border-radiusL 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;*/
}

#bottomlinkbar li a {
	font-family: "Open Sans", "Arial", "Helvetica", sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #004b81;
	display: block;
	outline: 0;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #000;*/
}

#bottomlinkbar li: hover a {
	color: #161616;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.strong {
	font-weight:bold;
}

#leftMenuLi {
	border-left: 0px !important;
}