/*tree*//*
#mainmenu{
    white-space:nowrap;
    height:auto;
    width:100%;
    padding-left:20px;
    margin-left:0;
    margin-top: 20px;
	overflow:hidden;
}
#mainmenu ul {
    padding-left:0;
    margin-left:0;
    margin-top: 0px;
}
#mainmenu ul li{
    margin-top: 0;
}
.expanded {
    visibility:visible;
    display:block;
}
#mainmenu li a {
    background:url(images/nav_list_level0.gif) no-repeat bottom left;
    font-size: 12px;
    color: #666666;
    text-decoration:none;
    text-align: left;
    vertical-align: middle;
    text-indent: 18px;
    margin-left: 0;
    display:block;
}
#mainmenu li a:hover {
    text-decoration:none;
    color:#00ab5b;
}
#mainmenu li li a{
    background:url(images/nav_list_level1.gif) no-repeat top left;    
    border:0;
    font-size: 11px;
    text-align: left;
    text-indent: 8px;
    vertical-align: middle;
    margin-left:15px;
}
#mainmenu li li a:hover {
    text-decoration:none;
}
#mainmenu li li li a {
    background:url(images/nav_list_level2.gif) no-repeat top left;    
    border:0;
    font-size: 10px;
    text-align: left;
    text-indent: 8px;
    vertical-align: middle;
    margin-left:25px;
}
#mainmenu li li li a:hover {
    text-decoration:none;
}
#mainmenu li,
#mainmenu li.current li.category {
    width: 100%;
    list-style:none;
    background: no-repeat 0 0;
    padding-right:0;
    line-height:1.5em;
    color: black;
}
#mainmenu li {
    padding-bottom:15px;
}
#mainmenu li.current li.category {
    padding-bottom:0;
}
#mainmenu li ul li {
    list-style:none;
    background: no-repeat 0 0;
    padding-right:0px;
    padding-bottom:0px;
    padding-top:0;
    line-height:1.5em;
}
#mainmenu li a:hover {
    text-decoration:none;
}
#mainmenu li.current a,
#mainmenu li.current li.current a{
	font-weight:bold;
}
#mainmenu li.current li a{
	font-weight:normal;
}*/
/*menu horizontal */
#mainmenu, #mainmenu  ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#mainmenu {
	margin-top: -20px;
	margin-left: 235px;
}

#mainmenu  ul ul{
    height:auto;
    
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
#mainmenu ul {
	display: none;
	position: absolute;
	left: -1px;
	top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
	width:150px;
}
/* Second and third etc. level submenus - position across from parent instead */
#mainmenu ul ul {
	top: 0px; 
	margin: 0 0 0 0;
	left:136px;
	width:250px;
}
/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
#mainmenu li {
	float: left;
	display: block;
	position: relative;
	margin-right: -1px;
	background:#ffffff;
	border:none;
	height:20px;
}
#mainmenu li a {
	color:#00a850;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	font-size: 12px;
	width:auto;
	text-align:left;
	padding-right:25px;
}
#mainmenu li a:hover {
	color:#333;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
#mainmenu ul li {
	margin-bottom: -1px;
	float: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height:auto;
	border-bottom:1px solid #f3f3f3;
	/*background:#fff url(images/arrow.jpg) left no-repeat;
	padding-left:15px;*/
}
#mainmenu ul li a {
	background:#fff url(images/arrow.jpg) left no-repeat;
	padding-left:15px;
}
#mainmenu ul li a:hover {
	background:#00a850 url(images/arrow2.jpg) left no-repeat;
	padding-left:15px;
}

#mainmenu ul li li {
	background:#fff url(images/arrow.jpg) left no-repeat;
}
#mainmenu ul li a ,
#mainmenu ul li a:visited {
	width:auto;
	height:auto;
	color:#333;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
	
	padding-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	font-size: 12px;
}
#mainmenu ul li a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
}

#mainmenu ul li li a ,
#mainmenu ul li li a:visited {
	color:#333;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
}
#mainmenu ul li li a:hover {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	text-transform:none;
}

#mainmenu ul>li:last-child {
	margin-bottom: 1px; /* Mozilla fix */
}
#mainmenu a ,
#mainmenu a:visited {
	display: block;
}
/* Only style submenu indicators within submenus. */
#mainmenu a .subind {
	display: none;
}
#mainmenu ul a .subind {
	display: block;
	float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
#mainmenu a {
	float: left;
}
#mainmenu ul a {
	float: none;
}
/* \*/
#mainmenu a {
	float: none;
}



/*

Here's a demo stylesheet used to format a menu and its content.
Feel free to alter the menu layout however you want!
All you have to do is ensure the script has the correct CSS property name
(like 'visibility' or 'display') that changes to show/hide menus.

If you want to extend this layout, one good resource for UL/LI formatting is:
    http://www.alistapart.com/articles/taminglists/
Alternatively, you can use any other CSS dropdown layout instead. More here:
    http://www.alvit.de/css-showcase/
Consult your favourite CSS reference for customising fonts/borders/etc.

Otherwise, you can just change the #RGB border/background colours where
suitable to customise for your site -- easy :).

*/



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #FED;
 border: 1px solid #330;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #A64;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #C86;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */
