/* LEFT SIDE */


#leftside {width: 234px; float: left; text-align: left;}
#leftside a img, #leftside a:visited img {margin: -22px 0 6px 55px; text-decoration: none; border: none; outline: none;}

#leftside form {float: right;}




/* navigation -------*/
#menu {list-style-type:none; padding:0; margin:15px 0 0 30px; width:203px; z-index:100; height:auto; height: 340px; float:left;}

#menu ul {list-style-type:none; padding:0; margin:0; width:203px;}
#menu li {float:left;}


#menu li a {width:203px; height:41px; padding-top: 10px; display:block; color:#fff; background:url(../images/menu-button.jpg) no-repeat; font-family:arial, sans-serif; font-size:12px; text-decoration:none; cursor:pointer; text-indent:10px; font-size:13px;}
#menu li a .smtxt {color: #adadad; margin-left:10px; font-size: 12px;}

#menu table {border-collapse:collapse; padding:0; margin:-1px;}

#menu ul {position:absolute; left:-9999px; background:#fff;}


#menu ul li a {width:193px; height:20px; padding-left:10px; color:#fff; border:0; line-height:20px; font-size:13px;}
#menu ul.scroll li a {width:173px;}


#menu a:hover {position:relative; color:#ccc; background:url(../images/menu-button-hover.jpg) no-repeat; z-index:1;}
#menu li.sub a:hover {background:url(../images/menu-button-hover.jpg) no-repeat;}


#menu li:hover > a {color:#ccc; background:url(../images/menu-button-hover.jpg) no-repeat;}
#menu li.sub:hover > a {color:#ccc; background:url(../images/menu-button-hover.jpg) no-repeat;}


#menu :hover ul {position:relative; left:0; height:80px; overflow:auto; background:#678c67; margin-bottom:1px;}
#menu :hover ul li a {padding-top: 0; background:#678c67 url(../images/bluborder.jpg) repeat-x left bottom;}
#menu :hover ul li a:hover {background:#678c67 url(../images/bluborder.jpg) repeat-x left bottom; color:#ccc;}


#menu :hover ul {

    scrollbar-face-color: #678c67;

    scrollbar-arrow-color: #fff;

    scrollbar-track-color: #678c67;

    scrollbar-shadow-color: #426542;

    scrollbar-highlight-color: #7a9f7a;

    scrollbar-3dlight-color: #7a9f7a;

    scrollbar-darkshadow-color: #426542;

}

