/* --------- sdmenu and attributes ---------- */
.sdmenu {
    width: 200px;
    font-family: verdana,arial,helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration : none;
	color : #862829;
    /*padding-bottom: 10px;*/
    background: #eee;
}

.sdmenu .title, .sdmenu .title2, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #1f4c8d;
   /* background: #FFF url(Image/menu.gif) repeat-x; */
    background: #ffffff;
}

.sdmenu .title, .sdmenu .title2 {
    border-bottom: 1px solid #DDD;
	color: #1f4c8d;
}

.sdmenu .arrow, .sdmenu .arrow2 {
	margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: 1px solid #DDD;
}

.sdmenu #top {
    /* background: url(Image/menu.gif) no-repeat; */
	background: #ffffff;
}

/* --------- sd menu submenu and attributes ---------- */
.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu .title, .sdmenu .submenu .title2, .sdmenu .submenu .titlehidden {
    display: block;
    padding: 5px 0;
    font-weight: normal;
    color: #862829;
    background: #ffffff;
}

.sdmenu .submenu .title, .sdmenu .submenu .title2 {
    border-bottom: 1px solid #DDD;
	color: #862829;
}

.sdmenu .submenu .titlehidden {
    border-bottom: 1px solid #DDD;
}

.sdmenu .submenu #top {
    /* background: url(Image/menu.gif) no-repeat; */
	background: #ffffff;
}

.sdmenu .submenu .arrow, sdmenu .submenu .arrow2 {
	margin-left: 20px;
    margin-right: 7px;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 45px;
    background: #fff;
    display: block;
    color: #862829;
    text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}

.sdmenu .submenu a:hover {
    background : #eee url(../Image/linkarrow.gif) no-repeat right center;
    color: #862829;
}

/* --------- sdmenu submenu subsubmenu and attributes ---------- */
.sdmenu .subsubmenu {
    overflow: hidden;
}

.sdmenu .subsubmenu a {
    padding: 5px 0;
    text-indent: 55px;
    background: #fff;
    display: block;
    color: #862829;
    text-decoration: none;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid #DDD;
}

.sdmenu .subsubmenu a:hover {
    background : #eee url(../Image/linkarrow.gif) no-repeat right center;
    color: #862829;
}
