@charset "UTF-8";
/* CSS Document */


	.menu_list {	
		margin-left:-35px;
		margin-top: 20px;
		padding: 0;
		width: 155px; /* width of menu (don't forget to add border with below!) */
		}
		
	.menu_head  {
		margin-top: 0px;
		margin-bottom: -4px;
		background: url(../images/sub_menu-bg_dark.png) left top;
		_background: url(../images/sub_menu-bg_dark.gif) left top; /* IE 6 and below */
		}
	.menu_head a {
		background: url(../images/sub_menu-bg_dark.png) left top;
		_background: url(../images/sub_menu-bg_dark.gif) left top; /* IE 6 and below */
		}
		
	.menu_head a:hover {
		background: url(../images/sub_menu-bg.png) left top;
		_background:url(../images/sub_menu-bg.gif) left top; /* IE 6 and below */
		}

	#menu_head_links {
		margin-top: 0px;
		margin-bottom: 5px;
		cursor: pointer;
		position: relative;
		display: block;
		padding-top:8px;
		width: auto;
		height: 32px;
		color: #ffffff;
		font-size: 12px;
		text-indent: 35px;
		text-decoration: none;
		}
	
		
	.menu_heading {
		margin-top: 0px;
		margin-bottom: 5px;
		cursor: pointer;
		position: relative;
		display: block;
		padding-top:8px;
		width: auto;
		height: 32px;
		color: #ffffff;
		font-size: 12px;
		text-indent: 35px;
		text-decoration: none;
		background: url(../images/sub_menu-bg_dark.png) left top;
		_background: url(../images/sub_menu-bg_dark.gif) left top; /* IE 6 and below */
		}
	
	.menu_body {
		display:none;
		background:none;
		}
	.menu_body a {
		display: block;
		padding-top: 6px;
		padding-bottom: 10px;
		text-indent: 35px;
		font-size: 12px;
		font-style:italic;
		color:#555555;
		text-decoration:none;
		background-image:none;
		}
	.menu_body a:hover {
	  color:#f27315;
	  }
	  
	 .menu_body a.current  {
	  color:#f27315;
	  }
