body { 
 background-color: #ffffcc; 
 margin-left: 15px; 
 margin-right: 15px; 
 margin-top: 3px; 
 font-size: 10px;
 font-family: verdana,trebuchet,sans-serif;
}

a:link { 
 color: #333399; 
 /*text-decoration: underline; */
 text-decoration: none; 
}

a:visited { 
 color: #333399; 
 text-decoration: none; 
}

a:active { 
 color: #333399; 
 text-decoration: none; 
}

a:hover { 
 color: #999999; 
 text-decoration: none; 
}

#mainmenu {
 font: 11px verdana,trebuchet,ariel,sans-serif;
 line-height:1.7em;
 text-align: left;
 padding-right: 10px;
 padding-left: 10px; 
 vertical-align: top;
}

#topheader {
 position:fixed;
 top: 0;
 right: 0;
 left:0;
 width:100%;
 height:32px;
 padding-top: 5px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom:0px;
 border-bottom: 1px solid;
 white-space: nowrap;
 background: #cccccc url(../../images/monkeypeekicon.gif) bottom left no-repeat;
}

#headerspace {
 height:35px;
}

#breadList ul {
 display: inline;
 font-size:12px;
 font-weight:bold;
}

#breadList ul li {
 list-style: none;
 display: inline;
 padding-left:18px;
 background: url(../../images/chevron-bold.gif) left no-repeat;
}

#breadList ul li.first {
 padding-left: 0px;
 background: none;
}

#loginmenu {
 font-weight: bold;
 text-align: right;
}

#loginmenu ul {
 display: inline;
 line-height: 1.7em;
}

#loginmenu ul li {
 list-style: none;
 display: inline;
 border-left: 1px solid #000;
 padding: 0px 10px;
}

#loginmenu ul li.first {
 border-left: none;
 list-style: none;
 display: inline;
}
