/* bgCategories vertical window - 490 pixels wide */
#aniCategoriesWindow{
	width:490px;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.aniCategories_vert_490px_top {
   width: 490px;
   height: 30px;
   background: url(img/windows/aniCategories_490px_top.jpg) no-repeat;
}

.aniCategories_vert_490px_left {
   width: 8px;
   height: 100%;
   vertical-align: top;
   background: url(img/windows/aniCategories_left.jpg) repeat-y;
}

.aniCategories_vert_490px_right {
   vertical-align: top;
   width: 8px;
   height: 100%;
   background: url(img/windows/aniCategories_right.jpg) repeat-y;
}

.aniCategories_vert_490px_middle {
	padding: 10px 0px 10px 0px;
	position:relative;
	vertical-align: top;
    width: 474px;
	overflow:hidden;
	background-color:#202020;
/*	height:118px;
	background:url(img/windows/bgCategories_middle.jpg) repeat-x left bottom;*/
}

.aniCategories_vert_490px_bottom {
   width: 490px;
   height: 26px;
   background: url(img/windows/aniCategories_490px_bottom.jpg) no-repeat;
}

/* End of bgCategories vertical 490px */

/* Categories window inner html */
.aniCategories{
	width:476px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

.aniCategories div{
	width:25%;
	float:left;
	clear:none;
	text-align:center;
	background-color:#202020;
}

.aniCategories a{
	text-decoration: none;
	margin-top:0px;	
}
.aniCategories a:link{
	color:#FFFFFF;
}
.aniCategories a:visited{
	color:#FFFFFF;
}
.aniCategories a:hover{
	color:#009900;
}
.aniCategories a:active{
	color:#FFFFFF;
}

.aniCategories ol{
	list-style: none; 
	padding:0;
	margin:0;
	width:25%;
	float:left;
}
.aniCategories li{
	padding-left:6px;
}
/* End Categories Window inner html*/
