/* CSS Document */

.SideMenu{
	background-color: white;
	width: 175px;
	padding-top: 8px;
	margin-top: 8px;
}
* html .SideMenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 166px;
}

.SideMenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.SideMenu a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #3051BD;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: right;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3051BD;
}

html>body .SideMenu a{ /*Non IE rule*/
width: auto;
}

.SideMenu a:hover{
	color: #E47401;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E47401;
	font-weight: bold;
}

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}