/* ######### Default class for drop down menus ######### */

.anylinkmenu{
border-left:0px solid black; border-right:0px solid black; border-top:1px solid black; border-bottom:1px solid white; position: absolute;
left: 0;
top: 0;
visibility: hidden;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: black;
width: 138px; font-style:normal; font-variant:normal; font-weight:normal; font-size:14px; color:white ; font-family:century gothic
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-top: 0px solid white;
border-bottom: 1px solid white;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}



.anylinkmenu a:link {
color:white;
font-family: century gothic;
font-size=14px;
}

.anylinkmenu a:visited {
color:white;
font-family: century gothic;
font-size=14px;
}
.anylinkmenu a:active {
color:white;
font-family: century gothic;
font-size=14px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: red;
color: black;
}
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

A {text-decoration:none }

A.alpha:LINK { color:#000000;font-weight:bold;font-size:17px;font-family : Arial; }
A.alpha:VISITED {COLOR:#000000; font-weight:bold;font-size:17px; font-family : Arial;}
A.alpha:ACTIVE {COLOR:#000000; font-weight:bold;font-size:17px; font-family : Arial;}
A.alpha:hover {COLOR:#FF0000; font-weight:bold;font-size:17px; font-family : Arial;}

A.menbar:LINK { color:#ffffff;font-size:14px;font-family : century gothic; }
A.menbar:VISITED {color:#ffffff; font-size:14px; font-family : century gothic;}
A.menbar:ACTIVE {color:#ffffff; font-size:14px; font-family : century gothic;}
A.menbar:hover {color:#ff0000; font-size:14px; font-family : century gothic;}

A.menuanchorclass:LINK {COLOR:#FFFFFF; font-size:14px;font-family : century gothic; }
A.menuanchorclass:VISITED {COLOR:#FFFFFF; font-size:14px; font-family : century gothic;}
A.menuanchorclass:ACTIVE {COLOR:#FFFFFF; font-size:14px; font-family : century gothic;}
A.menuanchorclass:hover {COLOR:#FF0000; font-size:14px; font-family : century gothic;}

A.top:LINK {font-size:11px; color:#000000;font-weight:bold;font-family : Verdana, Arial;}
A.top:VISITED {font-size:11px; color:#000000;font-weight:bold;font-family : Verdana, Arial;}
A.top:ACTIVE {font-size:11px;color:#000000; font-weight:bold;font-family : Verdana, Arial;}
A.top:HOVER {font-size:11px; color:#FF0000;font-weight:bold;font-family : Verdana, Arial;}

A.bold:LINK {font-size:13px; color:#0000FF; font-family : Verdana, Arial;font-weight:bold;}
A.bold:VISITED {font-size:13px; color:#0000FF; font-family : Verdana, Arial;font-weight:bold;}
A.bold:ACTIVE {font-size:13px; color:#0000FF; font-family : Verdana, Arial;font-weight:bold;}
A.bold:HOVER {font-size:13px;color:#FF0000; font-family : Verdana, Arial;font-weight:bold;}

A.heading:LINK {font-size:13px; color:#000000; font-family : Verdana, Arial;font-weight:bold;}
A.heading:VISITED {font-size:13px; color:#000000; font-family : Verdana, Arial;font-weight:bold;}
A.heading:ACTIVE {font-size:13px; color:#000000; font-family : Verdana, Arial;font-weight:bold;}
A.heading:HOVER {font-size:13px;color:#FF0000; font-family : Verdana, Arial;font-weight:bold;}

A:LINK {font-size:13px; color:#0000FF; font-family : Verdana, Arial;}
A:VISITED {font-size:13px; color:#0000FF; font-family : Verdana, Arial;}
A:ACTIVE {font-size:13px; color:#0000FF; font-family : Verdana, Arial;}
A:HOVER {font-size:13px;color:#FF0000; font-family : Verdana, Arial;}

.TEXT {font-family : Verdana, Arial;
			color:#000000;
			font-size:13px;}	
			
.menu { font-size:14px;font-family : century gothic;}	

.BOLDTEXT {font-family : Verdana, Arial;
			color:#000000;
			font-size:13px;
			font-weight:bold;}
			
.cen {font-family : century gothic, Arial;
			color:#ffffff;
			font-size:13px;}

.category {font-family:century gothic; color:#000000; font-size:24px;}
			
.SPECS {font-family : Verdana, Arial;
			color:#770A0A;
			font-size:13px;}
			
.linkhead {font-family : Arial;
			color:#000000;
			font-size:18px;
			font-weight:bold;}			

.synopsis  {font-family : Verdana, Arial;
			color:#000000;
			font-size:15px;
			font-weight:bold;
			text-decoration:underline;}

.side {font-family:helvetica, sans serif; color:#ffffff; font-size:20px;}

.indented
   {
   padding-left: 20pt;
   padding-right: 20pt;
   }