/* CSS DOCUMENT FOR PRO CAMJO - MENU HOME*/
/* Copyright: Saskia Cloosterman WebDingen webdesign 2009 */
/* URL: http://www.webdingen.com */

.active_home {
display:block;
height:28px;
line-height:24px;
margin-bottom:4px;
background-color: #ff0000;
color: #fff;
border-left:10px solid #bbb;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bolder;
}

#left_menu a {
display:block;
height:28px;
margin-bottom:4px;
line-height:24px;
color:#fff;
text-decoration: none;
background-color:#bbb;
border-left: 10px solid #ff0000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bolder;
}
#left_menu a:hover {
text-decoration: none;
display:block;
margin-left:0;
height:28px;
margin-bottom:4px;
line-height:24px;
background-color: #ff0000;
color: #fff;
border-left:10px solid #bbb;

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bolder;
}



