/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

/* Interaction states 
----------------------------------*/
#accordion {
	margin-right:10px;
	line-height: 1; 
}
#accordion h1 {
	background:url(../images/left_main/left_mainH3.gif) no-repeat;
	width:220px;
	height:27px; /* 41px */
	text-align:left;
	color:#FFFFFF;
	font-size:20px;
	font-family:"Arial";
	padding:28px 0 0 15px;

}
.ui-state-default, .ui-widget-header .ui-state-default {
	border-bottom: 1px solid #0072bb;
	background-image:url(../images/left_main/left_main.png);
	background-repeat:no-repeat;
	background-position:center top;
	cursor: pointer;
	font-family:Arial;
	height:42px;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color:#0072bb;
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
	display:block;
		padding: 20px 0 5px 12px;



}
.ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	background-position:center center;
	font-weight: bold;
	background-color:#e5e9f4;
}
.ui-state-hover a, .ui-state-hover a:hover {
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.ui-state-no-jquery-hover:hover {
	/*background-position:center center;*/
	font-weight: bold;
	background-color:#e5e9f4;
}
.ui-state-no-jquery-hover a:hover {
	font-weight: normal;
	text-decoration: none;
	font-weight: bold;
}
.ui-state-active, .ui-widget-header .ui-state-active {
	border-bottom: 1px solid #0072bb;
	background-image:url(../images/left_main/left_main.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	cursor: pointer;
	font-family:Arial;
	padding: 20px 0 5px 12px;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color:#0072bb;
	text-decoration: none;
	font-size:15px;
	font-weight: bold;
}
.ui-widget :active {
	outline: none;
}
#accordion li {
	margin:0;
	border-bottom:1px solid #dfdfdf;
	background-color:#f6f6f6;
}
#accordion ul li a {
	display:block;
	padding:9px 0px 9px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	text-decoration:none;
	background-image: url(../images/left_main/icon_up.png);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
#accordion ul li a:hover {
	color:#246598;
	background-color:#e5e5e5;
	background-position: 0px -29px;
}
