@CHARSET "UTF-8";


#MenuContainer {
    margin:0px;
    padding:0px;
    width:269px;
    background:url(../images/menuBg.jpg) no-repeat;
    padding-top:4px;
    padding-bottom:10px;
}
#MenuContainerBotom {
    margin:0px;
    padding:0px;
    width:269px;
    height:33px;
    background:url(../images/menuBgButton.jpg) no-repeat;
    margin-bottom:10px;
    padding-top:4px;
}
#Menu {
    margin:0px;
    padding:0px;
    padding-top:30px;
}
    #Menu li {
        list-style:none;
        margin-left:9px;
        margin-right:9px;
        background:url(../images/menuLi.gif) repeat-x bottom;
    }
	
        #Menu li a {
            display:block;
            font-size:18px;
            color:#56190a;
            text-decoration:none;
            padding-left:11px;
            padding-top:7px;
            padding-bottom:7px;
            font-weight:normal;
            width:240px;
        }
        #Menu li a:hover {
            background-image:url(../images/menuOn.gif);
			background-repeat: no-repeat;
			background-position: bottom;
            color:#f6debd;
        }
        #Menu li a.on {
			background-image:url(../images/menuOn.gif);
			background-repeat: no-repeat;
			background-position: bottom;
            color:#f6debd;
        }
#Head {
	padding-top:20px;
}        
#HeaderTop {
 /*   background:url(../images/header.jpg) no-repeat left top; */
    width:968px;
    height:250px;    
}


