/* A CSS Framework by Mike Stenhouse of Content with Style */

/* NAV */
	div#nav {
        font-size: 0.8em;
    }
    * html div#nav {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav div.wrapper {
        width: 100%;

        background: #ddd;
    }
    div#nav ul {
        float:right;
        width: auto;       
        margin:0 0 0 10px !important;
        margin:0;
        padding: 0;
        line-height: 1em;
        list-style: none;
    }
    div#nav li {
        display: block;
        list-style: none;
        float: right;
        margin:5px!important;
        margin:5px;
        padding: 0;
        line-height: 1em;
    }
    * html div#nav li {
        /* hide ie/mac \*/
        height: 1%;
        /* end hide */
    }
    div#nav li.last {
        
    }
    div#nav a,
    div#nav a:link,
    div#nav a:active,
    div#nav a:visited {
        z-index:1000;
        display: block;
        font-weight: bold;
        height: 14px!important;
        height: 12px;
        line-height: 1em;
        line-height: 1em;
        float: none;
        width: 200px !important;
        width:190px;
        border:solid #90B99A thin;
        color: #003300;
        text-decoration:none;
        text-align: center;

    }
    div#nav a:hover {   

        text-decoration:underline; 
	color:#39814C
    }
    div#nav strong {
        display: block;

    }
    div#nav strong a,
    div#nav strong a:link,
    div#nav strong a:active,
    div#nav strong a:visited,
    div#nav strong a:hover {

    }
/* END NAV */



 
