
/**************************************************
Left Side Styles includes Logo & left Menu
***************************************************/


div#logo_container
{
	width:117px;
	height:100px;
   	padding: 0px 0px 0px 0px;
}
div#left_menu_title-1
{
	float:left;
	width:113px;
	height:25px;
	text-align:center;
	background-image: url(../images/bg1px_regulor.jpg);
	background-repeat:repeat-x;
	color:White;
	font-weight:bold;
	padding-top: 2px;
	font-size: 10pt;
	font-family: Trebuchet MS;
}
div#left_menu_item
{
	float: left;
}

div#left_menu_item ul
{
	margin: 0px 0px 0px 0px; /*firefox gets 16 margin */
	padding: 0px 0px 0px 0px; /*firefox gets 40 left padding */
}
div#left_menu_item li
{
	list-style-type:none;
	text-decoration: none;
}
div#left_menu_item li a
{
	display: block;
	background-image: url(../images/bg1px_menu.jpg);
	text-decoration: none;
	border: solid 1px white;
	background-repeat:repeat-x;
	font-family: Trebuchet MS;
	font-weight: bold;
	font-size: 10pt;
	color: #104A32;
	width: 113px;
	height: 25px;
	text-align:center;
	padding-top: 2px;
}

div#left_menu_item a:hover
{
	/*background-color: #FFA500;*/
	background-image: url(../images/bg1px_dark_green.jpg);
	background-repeat:repeat-x;
	color:White;
}