@charset "utf-8";
/* CSS Document */

#bricksmenu {
padding: 0px;
width: 600px;
margin-left: 60px;
border-top: 0px solid #FF6600; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#bricksmenu ul {
margin:0;
margin-left: -30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#bricksmenu li {
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#bricksmenu a {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FFFFFF;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
background-color: transparent; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 1px solid #FF6600;
}

#bricksmenu a:visited {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FFFFFF;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
background-color: transparent; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 1px solid #FF6600;
}

#bricksmenu a:hover {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FF6600;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
background-color: #332d22; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 1px solid #FF6600;
}

#bricksmenu a:activ {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FFFFFF;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 15px;
background-color: transparent; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 1px solid #FF6600;
}

#bricksmenu #current a { /*currently selected tab*/
background-color: #332d22; /*Brown color theme*/ 
color: #FF6600;
border-color: #FF6600; /*Brown color theme*/ 
}

#bricksmenu #home a { /*currently selected tab*/
display:inline;
margin-left: 5px;
background-color: transparent; /*Brown color theme*/
letter-spacing: 1px; 
color: #999999;
font-style: italic;
border-color: transparent; /*Brown color theme*/ 

}

#footer {
padding: 0px;
width: 500px;
margin-left: 10px;
border-top: 0px solid #FF6600; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#footer ul {
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#footer li {
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

#footer a {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FFFFFF;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 12px;
background-color: transparent; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 0px solid #FF6600;
}

#footer a:visited {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FFFFFF;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
background-color: transparent; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 0px solid #FF6600;
}

#footer a:hover {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FF6600;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
background-color: #transparent; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 0px solid #FF6600;
}

#footer a:activ {
float: left;
display: block;
font: 11px Arial;
letter-spacing: 2px;
color: #FFFFFF;
text-decoration: none;
margin: 0 0px 0 0; /*Margin between each menu item*/
background-color: transparent; /*Brown color theme*/ 
border-top: 0px solid white;
border-right: 0px solid #FF6600;
}

#footer #current a { /*currently selected tab*/
background-color: #transparent; /*Brown color theme*/ 
color: #FF6600;
border-color: #614b31; /*Brown color theme*/ 
}


