/* ID Styles */

#navigation1 td {
	text-indent: 25px;
	letter-spacing: normal;
	width: 250px;
	height: 25px;

	}
	
#navigation1 a {
	color: #FFFFCC;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: 25px;
	width: 250px;
	background-image: url(../images/menus/left_main/menu_1.jpg);
	background-position: 0px 0px;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#navigation1 a:hover {
	color:#FFFFCC;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	width: 250px;
	background-image: url(../images/menus/left_main/menu_1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
