/* CSS */


BODY {
    font-size:12px;
 	font-family: Verdana;
  	color:#202020;
 	text-decoration:none;
 	text-align:justify;
    background-color:transparent;
    background-attachment:fixed;
    scrollbar-track-color:#202020;
    scrollbar-darkshadow-color:#202020;
    scrollbar-shadow-color:#202020;
    scrollbar-3dlight-color:#202020;
    scrollbar-highlight-color:#202020;
    scrollbar-arrow-color:#202020;
    scrollbar-face-color:#202020;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 0px solid #7dcc7d; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 9px Verdana;
color: #202020;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #921a21; /*Default menu color*/
border-bottom: 8px solid #921a21;
}

.invertedshiftdown2 a:hover{
background-color: #c0c0c0; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #c0c0c0; /*Highlight red color theme*/
color: #202020;
}

.cairol {height:10px;behavior:url(linkhilight.htc);filter:progid:dximagetransform.microsoft.randomdissolve}
a:link { color: #ffffff; text-decoration: none; font-weight: bold; font-family:Verdana, Arial, Helvetica, sans-serif}
a:active { color: #ffffff; text-decoration: none; font-weight: bold;  font-family:Verdana, Arial, Helvetica, sans-serif}
a:visited { color: #ffffff; text-decoration: none; font-weight: bold;  font-family:Verdana, Arial, Helvetica, sans-serif}
a:hover {  color: #921a21; text-decoration: none; font-weight: bold;  font-family:Verdana, Arial, Helvetica, sans-serif
}