/* Slider menu*/
/*div #frames {
	position:relative;
	width:238px;
	height:475px;
	overflow:hidden;
	float:right;
}*/
.menu_link {
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	visibility:hidden;
}
#frames h3{
	color: #FCDBCA;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: url(../img/content/menu_02.gif) no-repeat left center;
	}
.menu_title {
	background:#000F32 url(../img/content/menu_01.gif) no-repeat;
	cursor:pointer;
	font-family:verdana;
	font-size:14px;
	left:2px;
	height:27px;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	position:relative;
	overflow: hidden;
	width: 100%;
	}

.menu_title2 {
	background:#000F32 url(../img/content/menu_01.gif) no-repeat;
	height:27px;
	margin: 0px 0px 0px 2px;
	padding: 5px 0px 0px 10px;
	width: 260px;
	}



.menu_text {
	position:relative;
	text-align:left;
	width: 235px;
	border: 1px solid #CCA1A0;
	background: #152343 url(../img/content/menu_03_bottom.gif) no-repeat center bottom;
	font-size:11px;
	overflow:hidden;
	margin:0px 0px 0px 11px;
	height: 280px;
	padding: 5px 10px 5px 7px;	
}

div .menu_text a {
	font-family: tahoma;
	font-size: 11px;
	color: #C4C8D0;
	text-decoration: none;
	display: block;
	margin: 0px 10px 5px;
	}
	div .menu_text  a:active {
		color: #ffffff;
	}
	div .menu_text  a:hover {
		text-decoration: underline;
	}

/* inner menu */

div #menu_text_div a {
	display:block;
	text-decoration:none;
	text-align:left;
	white-space: normal;
}
