/*version 1*/
#left_menu {
	text-align : center;
	padding-right : 9px;
	padding-left : 4px;
	font-family :  Arial, Helvetica, sans-serif;
}

#left_menu td {
}

#left_menu a {
	color : #006699;
	border: #f1f1f1 1px solid;
	display : block; 
	background : #f1f1f1;
	white-space: nowrap;
	font-size : 14px;
	text-decoration : none;
	text-align : left;
	width : 100%;
	padding-left : 1px;
	padding-right : 1px;
	padding-top : 5px;
	padding-bottom : 5px;
}

#left_menu A:hover {
	border: #99CCFF 1px solid; 
	background : #CEE8FF; 
	text-decoration : none;
}

table.sub {
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=4);
	border : 1px solid #666666;
	background : #F1F1F1;
	width : 100%;
}

p.sub_head {
	color : #006699;
	font-size : 13px;
	font-weight : bold;
	padding-left : 2px;
	padding-right: 2px;
	padding-bottom : 4px;
	margin : 0px;
	font-family : Arial, Helvetica, sans-serif;
}

#left_submenu {
	padding-left : 3px;
	padding-right :9px;
	padding-top:0px;
	padding-bottom : 0px; 
	text-align : left;
	color : #006699;
	font-family : Arial, Helvetica, sans-serif;
}

#left_submenu a {
	color : #006699;
	border: #f1f1f1 1px solid;
	display : block; 
	background : #f1f1f1;
	margin : 0px;
	white-space: nowrap;
	text-decoration : none;
	font-size : 13px;
	width : 100%;
	padding : 2px;
	text-align : left;
}

#left_submenu A:hover {
	border: #99CCFF 1px solid; 
	background : #CEE8FF; 
	text-decoration : none;
}
