
#left_menu_box .frame{
	width:133px;
	height:135px;
}

#left_menu_box .frame .top_left{
	background:url(../images/template/left_menu/top_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#left_menu_box .frame .top{
	background:url(../images/template/left_menu/top.gif) top left repeat;
	width:123px; 
	height:5px;
}

#left_menu_box .frame .top_right{
	background:url(../images/template/left_menu/top_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#left_menu_box .frame .left{
	background:url(../images/template/left_menu/left.gif) top left repeat;
	width:5px; 
	height:125px;
}

#left_menu_box .frame .right{
	background:url(../images/template/left_menu/right.gif) top left repeat;
	width:5px; 
	height:125px;
}

#left_menu_box .frame .bottom_left{
	background:url(../images/template/left_menu/bottom_left.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#left_menu_box .frame .bottom{
	background:url(../images/template/left_menu/bottom.gif) top left repeat;
	width:123px; 
	height:5px;
}

#left_menu_box .frame .bottom_right{
	background:url(../images/template/left_menu/bottom_right.gif) top left no-repeat;
	width:5px; 
	height:5px;
}

#left_menu_box .frame .center{
	background-color:#BAF1F8;
	background-image:url(../images/template/left_menu/center.gif);
	border-left:1px #FFFFFF solid;
	border-right:1px #FFFFFF solid;
}



#left_menu_box #left_menu {
	width:100%;
}

#left_menu_box #left_menu tr.normal {
}

#left_menu_box #left_menu tr.over{
	background-color	: #336666;
	color				: #FFFFFF;
}

#left_menu_box #left_menu td.td_image {
	padding-left:5px;
	width:20px;
}

#left_menu_box #left_menu td.td_link {
	padding-top:3px;
	padding-bottom:3px;
}

#left_menu_box #left_menu a {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	color				: #336666;
	display			: block;
	width:100%;
}

#left_menu_box #left_menu tr.over a {
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	color				: #FFFFFF;
	display			: block;
	width:100%;
}
	 

/*
 ul version, but doesn't work on IE...

#left_menu_box #menu {
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
#left_menu_box #menu li {
	margin: 0px;
	padding:0px;
}

#left_menu_box #menu a {
	width			: 105px; 
	display			: block;
	text-align		: left;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 9px;
	text-decoration		: none;
	color				: #336666;
	padding-left:20px;
	border-top:#000000 1px solid;
	border-bottom:#000000 1px solid;
	line-height: 20px;
}
	 
#left_menu_box #menu a:hover {
	background: #ccc;
	color				: #000000;
}

#left_menu_box #menu a img {
	margin-left:-20px;
}
*/