/* CSS Document */
#SideMenu
{
    background:url(../images/menu_top.gif) top no-repeat;
	list-style:none;
	width:100%;
	padding:0px;
	margin:0px;
	margin-top:20px;
	text-align:left;
}
#SideMenu li
{
	background:url(../images/leftbtn.png) no-repeat;
	width:180px;
	height:38px;
	margin-left:7px;
	list-style:none;
}
*html #SideMenu li
{
	background-image:none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/leftbtn.png', sizingMethod='crop'); /* IE 6 and 7 method.*/
}
#SideMenu A
{
	position:relative;
	float:left;
	display:block;
	width:100%;
	text-align:center;
	text-decoration:none;
	padding-top:8px;
	font:italic bold 14px "Times New Roman";
	color:#fffc00;
}
#SideMenu A:Hover
{
	color:#fff;
}
#BotMenu
{
	text-align:center;
	color:#fff;
	padding:5px;
	clear:both;
}
#BotMenu A
{
	color:#fff;
}
#BotMenu A:Hover
{
	text-decoration:none;
}