html {
height:100%; 
max-height:100%;  
padding:0; 
margin:0; 
border:0; 
font-size:76%; 
font-family: tahoma, verdana, arial, sans-serif;
color: #000000; 
background:#fff url(images/main.jpg) -18px 0 no-repeat; 
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden; 
/* */ }

body {height:100%; max-height:100%; overflow:hidden; padding:0; margin:0; border:0;}
#content {display:block; height:100%; max-height:100%; overflow:auto; padding-left:205px; padding-top: 5px; padding-right: 5px; position:relative; z-index:3; font-size: 111%;}
#head {position:absolute; margin:0; top:0; right:18px; display:block; width:100%; height:100px; background:url(images/top.jpg) #ddd; font-size:30px; z-index:5; color:#fff;}
#foot {position:absolute; margin:0; bottom:-1px; right:18px; display:block; width:100%; height:50px; background: #4170b4; color:#fff; font-size:12px; z-index:4;}
#footleft {display:block; text-align:left; float:left;}
#footright {display:block; text-align:right; float:right;}
#video {display:block; position:relative; z-index:-1;}

#left {position:absolute; left:0; top:0; height:100%; width:200px; background:url(images/side.jpg) #aaa; background-position:-18px 100px; font-size:1em; color:#fff;z-index:4;}

* html #head, * html #foot,* html #left {position:absolute;}

#pad1 {display:block; width:18px; height:100px; float:left;}
#pad3 {display:block; width:218px; height:50px; float:left;}
.pad2 {display:block; height:100px;}
.pad4 {display:block; height:50px;}

#head p {padding:15px 0 0 0;}
#content p {padding:5px;}
#content p.close {padding:0px 5px 0px 5px;}

.bold {font-size:1.0em; font-weight:bold;}

A.whitelink:Link {color:#ffffff; text-decoration: none;}
A.whitelink:Visited {color:#ffffff; text-decoration: none;}
A.whitelink:Hover {color:#ffffff; text-decoration: underline;}
A.whitelink:active {color:#ffffff; text-decoration: none;}




/* ================================================================ 
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/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
height:235px;
font-size:11px;
z-index:1000;
margin:0 0 0 0; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:500;
padding:0;
margin:0;
list-style-type:none;
width:197px;
background:transparent;
}
/* style the list items */
.menu li {
background:transparent;
height:26px;
/* for IE7 */
float:left;
}


.menu li.sub {background:transparent url(images/sub_white.gif) no-repeat right center;} 
.menu li.colored {background:#3d0a06;} 
.menu li.subcolored {background:#3d0a06 url(images/sub_white.gif) no-repeat right center;} 
.menu li.videocolored {background:#3d0a06 url(images/videoIcon3.gif) no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
font-weight:bold;
width:196px;
color:#fff;
text-indent:5px;
border:1px solid #888;
border-width:1px 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:197px; w\idth:196px;}
/* style the link hover */
* html .menu a:hover {color:#7aff03; position:relative;}


.menu li:hover {position:relative;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#7aff03;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:30px 30px 30px 5px;
/* this is for IE to make it interpret the overrun padding */
background:transparent url(images/filler.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
