/* add menu ***************************/


div#addmenu {
	height: 20px;
}

div#dsc_btns {
	border-left: solid 1px #A4ADB3;
	border-right: solid 1px #A4ADB3;
	background-color: transparent;
	padding: 0px;
	width: 391px;
	height: 20px;
	float: right;
}

ul#dsc_ctrl {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	padding: 0px;
	width: 391px;
	height: 20px;
	list-style: none;
	overflow: hidden;
}

ul#dsc_ctrl li a {
	position: absolute;
	margin: 0px;
	border-right: solid 1px #A4ADB3;
	width: 55px;
	height: 20px;
	background-color: transparent;
	padding: 0px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	top: 0px;
}

li#dsc_btn_01 a {
	background-color: transparent;
	background-image: url("../img_clr01/btn_01.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 0px;
}

li#dsc_btn_02 a {
	background-color: transparent;
	background-image: url("../img_clr01/btn_02.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 56px;
}

li#dsc_btn_03 a {
	background-color: transparent;
	background-image: url("../img_clr01/btn_03.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 112px;
}

li#dsc_btn_04 a {
	background-color: transparent;
	background-image: url("../img_clr01/btn_04.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 168px;
}

li#dsc_btn_05 a {
	background-color: transparent;
	background-image: url("../img_clr01/btn_05.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 224px;
}

li#dsc_btn_06 a {
	background-color: transparent;
	background-image: url("../img_clr01/btn_06.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	left: 280px;
}


/* set_rollover */

li#dsc_btn_01 a:hover {
	background-position: 0px -20px;
}

li#dsc_btn_02 a:hover {
	background-position: 0px -20px;
}

li#dsc_btn_03 a:hover {
	background-position: 0px -20px;
}

li#dsc_btn_04 a:hover {
	background-position: 0px -20px;
}

li#dsc_btn_05 a:hover {
	background-position: 0px -20px;
}

li#dsc_btn_06 a:hover {
	background-position: 0px -20px;
}

/* set_active */

li#dsc_btn_01 a:active {
	background-position: 0px -40px;
}

li#dsc_btn_02 a:active {
	background-position: 0px -40px;
}

li#dsc_btn_03 a:active {
	background-position: 0px -40px;
}

li#dsc_btn_04 a:active {
	background-position: 0px -40px;
}

li#dsc_btn_05 a:active {
	background-position: 0px -40px;
}

li#dsc_btn_06 a:active {
	background-position: 0px -40px;
}

/* set_selected */

body#dsc_01 li#dsc_btn_01 a,
body#dsc_02 li#dsc_btn_02 a,
body#dsc_03 li#dsc_btn_03 a,
body#dsc_04 li#dsc_btn_04 a,
body#dsc_05 li#dsc_btn_05 a,
body#dsc_06 li#dsc_btn_06 a { 
	background-position: 0px -60px;
}
