@charset "utf-8";
/* CSS Document */

/* <style type="text/css"> */

.links{
	border: 1px solid #c0c0c0;
	background-color: #b0c5eb;
	border-bottom-width: 0;
	width: 85%;
}

* html .links{ /*IE only rule. Original menu width minus all left/right paddings */
width: 85%;
}

.links ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.links a{
border-bottom:1px dotted #999999;
color:#0063a0;
display:block;
font-family:Verdana;
font-size:12px;
/* font-size-adjust:none; */
/* font-stretch:normal; */
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
padding:4px 3px;
text-decoration:none;
width:85%;
background-color:#B0C5EB;
padding-bottom:7px;
padding-top:7px;
padding-left:7px;
}

.links a:visited{
color:#0063a0;
}

html>body .links a{ /*Non IE rule*/
	width:85%;
}

.links a:hover{
	background-color:#f3f3f3;
	color:#000000;
	width: 93%;
}

/* </style> */
