#menu_peda {
	width: 180px;
	position: absolute;
	left: 2px;
	top: 280px;
	margin: 0px;
}

.sdmenu {
    width: 180px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-bottom: 5px;
    color: #FFF;
	visibility: visible;
}

.sdmenu .title, .sdmenu .titlehidden{
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

.sdmenu .arrow {
	margin-left: 5px;
    margin-right: 7px;
}

.sdmenu #io {
    background: url(../img/title_io.png) no-repeat;
}

.sdmenu #gs {
    background: url(../img/title_gs.png) no-repeat;
	color: #666;
}

.sdmenu #cp {
    background: url(../img/title_cp.png) no-repeat;
}

.sdmenu #ce1 {
    background: url(../img/title_ce1.png) no-repeat;
}

.sdmenu #ce2 {
    background: url(../img/title_ce2.png) no-repeat;
}

.sdmenu #cm1 {
    background: url(../img/title_cm1.png) no-repeat;
}

.sdmenu #cm2 {
    background: url(../img/title_cm2.png) no-repeat;
}

#bottom_io {
    width:180px;
	height:15px;
	background: url(../img/bottom_io.png) no-repeat;
}

#bottom_gs {
    width:180px;
	height:15px;
	background: url(../img/bottom_gs.png) no-repeat;
}

#bottom_cp {
    width:180px;
	height:15px;
	background: url(../img/bottom_cp.png) no-repeat;
}

#bottom_ce1 {
    width:180px;
	height:15px;
	background: url(../img/bottom_ce1.png) no-repeat;
}

#bottom_ce2 {
    width:180px;
	height:15px;
	background: url(../img/bottom_ce2.png) no-repeat;
}

#bottom_cm1 {
    width:180px;
	height:15px;
	background: url(../img/bottom_cm1.png) no-repeat;
}

#bottom_cm2 {
    width:180px;
	height:15px;
	background: url(../img/bottom_cm2.png) no-repeat;
}

#io_s {
	overflow: hidden;
    background: url(../img/itemoff_io.png) repeat-y;
	color: #33cc00;
}

#io_s a:hover {
    background : url(../img/itemon_io.png) repeat-y;
    color: #FFF;
}

#gs_s {
	overflow: hidden;
    background: url(../img/itemoff_gs.png) repeat-y;
}

#gs_s a:hover {
    background : url(../img/itemon_gs.png) repeat-y;
    color: #333;
}

#cp_s {
	overflow: hidden;
    background: url(../img/itemoff_cp.png) repeat-y;
}

#cp_s a:hover {
    background : url(../img/itemon_cp.png) repeat-y;
    color: #fff;
}

#ce1_s {
	overflow: hidden;
    background: url(../img/itemoff_ce1.png) repeat-y;
}

#ce1_s a:hover {
    background : url(../img/itemon_ce1.png) repeat-y;
    color: #fff;
}

#ce2_s {
	overflow: hidden;
    background: url(../img/itemoff_ce2.png) repeat-y;
}

#ce2_s a:hover {
    background : url(../img/itemoff_ce2.png) repeat-y;
}

#cm1_s {
	overflow: hidden;
    background: url(../img/itemoff_cm1.png) repeat-y;
}

#cm1_s a:hover {
    background : url(../img/itemon_cm1.png) repeat-y;
}

#cm2_s {
	overflow: hidden;
    background: url(../img/itemoff_cm2.png) repeat-y;
}

#cm2_s a:hover {
    background : url(../img/itemoff_cm2.png) repeat-y;
}

.sdmenu .submenu {
    padding: 0px;
	display: none;
}

.submenu a {
    display: block;
    padding: 0px 0px;
    text-indent: 7px;
    color: #000;
    text-decoration: none;
}
.submenu a:hover {
    text-decoration: none;
}

