@charset "utf-8";
/* CSS Document */

 /* @copyright	2006-2008 Live Web Institute. All Rights Reserved.*/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 text-align:center;
}

ul.dropdown {
	font: bold 11px Helvetica, sans-serif;
	text-transform: uppercase;
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 597;
	float: left;
	width: 906px;
	
	
}

ul.dropdown li a {
 display: block;
 padding: .4em 2.66em;
}
ul.dropdown li {
 float: left;
 line-height: 1.5em;
 vertical-align: middle;
 text-align:left;
 zoom: 1;
 height: 2.3em;
 padding: 0px 0;
 background-image:url(../images/bg-menu-dd.jpg);
 background-repeat:repeat-x;
 color: #fff;
 list-style: none;
 margin: 0;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;

}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 200px;
 background-image:url(../images/bg-menu-dd.jpg);
 color: #fff;
 font-size: 11px;
 text-transform: none;
 list-style: none;
 margin: 0;
 padding: 0;
}

ul.dropdown ul li {
 float: none;
 color: #000;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}



ul.dropdown li.rtl ul {
 top: 100%;
 right: 0;
 left: auto;
}

ul.dropdown li.rtl ul ul {
 top: 1px;
 right: 99%;
 left: auto;
}
ul.dropdown a:link,
	ul.dropdown a:visited { color: #fff; text-decoration: none; }
	ul.dropdown a:hover { color: #FFCC00; text-decoration: none; }
	ul.dropdown a:active { color: #fff; }
	
	
		
	ul.dropdown li.dir {
	 padding: 0;
	}

	ul.dropdown ul li.dir {
	 padding-right: 1px;
	}
	ul.dropdown li {

	}
	ul.dropdown ul a {
	 padding: .2em .5em .5em 1.4em;
	 width: auto; /* Especially for IE */
	}

	ul.dropdown ul a:hover {
	 background-color:#006600;
	 color:#FFCC00;
	 width:inherit;
	}

	ul.dropdown a.open {
	 background-color:#006600;
	 background-repeat:repeat-x;
	 color: #FFF;
	}

	ul.dropdown ul a.open {
	 background-color:#006600;
	 color: #fff;
	}
/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 background-color: #006600;
	 color: #ffcc00;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #006600;
	 color: #fff;
	}


/*BOTTOM MENU BAR*//*BOTTOM MENU BAR*//*BOTTOM MENU BAR*//*BOTTOM MENU BAR*/
/*BOTTOM MENU BAR*//*BOTTOM MENU BAR*//*BOTTOM MENU BAR*//*BOTTOM MENU BAR*/

#bot-menu ul	{
list-style: none;
padding: 0;
margin: 0;
} 

#bot-menu li	{
float: left;
margin: 0 0.15em;

} 

#bot-menu li a	{
height: 2em;
line-height: 2em;
font-weight: normal;
float: left;
width: 8.6em;
display: block;
color:#006600;
text-decoration: none;
text-align: center;
font-family: sans-serif;
font-size: 60%;
} 

#bot-menu li a:hover	{
height: 2em;
line-height: 2em;
float: left;
width: 8.6em;
display: block;
color: #ffa200;
text-decoration: none;
text-align: center;
font-family: sans-serif;
font-size: 60%;
}

/* Hide from IE5-Mac \*/
#bot-menu li a	{
float: none
}
/* End hide */ 

#bot-menu	{
width:55em
} 


