﻿td.left_nav
{
   font-size            : 11px;
   width                : 170px;
   background-color     : #FFFFFF;
   text-align           : center;
   vertical-align       : top;
}

div.left_movie
{
   padding              : 10px 5px 10px 5px;
   background-color     : #555555;
   font-size            : 9px;
	color                : #FFFFFF;
	font-weight          : bold;
	font-variant         : small-caps;
}

ul.left_nav
{
   font-size            : 11px;
   margin               : 0px 0px 0px 0px;
   padding              : 0px 0px 0px 0px;
   list-style-type      : none;
}

li.nav_head
{
   font-size            : 11px;
   text-align           : left;
   margin-left          : 0px;
   margin-top           : 10px;
   padding              : 5px 0px 6px 15px;
   color                : #FFFFFF;
	font-style           : italic;
	font-weight          : bold;
	font-variant         : small-caps;
   background-attachment: inherit;
   background-color     : #FFFFFF;
   background-image     : url(images/left_nav_head.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}

li.nav_link
{
   text-align           : left;
   margin-left          : 0px;
   padding              : 5px 0px 6px 25px;
   font-size            : 11px;
	color                : #555555;
	font-weight          : bold;
	font-variant         : small-caps;
   background-attachment: inherit;
   background-color     : #FFFFFF;
   background-image     : url(images/left_nav.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}

li.nav_link_bottom
{
   text-align           : left;
   margin-left          : 0px;
   padding              : 5px 0px 6px 25px;
   font-size            : 11px;
	color                : #555555;
	font-weight          : bold;
	font-variant         : small-caps;
   background-attachment: inherit;
   background-color     : #FFFFFF;
   background-image     : url(images/left_nav_bottom.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}

li.nav_here
{
   text-align           : left;
   margin-left          : 0px;
   padding              : 5px 0px 6px 25px;
   font-size            : 11px;
	color                : #FF0000;
	font-weight          : bold;
	font-variant         : small-caps;
   background-attachment: inherit;
   background-color     : #FFFFFF;
   background-image     : url(images/left_nav_here.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}

li.nav_here_bottom
{
   text-align           : left;
   margin-left          : 0px;
   padding              : 5px 0px 6px 25px;
   font-size            : 11px;
	color                : #FF0000;
	font-weight          : bold;
	font-variant         : small-caps;
   background-attachment: inherit;
   background-color     : #FFFFFF;
   background-image     : url(images/left_nav_here_bottom.gif);
   background-position  : left top;
   background-repeat    : no-repeat;
}



