/* Begin CSS Popout Menu */

#menu{
position : relative;
z-index : 9000;
width:974px;
float:left;
background : #356096;
}

#menu a{
font:normal 90%/205% tahoma,arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:0 5px;
text-align:left;
}


#menu h2{
display:block;
white-space:nowrap;
margin:0;
padding:5px;
}

#menu h2{
color:#feb347;
font-size : 12px;
padding : 2px;
margin-right : 15px;
}

#menu a{
background:#356096;
text-decoration:none;
}

#menu a, #menu a:visited{
font-weight : bold;
color:#FEB347;
font-size : 11px;
}

#menu a:hover{
font-weight : bold;
color:#FFF;
background:#4073b4;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
position:absolute;
z-index:1000;
top:0;
left : 90%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background:#356096;
padding : 2px;
}

div#menu li:hover{
cursor:pointer;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#000;
background:#356096;
}

#menu a.x:hover{
font-weight:normal;
color:#feb347;
background:#356096;
}

#menu a.x:active{
font-weight:normal;
color:#060;
background:#ccc;
}

.article {
	float : left;
}

