/* CSS Document */
html *
{
	margin:0px;
	padding:0px;
}

body
{
	background:#004080;
	color:#e3e3e3;
	font-family:arial;
	font-size:12px;
}

.clr{
clear:both;
}

#left_menu
{
background:url(../images/top_mid.gif);
width:131px;
}

#left_menu_top
{
background:url(../images/top_nav.gif) no-repeat;
width:131;
height:28px;
float:left;
}

#left_top_text
{
color:#E3E3E3;
float:left;
font-size:10px;
font-weight:bold;
margin:0 0 0 34px;
*margin:0 0 0 18x;
}

#left_menu_bottom
{
background:url(../images/top_nav_bottom.gif) no-repeat;
width:131;
height:26px;
float:left;
}

#left_menu ul
{
	float:left;
	margin:10px 0 10px 20px;
	*margin:10px 0 10px 10px;
}

#left_menu li
{
	background:url("../images/link_bg.gif") no-repeat scroll 0 0 transparent;
	display:list-item;
	height:19px;
	list-style:none outside none;
	margin:5px 0;
	padding:2px 3px;
	width:110px;
}
#left_menu li a
{
	color:#e3e3e3;
	text-decoration:none;
}


