/* #info {height:500px;} */

/* ================================================================ 
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/final_drop2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* Severely Altered by Gregory R Sivakoff */

/* Style the outer div to give it width and place it */
.ddmenu {
width:640px;
margin: 0 auto;
clear:both;
}

/* Remove all the bullets, borders and padding from the default list styling */
.ddmenu ul {
padding:0;
margin:0;
border:0;
list-style-type:none;
}

.ddmenu ul ul {
width:160px;
}

/* Specify Size of Individual Field */
.ddmenu ul ul {
width:160px;
}

/* Float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.ddmenu li {
float:left;
position:relative;
width:160px;
}

/* Style the default tabs */
.ddmenu a, .menu a:visited{
display:block;
width:149px;
height:3.0em; 
border:1px solid #FFFFFF; 
border-width:1px 1px 0 0;
background:#FFCC00; 
padding-top:1px;
padding-bottom:1px;
padding-left:5px;
padding-right:5px;
list-style-type: none;

}
* html .ddmenu a, * html .ddmenu a:visited {
    \width: 160px; /* for IE5 and IE6 in quirks mode */
    w\idth: 149px; /* for IE6 in standards mode */
  } 

.ddmenu li.drop a{
background:#FFCC00 url("images/dn_tab.gif") no-repeat bottom;
}


/* Style the Second Level Tabs  */
.ddmenu ul.level2 a{
background:#FFCC00;
}

/* Style the Third Level Tabs  */
.ddmenu ul.level3 a{ 
background:#006633; 
}

/* Default Font Style */
.ddmenu li, .ddmenu a{
color:#000000;
text-decoration:none; 
text-align: center;
vertical-align: middle;
font-weight: bold;
font-size:93%;
}

/* Control Content if SSI + HTML code indicates current page */
.ddmenu ul a.current, .ddmenu ul.level3 a.current:visited{
color:#000000;
}
/* Control Subtab 1 Content if SSI + HTML code indicates current page */
.ddmenu ul.level2 a.current, .ddmenu ul.level2 a.current:visited{
}
/* Control Subtab 2 Content if SSI + HTML code indicates current page */
.ddmenu ul.level3 a.current, .ddmenu ul.level3 a.current:visited{
color:#AAAAAA;
}

/* Control Hover Behavior for Fonts*/
.ddmenu li a:hover, .ddmenu li:hover > a {
color:#006633;
}
.ddmenu ul.level2 li a:hover, .ddmenu ul.level2 li a.current:hover, .ddmenu ul.level2 li:hover > a {
}
.ddmenu ul.level3 li a:hover, .ddmenu ul.level3 li a.current:hover, .ddmenu ul.level3 li:hover > a {
color:#FFCC00;
}


/* Hide the sub levels and give them a positon absolute so that they take up no room */
.ddmenu ul ul{
visibility:hidden;
position:absolute;
height:0;
/*top:31px;*/
top:3.00em;
left:0px; 
width:160px;
}
/* another hack for IE5.5 */
* html .ddmenu ul ul {
top:3.00em;
t\op:3.00em;
}


/* Position the third level flyout menu */
.ddmenu ul ul ul.level3{ 
left:160px; 
top:0px;
width:160px;
z-index:+1;
}
/* position the third level flyout menu for a left flyout */
.ddmenu ul ul ul.left {
left:-160px;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.ddmenu table {position:absolute; top:0; left:0;}


/* style the second level links */
.ddmenu ul ul a, .ddmenu ul ul a:visited {
height:auto; 
line-height:1em; 
padding:5px 5px; 
width:149px;
}
* html .ddmenu ul ul a{
width:160px;
w\idth:149px;
}


/* make the second level visible when hover on first level list OR link */
.ddmenu ul li:hover ul.level2,
.ddmenu ul li:hover ul.level2{
visibility:visible; 
}
/* make the third level visible when you hover over second level list OR link */
.ddmenu ul :hover ul :hover ul.level3{ 
visibility:visible;
}

.ddmenu table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* ================================================================ 
Other interesting CSS at
 http://www.cssplay.co.uk/menus/padding.html
 http://www.cssplay.co.uk/menus/tab_padding.html
=================================================================== */

