
body     { background-color: #000; text-align: center; margin: 0; padding: 0 }
a   { text-decoration: none; outline-width: 0 }
a:hover  { color: #f00 }
h1 { color: #f03; font-size: 18px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-variant: small-caps; font-weight: bold; text-align: left; text-transform: capitalize; margin-top: 0; margin-right: 10%; margin-bottom: 0; border-style: dashed; border-width: 0 0 1px; border-color: #f90 }
h2 { font-size: 12px; font-style: italic; margin: 5px 0; padding: 0; vertical-align: middle }
.content { font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; margin: 10px 20px 0 12px }
.convimg { margin-top: 10px; margin-left: 10px; vertical-align: top }
.news_head { color: #333; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: italic; font-weight: bold; padding-top: 5px }
.news_body { color: #666; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif }
/* remove all the bullets, borders and padding from the default list styling */
.pmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/* hack for IE5.5 */
* html .pmenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.pmenu li  { background: #f90; position: relative; height: 26px }

/* get rid of the table */
.pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.pmenu a, .pmenu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .pmenu a, * html .menu a:visited  { background: #ff9; width: 150px; w\idth: 149px }
/* style the link hover */
* html .pmenu a:hover  { color: #f30; background: #ff9 }

.pmenu :hover > a  { color: #f30; background: #ff9 }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.pmenu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:150px; 
}
/* make the second level visible when hover on first level list OR link */
.pmenu ul li:hover ul,
.pmenu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.pmenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.pmenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.pmenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.pmenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
