.recently {text-align:center;width:100%;margin:5px;}
		.recentlyheader {	font-size: 14px; font-weight: bold; text-align: left;color: <actinic:variable name="TextColor" />;	margin: 5px;	padding: 5px;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: <actinic:variable name="Palette3" />;}
		.recently img {text-decoration:none;width:100px;height:100px;} 
		.recently a{text-decoration:none;color:<actinic:variable name="TextColor" />;}
		.viewed{margin-left:0px;float:left;text-align:center;width:130px;}
		.viewed a:hover{background-color:<actinic:variable name="BGColor" />;}
		.viewed img {padding:10px;border:2px solid <actinic:variable name="Palette2" />;}
		.viewed img:hover {background-color:<actinic:variable name="BGColor" />;border:2px solid <actinic:variable name="Palette3" />;}
	




.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
	display: block;
	width: 89px;
	text-decoration: none;
	color: #666666;
	text-align: center;
	height: 25px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
	left: auto;
	top: 90px;
	position: absolute;
display: block;
visibility: hidden;
z-index: 100;

}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
	display: inherit;
	float: inherit;
	/*border: 1 solid #CCCCCC;*/
	vertical-align: middle;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	width: 88px; /*width of sub menu levels*/
	font-weight: normal;
	padding: 2px 5px;
	background: #ffffff;
	vertical-align: middle;
}

.horizontalcssmenu ul li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #669900;
	vertical-align: middle;	
	
}

.horizontalcssmenu ul li ul li a:hover{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #669900;		
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(images/menuarrow.gif) no-repeat center left;
}

/** html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
/*padding-top: 1em;
}
	
/* Holly Hack for IE \*/
/** html .horizontalcssmenu ul li {
	float: left;
	height: 100px;
}
* html .horizontalcssmenu ul li a { height: 1%; }*/



/* End */
