@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------
NAVIGATION STYLES STARTS HERE
------------------------------------------------*/
.link-navigation_row{
	height: 46px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:no-repeat;
	width:586px;
	margin:0px 0px 0px 0px;
	background-position: left top;
	border:0px solid #ff0000;
}
.link-navigation{
	margin:0px 0px 0px 0px;
	padding:0px;
	
}
.link-navigation ul{
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px;
	border:0px solid #ff0000;
}
.link-navigation li{
	float: left;
	margin:0px 0px 0px 0px;
	display:block;border:0px solid #ff0000;
}
#link-homeactive{
	background-image: url(../images/home_active.jpg);
	height: 25px;
	margin-top:7px;
	width: 71px;
	background-repeat: no-repeat;
	display: block;
}
#link-aboutactive{
	background-image: url(../images/about_active.jpg);
	height: 25px;
	margin-top:7px;
	width: 71px;
	background-repeat: no-repeat;
	display: block;
}
#link-contactactive{
	background-image: url(../images/contact_active.jpg);
	height: 46px;
	
	width: 80px;
	background-repeat: no-repeat;
	display: block;
}
#link-portfolioactive{
	background-image: url(../images/portfolio_active.jpg);
	height: 25px;
	margin-top:7px;
	width: 104px;
	background-repeat: no-repeat;
	display: block;
}
#link-portfolioactive1{
	background-image: url(../images/portfolio_active1.jpg);
	height: 25px;
	width: 104px;
	background-repeat: no-repeat;
	display: block;
}
#link-reelactive{
	background-image: url(../images/reel_active.jpg);
	height: 25px;
	margin-top:7px;
	width: 71px;
	background-repeat: no-repeat;
	display: block;
}
#link-pressactive{
	background-image: url(../images/press_active.jpg);
	height: 25px;
	margin-top:7px;
	width: 66px;
	background-repeat: no-repeat;
	display: block;
}
#link-homehover{
	display: block;
	background: url(../images/home_hover.jpg) top left;
	background-repeat:no-repeat;
	width: 71px;
	height: 46px;
  }
#link-homehover:hover{
	background-position: bottom;
	width: 71px;
	height: 46px;
}
#link-abouthover{
	display: block;
	background: url(../images/about_hover.jpg) top left;
	background-repeat:no-repeat;
	width: 71px;
	height: 46px;
  }
#link-abouthover:hover{
	background-position: bottom;
	width: 71px;
	height: 46px;
}
#link-contacthover{
	display: block;
	background: url(../images/contact_hover.jpg) top left;
	background-repeat:no-repeat;
	width: 80px;
	height: 46px;
  }
#link-contacthover:hover{
	background-position: bottom;
	width: 80px;
	height: 46px;
}
#link-porthover{
	display: block;
	background: url(../images/portfolio_hover.jpg) top left;
	background-repeat:no-repeat;
	width: 104px;
	height: 46px;
  }
#link-porthover:hover{
	background-position: bottom;
	width: 104px;
	height: 46px;
}
#link-reelhover{
	display: block;
	background: url(../images/reel_hover.jpg) top left;
	background-repeat:no-repeat;
	width: 71px;
	height: 46px;
  }
#link-reelhover:hover{
	background-position: bottom;
	width: 71px;
	height: 46px;
}
#link-presshover{
	display: block;
	background: url(../images/pree_hover.jpg) top left;
	background-repeat:no-repeat;
	width: 66px;
	height: 46px;
  }
#link-presshover:hover{
	background-position: bottom;
	width: 66px;
	height: 46px;
}

/*-------------------------------------------------
DROPDOWN STYLES
------------------------------------------------*/

#link-nav {
	padding:0; margin:0; border:0px solid #ff0000; list-style:none; height:46px; position:relative; z-index:200; font-family:arial, verdana, sans-serif; width:104px;}
#link-nav li.top {display:block; float:left;}
#link-nav li a {display:block; float:left; height:46px; width:103px; text-decoration:none; padding:0; cursor:pointer;}

#link-nav .link-sub {position:absolute;z-index:200; left:-9999px; top:-9999px; width:0; height:148px; margin:0; padding:0; list-style:none;}

#link-nav li:hover {position:relative; z-index:200; border:0px solid #ff0000;}
#link-nav a:hover {position:relative; white-space:normal; z-index:200;}

#link-nav :hover ul.link-sub{
	left:0; top:37px; width:132px; height:148px; z-index:999; border:0px solid #ff0000; display:block;  background-image:url(../images/dropdownbg2.png); 	background-repeat:no-repeat; background-position:-5px 0px;} 
#link-nav :hover ul.link-sub li
{display:block; height:22px; position:relative; float:left; width:132px; font-weight:normal;}
#link-nav :hover ul.link-sub li a
{display:block; height:20px; width:132px; text-decoration:none; padding:0; cursor:pointer;}
#link-nav :hover ul.link-sub li a b {position:absolute; left:-9999px; margin:0;}

