/* CSS Document */
.SideMenu
{
	width:100%;
	height:32px;
	background:url(../images/menuBG.gif) repeat-x;
}
.SideMenu th
{
	text-align:right;
	padding-right:5px;
}
.SideMenu th a
{
	font:bold 12px Arial;
	color:#ef8b00;
	display:block;
	background:url(../images/home_19.gif) right no-repeat;
	padding-right:14px;
}
.SideMenu td
{
	text-align:left;
	direction:ltr;
	padding-left:5px;
}
.SideMenu td a
{
	font:bold 12px Arial;
	color:#646f93;
	display:block;
	background:url(../images/home_19.gif) left no-repeat;
	padding-left:14px;
}
.SideMenu a
{
	text-decoration:none;
}
.SideMenu a:hover
{
	color:#FFF;
}
