/* $Id: system.css,v 1.1 2007/08/23 19:38:31 Denise Exp $ */

/* This is the cascading style sheet page that links to any HTML page holding a LINK to it */
/*** This code is written by Denise Subramaniam and is copyright protected. ***/
/*** It is illegal to copy this code or to use it without permission. ***/
/*** It is illegal to remove this copyright declaration. ***/

/*The styles below are for the pull down menu */

#cssdropdown, #cssdropdown ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#cssdropdown li {
    float: left;
    position: relative;
}

.mainitems{
    border: 1px solid black;
    background-color: #758C3F;
}

.mainitems a{
    margin-left: 21px;
    margin-right: 21px;
    color: white;
    font-family: Arial;
    font-size: 10pt;
    text-decoration: none;
}

.subitems a{
    margin-left: 10px;
    margin-right: 10px;
    color: black;
    font-family: Arial;
    font-size: 9pt;
    text-decoration: none;
}

.subuls{
    display: none;
    width: 5em;
    position: absolute;
    top: 1.2em;
    left: 0;
    background-color: #F6F8B4;
    border: 1px solid black;
}

.subuls li {
    width: 100%;
    text-align: left;
}

.subuls li a{
    text-decoration: none;
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

/*End pull down menu styles */

/* Image Styles */

img.photo { 
    float: left; 
    margin: 5px; 
    padding: 0px;
}

img.photo-rt { 
    float: right; 
    margin: 5px; 
    padding: 0px;
}

img.photo-center { 
    float: center; 
    margin: 5px; 
    padding: 0px;
}
