@charset "utf-8";
/* CSS Document */

.plaisio_left_menu {
	float				: left;
	width				: 200px;
	background-image	: url(../_images/repeat_y.jpg);
	background-repeat	: repeat-y;
	margin-bottom: 10px;
}

.plaisio_left_header {
	float				: left;
	background-image	: url(../_images/menu.png);
	width				: 200px;
	height				: 22px;
	background-position	: center;
	background-repeat	: no-repeat;
	padding-top			: 10px;
	font-size			: 12px;
	font-weight			: bold;
	color				: #333333;
}

.plaisio_left_body {
	float				: left;
	height				: auto;
	width				: 180px;
	margin				: 10px;
}

.plaisio_left_bottom {
	float				: left; 
	background-image	: url(../_images/plaiso_bottom.jpg); 
	background-repeat	: no-repeat; 
	width				: 200px; 
	height				: 10px;
}

.menu_btn {
	padding-top			: 6px;
	float				: left;
	width				: 180px;
	font-size			: 12px;
}

/* -------------  Menu --------------- */
#navPyra {
	margin				: 0;
	padding-top			: 0;
	padding-right		: 0;
	padding-bottom		: 10px;
	padding-left		: 0px;
} 

#navPyra li { 
	margin				: 0px; 
	padding				: 0; 
	display				: inline; 
	list-style-type		: none; 
} 

#navPyra a:link, #navPyra a:visited {
	float				: left;
	margin-top			: 2px;
	font-size			: 10px;
	line-height			: 14px;
	font-weight			: bold;
	text-decoration		: none;
	color				: #7d7d74;
	padding-top			: 0;
	padding-right		: 12px;
	padding-bottom		: 0px;
	padding-left		: 12px;
} 

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover { 
	color				: #000; 
	background			: url(../_images/arrow.jpg) no-repeat left;
}

#mytable, #mytable td {border: 1px solid #CCCCCC;}


/* -------------  End Menu --------------- */

