@charset "UTF-8";


body {
font-family: Helvetica, Arial, Verdana, sans-serif;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #fff;
}

body p {
text-align: left;
color: #fff;
padding-bottom: 10px;
}

body a {
color: #fff;
text-decoration: none;
}

#videoplacement {
border-top: 56px solid #333;
}

/* --------------- C O N T A I N E R --------------- */

#wrapper {
background: url(images/background.jpg);
height: 728px;
width: 1024px;
margin: 20px auto;
}

/* --------------- M E N U - C O N T A I N E R --------------- */

#menucontainer {
position: absolute;
margin: 320px 0 0 50px;
width: 450px;
height: 35px;
/* background-color: #E64056; */
background-color: #000;


}

/* --------------- M E N U --------------- */

.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;
text-indent: 10px;
background:#000;
/* background: url(images/menubg.jpg); */
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size: 18px;
/* font-weight: bold; */
width:450px;
height: 35px;
line-height: 32px;
/* padding:9px 0; */
color: #eee;
/* background:#E64056; */
text-decoration:none;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* style the links hover */

.menu li .nocolourhover{
background:#000 url(images/drop.png) no-repeat right center;
text-indent: 10px;
width: 440px;
color: #fff;
border-bottom: none;
} 

.menu :hover{
color:#000;
/* background: url(images/menubg.jpg)*/
background:#fff;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

/* --------------- C O N T E N T --------------- */

#maincontent {
position: absolute;
margin: 365px 0 0 50px;
padding: 10px;
width: 430px;
height: 275px;
overflow: auto;
background-color: #000;
}

#maincontent p{
font-size: 13px;
padding-bottom: 15px;
line-height: 16px;
}

#maincontent a:hover {
color: #fff;
border-bottom: 5px solid #fff;
}

























/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container {margin:25px 0 100px 15px; position:relative; width:735px; height:25px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:120px; font-size:11px; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #000; border-width:1px 0 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#7484ad;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#dfd7ca; color:#c00;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif); width:120px;}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#dfd7ca; color:#c00;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#dfd7ca; color:#c00;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#pmenu li.drop {background:#7484ad url(http://www.cssplay.co.uk/menus/drop.gif) no-repeat right center;}
































































