/*VerticalElusion
free style css from: http://e-lusion.com/design/menu/#3
convert to Ciss.SideMenu - dnn360.net
by thangpdtt@gmail.com
created date: 12/31/2007
*/

/* =-=-=-=-=-=-=-[Menu One]-=-=-=-=-=-=-=- */
#MenuElusion
{
	    font-family: "Trebuchet MS";
        margin: 0;
/*        font-size: 80%; --> need lager    */
/*        font-weight: bold; --> need bolder*/
		  font-size: 12px;
		  font-weight: bolder;
      background: transparent;
}
#MenuElusion {
	     width: 169px;
		  border-style: solid solid none solid;
        border-color: #94AA74;
        border-size: 0px;
        border-width: 0px;
        margin: 0px;
        }
#MenuElusion ul,#MenuElusion li {
        list-style: none;
		  display: inline;
        margin: 0;
        padding: 0;
        }
/*Level 0*/
#MenuElusion li img.imgf{ padding-top: 0px;padding-right: 0px;}
#MenuElusion li a {
          voice-family: "\"}\"";
          voice-family: inherit;
        text-decoration: none;		  
        }

#MenuElusion li a:link, #MenuElusion li a:visited {
        font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #252368;
        display: block;
        background: url(bgn1.png);
        padding: 8px 0 8px 12px;
        height:18px;
        text-transform: uppercase; 
        }

#MenuElusion li a:hover, #MenuElusion li #current {
  font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #252368;;
        background: url(bgn1.png);
        padding: 8px 0 8px 12px;
        height:18px;
        text-transform: uppercase; 
        }

#MenuElusion li a:active {
        font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #252368;
        background: url(bgn1.png);
        padding: 8px 0 8px 12px;
        height:18px;
        text-transform: uppercase; 
        }
/*Level 1*/
#MenuElusion li.level1 a {
     height:18px;
          voice-family: "\"}\"";
          voice-family: inherit;
      height:18px;
        text-decoration: none;
        }

#MenuElusion li.level1 a:link, #MenuElusion li.level1 a:visited {
       	color: #252368;	  
        display: block;
        font-family: "Trebuchet MS";
       	font-size: 10px;
/*        background: url(menu2.gif); --> remove right arrow, add new backgroun color */
        background: #fff;/*new attribute*/
        padding: 8px 0 8px 25px;
        height:18px;
          background: url(bgn2.png);
        }

#MenuElusion li.level1 a:hover, #MenuElusion li.level1 #current {
        color: #fff;	  
        display: block;
        font-family: "Trebuchet MS";
       	font-size: 10px;
/*        background: url(menu2.gif) 0 -32px; --> remove right arrow, add new backgroun color */
        background: #fff;
        padding: 8px 0 8px 25px;
         background: url(bgn2h.png);
        }

#MenuElusion li.level1 a:active {
        color: #252368;
/*        background: url(menu2.gif) 0 -64px; --> remove right arrow, add new backgroun color */
        
        padding: 8px 0 8px 25px;
        }
/*Level 2*/
#MenuElusion li.level2 a {
        height: 32px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 24px;
        text-decoration: none;
        background: url(bgn2.png);
        }

#MenuElusion li.level2 a:link, #MenuElusion li.level2 a:visited {
        color: #5E7830;
        display: block;
/*        background: url(menu3.gif); --> remove right arrow, add new backgroun color */
		  background: #fff;
        padding: 8px 0 0 12px;
        background: url(bgn2.png);
         background: red;
        }

#MenuElusion li.level2 a:hover, #MenuElusion li.level2 #current {
        color: #26370A;
        background: url(bgn2.png);
/*        background: url(menu3.gif) 0 -32px;--> remove right arrow, add new backgroun color */
		  background: #red;
        padding: 8px 0 0 44px;
        }

#MenuElusion li.level2 a:active {
        color: #26370A;
/*        background: url(menu3.gif) 0 -64px; --> remove right arrow, add new backgroun color */
		  background: url(bgn2.png);
        padding: 8px 0 0 44px;
         background: red;
        }