@charset "utf-8";



#leftMenu {

	width: 200px;

	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color: #999;

}

#leftMenu ul {

	margin: 0px;

	padding: 0px;

}

#leftMenu ul li {

	list-style-type: none;

	height: 25px;

	margin-bottom: 10px;

}

#leftMenu ul li a {

	height: 20px;

	padding-top: 5px;

	display: block;

	padding-left: 15px;

	background-image: url(../images/li_bg.jpg);

	background-repeat: no-repeat;

	color: #FFF;

}

#leftMenu ul li a:hover {

	height: 20px;

	padding-top: 5px;

	display: block;

	padding-left: 15px;

	background-image: url(../images/li_hover.jpg);

	background-repeat: no-repeat;

	color: #FFF;

}

#TabDiv {

	height: 25px;

}

#TabDiv ul {

	margin: 0px;

	padding: 0px;

	position: relative;

}

#TabDiv ul li {

	margin: 0px;

	padding: 0px;

	list-style-type: none;

	display: inline;

	width: 120px;

	height: 25px;

}

#TabDiv ul li a {

	display: block;

	height: 20px;

	padding-top: 5px;

	text-align: center;

	color: #000;

	float: left;

	width: 120px;

	background-image: url(../images/tab_bg.jpg);

	background-repeat: no-repeat;

	margin-right: 10px;

}

#TabDiv ul li a:hover {

	display: block;

	height: 20px;

	padding-top: 5px;

	text-align: center;

	color: #000;

	float: left;

	width: 120px;

	background-image: url(../images/tab_bg_selected.jpg);

	background-repeat: no-repeat;

	margin-right: 10px;

}



#Wrapper #MidBox #right #TabDiv ul li .selected {

	background-image: url(../images/tab_bg_selected.jpg);

	background-repeat: no-repeat;

}


