

.topmenutitle{
background: url(top.gif) no-repeat  right top;
width:150px;
height:10px;
}

.lastmenutitle{
background: url(bottom.gif) no-repeat  right bottom;
width:150px;
height:10px;
font-weight:bold;
}

.menutitle a{
cursor:pointer;
margin-bottom: 1px;
background-color:#ECECFF;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
color:#ffffff;
padding: 2px 2px;
width:150px;
height:20px;
text-align:center;
font-weight:bold;
background: url(title.gif) repeat-x;
overflow: hidden;
text-decoration : none;
}
.menutitle a:hover{
color:#0000ff;
}
.submenu a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#0000ff;
	background: #eee;
	padding: 2px 2px;
	display: block;
	color: #145AFC;
	width:150px;
	text-decoration : none;
}
.submenu a:hover{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#0000ff;
	padding: 2px 2px;
	background : #cecece url(linkarrow.gif) no-repeat right center;
	color: #ffffff;
	width:150px;
	text-decoration: none;
}

.submenublock{
	display: block;
	color: #145AFC;
	width:150px;
	text-decoration : none;
}

/*/*/border:1px solid #000000;/* */

.Text
	{
	color: #ffffff;
	font: 10pt Verdana;
	}

