/* SiteLinks */
#SiteLinks
{
	display: block;
	width: 200px;
	min-height: 140px;
	text-align: left;
	margin-top: 5px;
	float: left;
	margin-left:2px;
}
*html #SiteLinks
{
	height: 140px;
}
#SiteLinks_Header
{
	display:block;
	background-image: url(images/h_m_bg.gif);
	background-repeat: repeat-x;
	width:100%;
	height:29px;
}
#SiteLinks_Header_Left
{
	display:none;
}
#SiteLinks_Header_Center
{
	display:block;
	float:left;
	width:160px;
	height:29px;
}
#SiteLinks_Header_Icon
{
	display:block;
	float:left;
	width:16px;
	height:16px;
}
#SiteLinks_Header_Title
{
	display: block;
	float: left;
	width: 70px;
	height: 16px;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 10px;
	color: #034B01;
}
#SiteLinks_Header_Line
{
	display:none;
}
#SiteLinks_Header_Right
{
	display: block;
	background-image: url(images/h_m_right.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 29px;
	float: right;
	margin-right: 5px;
	background-position-x: right;
}
#SiteLinks_Body
{
	display: block;
	width: 198px;
	background: #F3F5F6;
	border-right: #D3DEE3 1px solid;
	border-left: #D3DEE3 1px solid;
}
#SiteLinks_List
{
	display: block;
	line-height: 24px;
	margin-left: 0px;
	min-height: 80px;
	
	padding-top: 5px;
}
*html #SiteLinks_List
{
	height:80px;
}
#SiteLinks_List ul
{
	list-style-image:url(images/arrow_04.gif);
	margin-left:30px;
}
#SiteLinks_List li
{
	width:100%;
}
.SiteLinks_HyperLink img
{
	display:block;
	width:160px;
	height:48px;
	border:solid 1px darkgray;
	margin-top:5px;
}
#SiteLinks_Footer
{
	display:block;
	width:200px;
	height:11px;
	background: url(images/h_m_bg_footer.gif) no-repeat;
}
.DropDownList_Links
{
	width:160px;
	margin-left:30px;
}

