
#ghghgh {
    margin: 10px auto;
    font: 12px Verdana,Arial, Helvetica, sans-serif;
}
#container {
    border-left: 240px solid white; background: #f0f0f0; width: 15px;
    background: url(/images/service/bottom_shadow.gif) right bottom no-repeat;
}

#container1 {
	_margin-left: -240px;
    margin-top: 20px;
    width: 255px;
    background: url(/images/service/background_shadow.gif) right top repeat-y;
}

#container2 {
    width: 255px;
    background: url(/images/service/top_shadow.gif) right top no-repeat;
}

#coll1 {
    width: 240px; float: left; margin-left: -240px; color: #fff;
}
* HTML #coll1 {
    margin-left: -00px;
}
#coll2 {
    padding: 0px;
    background: url(/images/service/top_shadow.gif) left top no-repeat;
}

div.clear {
    clear: both;
}

.menu_list {	
    width: 100%;
}
.menu_mainhead {
    padding: 22px 5px;
    position: relative;
    height: 45px;
    margin:0px;
    font-weight: bold;
    line-height: 150%;
    font-size: 16px;
    text-align: center;
    background: #dae5f5 url(/images/service/mainblock_top.gif) 0 0 repeat-x;
    color:#0a57bb;
}
.menu_mainhead_bg {
    font-size: 18px;
}

#wrap_acc {
	background: #dae5f5 url(/images/service/mainblock_top.gif) repeat-x;
}
#accordion {
	background:#dae5f5 url(/images/service/mainblock_bottom.gif) left bottom repeat-x;
	width: 240px;
	border:0px solid #333;
}

/* accordion header */
#accordion h2.title_acc {
	margin:0;
	padding: 15px 0 10px 45px;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
	color: #0a57bb;
	cursor:pointer;		
}

#accordion h2.title_acc_none {
	margin:0;
	padding: 15px 0 10px 45px;
	font-size:12px;
	font-weight: bold;
	text-decoration: underline;
	color: #0a57bb;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	background:#0a57bb url(/images/service/subblock_top.gif) 0 0 repeat-x;
	cursor:pointer;
	padding: 15px 0 15px 45px;
	background-color:#0a57bb;
	color: #FFF;
	text-decoration: underline;
}

/* accordion pane */
#accordion div.pane {
	background:#0a57bb url(/images/service/subblock_bottom.gif) bottom left repeat-x;
	display:none;
	height:100%px;
	padding: 5px 0 0 45px;
	color:#80b7ff;
	font-size:11px;
}

/* a title inside pane */
#accordion div.pane h3 {
	font-weight:normal;
	margin:0;
	padding: 4px 0 25px 14px;
	font-size:11px;
	color:#FFF;
}
#accordion div.pane a {
	color:#FFF;
	font-weight:normal;
	font-size:11px;
}

#accordion div.pane ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#accordion div.pane ul li {
	padding: 2px 0;
}

#accordion div.pane ul li a {
	text-decoration: none;
	color:#80b7ff;
	font-size:11px;
}

