/*
body{
	font-family: Arial, Helvetica, sans-serif;
    font-size:13px;
}
*/
div.submenu {
	width: 203px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
    background-color:#ffffff;
    border:1px solid #e2e2e2;
}
div.submenu a {
	display: block;
    padding-left:30px;
    line-height:24px;
    height:24px;
	font-weight: bold;
	color:#004BA3;
    border-bottom:1px dotted #999999;
    background:url(../images/submenu_item_bg.jpg) 0px center no-repeat;
    /*background:url(../images/titlebg2.jpg) 10px center no-repeat;*/
	cursor:pointer;
    font-size:13px;
}
div.submenu div {
    background-color:#ffffff;
	overflow: hidden;
}
div.submenu div:first-child,.first-child {
}
div.submenu div.first-child {
}
div.submenu div.collapsed {
	height:25px;
    background-color:#ffffff;
}
div.submenu div.collapsed a.title {
    background:url(../images/submenu_item_bg.jpg) 0px center no-repeat;
	/*font-weight:bold;*/
}
div.submenu div div.collapsed a.title {
    background:url(../images/titlebg.jpg) 0 center repeat-x;
}
div.submenu div div div.collapsed a.title {
    background:url(../images/titlebg.jpg) 0 center repeat-x;
}
div.submenu div a.title {
	display:block;
    padding-left:30px;
    line-height:24px;
    height:24px;
	font-weight:bold;
    color:#004BA3;
    border-bottom:1px dotted #999999;
    background:url(../images/submenu_item_bg.jpg) 0px center no-repeat;
	cursor:pointer;
    font-size:13px;
}
div.submenu div div a.title {
    background:url(../images/titlebg.jpg) 0px center no-repeat;
    color:#666;
    font-weight:normal;
    padding-left:40px;
}
div.submenu div div div a.title {
    padding-left:50px;
}
/*
div.submenu div.collapsed span {
    background:url(../images/arrow1.gif) 180px center no-repeat;
}
div.submenu div span {
	display:block;
    padding-left:20px;
    line-height:24px;
    height:24px;
	font-weight:bold;
	color:#666666;
    border-bottom:1px solid #FFFFFF;
    background:url(../images/arrow4.gif) 180px center no-repeat;
	cursor:pointer;
    font-size:13px;
}
*/
div.submenu div a {
	display: block;
    line-height:24px;
    height:24px;
	color:#666666;
    background:none;
    background-color:#ffffff;
    padding-left:40px;
    font-size:12px;
    font-weight:normal;
    border-bottom:1px dotted #999999;
    background:url(../images/titlebg.jpg) 0 center repeat-x;
}
div.submenu div div a {
    padding-left:50px;
}
div.submenu div div div a {
    padding-left:60px;
}
div.submenu div a.current {
	color: #666666;
}
div.submenu div a:hover {
	/*background : #066 url(../images/submenu/linkarrow.gif) no-repeat right center;*/
	color: #000000;
	text-decoration: none;
}
