<!--
#tablist { 
padding : 3px 0; 
margin-left : 0; 
margin-right : 0.4em; 
margin-bottom : 0;
border-bottom : 1px solid #c0c0c0; 
font : bold 12px Verdana, sans-serif;
} 
#tablist li { 
list-style : none; 
margin : 0; 
display : inline; 
} 
#tablist li a { 
padding : 3px 0.5em; 
margin-left : 0; 
border : 1px solid #c0c0c0; 
border-bottom : none; 
background : #dde; 
text-decoration : none; 
} 
#tablist li a:link { 
color : #448; 
} 
#tablist li a:visited { 
color : #667; 
} 
#tablist li a:hover { 
color : #000; 
background : #aae; 
border-color : #227; 
} 
#tablist li a#current { 
background : white; 
border-bottom : 1px solid white; 
} 
#dropmenudiv { 
border-left : 1px solid #c0c0c0; 
border-right : 1px solid #c0c0c0; 
border-top : 1px solid #c0c0c0; 
border-bottom : 0 solid #c0c0c0; 
position : absolute; 
background-color : #ffff99; 
line-height : 15px; 
z-index : 1000; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 10px; 
font-family : Verdana, Arial, Helvetica, sans-serif; 
margin-left : 1.5em; 
} 
#dropmenudiv a { 
width : 100%; 
display : block; 
text-indent : 3px; 
border-bottom : 1px solid #c0c0c0; 
padding : 1px 0; 
text-decoration : none; 
} 
#dropmenudiv a:hover { 
width : 88%; 
background-color : #85ebf7; 
font-weight : bold; 
background-image : url('http://www.liamalexander.com/images/arrow02.gif'); 
background-repeat : no-repeat; 
background-position : 0 0.28em; 
padding-left : 1.2em; 
border-right : 1px solid #c0c0c0; 
} 
#navcontainer { 
padding : 0; 
width : 9.5em; 
height : 100%; 
text-align : left; 
text-transform : lowercase; 
margin: 0; 
} 

#navcontainer03 { 
padding-top : 4px;
width : 100%; 
height : 100%; 
text-align : left; 
text-transform : lowercase; 
margin-top: .3em; 
margin-bottom: -1.6em;
} 
ul#navlist { 
text-align : left; 
padding : 0; 
width : 100%; 
list-style-type : none; 
margin-left : 0;
margin-top : 4em;
line-height:160%; 
} 
ul#navlist li { 
display : block; 
padding : 0; 
font-family : Verdana, Arial, Helvetica, sans serif; 
font-size : 11px; 
} 
ul#navlist li a { 
border-left : 1px solid #fff; 
border-right : 1px solid #aaab9c; 
border-top : 1px solid #ffe; 
border-bottom : 1px solid #ccc; 
display : block; 
width : 22px; 
color : #000080; 
text-decoration : none; 
background : #f7f2ea; 
font-family : Verdana; 
font-size : 11px; 
font-weight : bold; 
margin : 0; 
padding-left : 10px; 
padding-right : 4px; 
padding-top : 0; 
padding-bottom : 0; 
} 
#navcontainer > ul#navlist li a { 
width : 100%; 
} 
ul#navlist li#active a { 
background : #f0e7d7; 
color : #800000; 
width : 100%; 
background-image : url('../images/arrow_right.gif'); 
background-repeat : no-repeat; 
background-position : 0.1em 0.5em; 
} 
ul#navlist li a:hover, ul#navlist li#active a:hover { 
background : #f0e7d7; 
color : #000080; 
width : 100%; 
background-image : url('../images/arrow_right.gif'); 
background-repeat : no-repeat; 
background-position : 0.1em 0.5em; 
text-decoration : underline;
border-left-color : #ccc;
border-right-color : #fff; 
border-top-color : #aaab9c; 
border-bottom-color : #fff; 
} 
#navcontainer2 {
        background: #FFFFFF;
        border-top: 0px solid #9CC;
        font: bold normal 11px Verdana, Arial, Geneva, Arial, Helvetica, sans-serif;
        margin-top: 1.3em;
        margin-bottom: -16px;
        margin-left: -1em;
        
}

#navlist2 {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        font-size: 10px
}

@media all {
        #navlist2 {
                text-align: left;
                margin-left: 8px
        }
}

#navlist2 li {
        bottom: 11px;
        display: inline;
        line-height: 1.2em;
        margin: 0;
        padding: 0;
        position: relative;
}

html>body #navlist2 li {
        background: #000;
        margin: 0;
        padding: 0;
}

#navlist2 a, #navlist2 a:link, #navlist2 a:visited {
        background: #003399;
        border: 1px solid #FFF;
        bottom: 2px;
        color: #FFF;
        cursor: pointer;
        display: inline;
        height: 1em;
        margin: 0;
        padding: 3px 5px 3px 5px;
        position: relative;
        right: 2px;
        text-decoration: none;
}

#navlist2 a:hover {
        background: #FFCC33;
        bottom: 1px;
        color: #FFF;
        position: relative;
        right: 1px;
}

#navlist2 a:active {
        background: #999;
        bottom: 0px;
        color: #FFF;
        position: relative;
        right: 0px;
}

#navlist2 li#active {
        background: #369;
        bottom: 13px;
        display: inline;
        margin: 0 3px 0 0;
        padding: 0;
        position: relative;
}

html>body #navlist2 li#active {
        background: #000;
        margin: 0 4px 0 4px;
}

#navlist2 #active a, #navlist2 #active a:link, #navlist2 #active a:visited, #navlist2 #active a:hover {
        background: #369;
        border-bottom: none;
        border-left: 1px solid #9CC;
        border-right: 1px solid #9CC;
        border-top: 1px solid #9CC;
        bottom: 0;
        color: #FFF;
        cursor: text;
        margin: 0;
        padding: 2px 5px 0 5px;
        position: relative;
        right: 0;
}
.open { 
display : block; 
list-style-type : none; 
padding-top : 0.2em; 
padding-bottom : 0.2em; 
padding-right : 0.4em; 
font-size : 11px; 
margin-left : 2px; 
margin-top : 0; 
margin-bottom : 0.1em; 
color : #000080; 
line-height : 150%; 
} 
.closed { 
display : none; 
list-style-type : none; 
padding-top : 0.2em; 
padding-bottom : 0.2em; 
font-size : 11px; 
margin-top : 0; 
margin-bottom : 0.1em; 
color : #000080; 
line-height : 150%; 
} 
.open2 { 
display : block; 
list-style-type : none; 
padding-top : 0.2em; 
padding-bottom : 0.2em; 
padding-right : 0.4em; 
font-size : 16px; 
margin-left : 2px; 
margin-top : 0; 
margin-bottom : 0.1em; 
color : #000080; 
line-height : 150%; 
} 
.closed2 { 
display : none; 
list-style-type : none; 
padding-top : 0.2em; 
padding-bottom : 0.2em; 
font-size : 16px; 
margin-top : 0; 
margin-bottom : 0.1em; 
color : #000080; 
line-height : 150%; 
} 
.open3 { 
display : block; 
list-style-type : none; 
padding-top : 0.2em; 
padding-bottom : 0.2em; 
padding-right : 0.4em; 
font-size : 12px; 
margin-left : 2px; 
margin-top : 0; 
margin-bottom : 0.1em; 
color : #000080; 
line-height : 150%; 
} 
.closed3 { 
display : none; 
list-style-type : none; 
padding-top : 0.2em; 
padding-bottom : 0.2em; 
font-size : 12px; 
margin-top : 0; 
margin-bottom : 0.1em; 
color : #000080; 
line-height : 150%; 
} 
.container { 
width : 570px; 
padding : 15px; 
border : 0 none; 
margin-left : -16px; 
margin-right : 0; 
margin-top : -5px; 
margin-bottom : -8px; 
} 
#navPyra { 
margin : 0; 
padding : 0 0 20px 10px; 
border-bottom : 1px solid #9fb1bc; 
} 
#navPyra li { 
margin : 0; 
padding : 0; 
display : inline; 
list-style-type : none; 
} 
#navPyra a:link, #navPyra a:visited { 
float : left; 
font-size : 10px; 
line-height : 14px; 
font-weight : bold; 
padding : 0 12px 6px 12px; 
text-decoration : none; 
color : #708491; 
} 
#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover { 
color : #000; 
background : url(../images/pyramid.gif) no-repeat bottom center; 
} 
.iconspan { 
float : right; 
margin : 6px; 
cursor : pointer; 
font-weight : bold; 
} 
-->
