@charset "utf-8";
/* CSS Document */
.main_menu{
	width:279px;
	float:left;
	padding:67px 0px 0px 21px;
	}
.menu_zindex{
	width:259px;
	height:280px;
	float:left;
	}
.left_nav_top_curve{
	background-image:url(../images/top_nav_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	width:259px;
	float:left;
	}
.left_nav_bottom_curve{
	background-image:url(../images/top_nav_top.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:10px;
	width:259px;
	float:left;
	}
.left_nav_middle_curve{
	background-image:url(../images/topnav_middle.jpg);
	background-repeat:repeat-y;
	width:259px;
	float:left;
	}
.leftmenu{
	width:259px;
	float:left;
	}
.leftmenu ul{
	display:block;
	list-style:none;
	}
.leftmenu li{
	display:block;
	list-style:none;
	float:left;
	}
.leftmenu li a.menu_new{
	display:block;
	list-style:none;
	float:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(../images/leftmenu.jpg);
	width:224px;
	height:23px;
	padding:18px 0px 0px 35px;
	text-transform:uppercase;
	text-decoration:none;
	}
.leftmenu li a.menu_new:hover{
	display:block;
	list-style:none;
	float:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-image:url(../images/leftmenu_hover.jpg);
	width:224px;
	height:23px;
	padding:18px 0px 0px 35px;
	text-transform:uppercase;
	text-decoration:none;
	}
.menu_new_current{
	display:block;
	list-style:none;
	float:left;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	background-image:url(../images/leftmenu_hover.jpg);
	width:224px;
	height:23px;
	padding:18px 0px 0px 35px;
	text-transform:uppercase;
	text-decoration:none;
	}

