.indentmenu{
	color:#FFF;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
border-right: 1px solid #333; /*dark purple border*/
width: 920; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #333; /*dark purple border*/
border-width: 1px 1px 1px 1px;
background: black url(images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #333; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .popped{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/indentbg2.gif) center center repeat-x;
}

.imagetrend {
	position:relative;
	height:100px;
	width:150px;
}

.image {
	position:relative;
	height:180px;
	width:200px;
}
.image .text_time {
	position:absolute;
	top:2px; /* in conjunction with left property, decides the text position */
	left:2px;
	width:60px; /* optional, though better have one */
	color:#FFF;text-decoration: none;font-family: sans-serif;font-size: 10px;font-weight: none;
	background-color:#222;
	border-color:#777777;
	border-style:solid;
	border-width:1px;
	text-align:center;
 	filter:alpha(opacity=60);
 	opacity:0.9;
}


A.change
{
color:#FF0000; font-family:arial; font-size:8pt; line-height:16px; font-weight: bold;
background:url('images/cat_off.gif') 0 0 no-repeat;
}
A.change:hover
{
color:#FFFFFF; font-family:arial; font-size:8pt; line-height:16px; font-weight: bold;
background:url('images/cat_on.gif') 0 0 no-repeat;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 0px;
left: -1000px;
border: 1px solid red;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
