﻿.menu1
{
    padding: 3px 0 0 0;
    margin: 0;
    list-style: none;
    width:135px;
	height: 240px;
    background: #006633;
    font-family:Verdana;
	float:left;
   
}
.menu1 li {float:left;}
.menu1 li a {display:block; height:32px; line-height:30px; color:#003300; text-decoration:none; text-align:left; padding: 0 0px 0 20px; cursor:pointer; font-size:10px;}
.menu1 li a b {float:left; display:block; padding:0 10px 0 10px; width:100px;background:url(images/nav_button2.png) no-repeat;}
.menu1 li.current a {color:#003300; background-image:url(images/nav_button.pn no-repeat); }
.menu1 li.current a b {background:#F8F4E1; width:95px;text-decoration:underline;font-size:11px;font-weight:bold;}
.menu1 li.current a:hover { cursor:default;}
.menu1 li.current a:hover b {background:#F8F4E1;}
.menu1 li a:hover  {}
.menu1 li a:hover b {background:url(images/nav_button.png) no-repeat;font-size:11px; }
