/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
#wrapper2 { 
 margin: 0 auto;
 width: 1000px;
 height:710px;
 background-color:#fff;
 padding-bottom:5px;
 margin-top:10px;
 
}

#mymovie {width: 950px;	height: 600px; position: relative; margin-left: auto; margin-right: auto; }
body {
	background-position:  50% 0%;
	background-color: #e2e2e2;
	margin-top: 0px;}
span.head {	text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:22px;	position:absolute;	top:30px; color: #FFFFFF;}
span.para {text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:16px; position:absolute; top: 60px; width: 400px; color:#CCCCCC; line-height: 125%;}
span.mara {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	top: 694px;
	width: 568px;
	color:#666;
	height: 14px;
}
A:link {font-weight:normal;
	color: #666;
}
A:hover {color:#50b848;}
A:visited {color:#666;}
A:active {color:red}

span.gallery {
	text-align:left;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	color:#fff;
	line-height: 125%;
	z-index:100;
	font-style: none;
	width:185px;
	left:5px;
	top:166px;
	margin-top:20px;
	}

span.main {
text-align:justify;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	position:absolute;
	color:#666;
	z-index:100;
	font-style: none;
	width:680px;
	margin-top:20px;
	top:215px;
	}
span.main a:visited{
	text-align:left;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
text-decoration: none;

	color:#80c31c;
	line-height: 125%;
	z-index:2;
}

span.main a:link {
	text-decoration: none;
	color: #80c31c;
}
span.main a:hover {
	color:#000;
}



.menu {font-family: ,verdana,arial, sans-serif;  width:950px; position:absolute; left:0px; top:200px; margin:0; font-size:11px; margin:1px 0 180px 0; z-index:100; background-color:#124f0d;}


/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:20px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
width:140px;
height:20px;
color:#fff;
background:#124f0d;
text-decoration:none;
text-align:center;
border-right:1px solid #fff;
border-bottom:1px solid #fff;

line-height:20px;
}
/* style the links hover */
.menu :hover{
color:#fff;
background:#50b848;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:140px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
