#wrapper {
}

a {
	border-left:1px solid #CFD3E2;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #4D9DDC;
	padding:4px 10px;
	line-height:21px;
}

ul,li{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	white-space:nowrap;
}
li{
	display:inline;
	position:relative;
	white-space:nowrap;
}

li a.last{border-right:1px solid #CFD3E2;}

a {
	border-left:1px solid #CFD3E2;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #4D9DDC;
	padding:4px 10px;
	line-height:21px;
}
* html a {padding:2px 10px;display:inline-block;line-height:17px}
/* commented backslash hack v2 \*/ 
* html a {height:1%;} 
/* end hack */ 


a:hover{color: #FFAD2B;border-bottom:2px solid red;padding-bottom:2px;}
* html a:hover {padding-bottom:0px}
#wrapper {
	background-color: #F3F4F5;
	border: solid 1px #BFCCD7;
}