/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */


#mainMenu ul {padding:0;margin:0 0 0 0;list-style-type:none; background:#00CC00; text-align:center}
#mainMenu ul ul {text-align: left; text-indent: 10px; margin: 0;padding:0 ;position: absolute; top:25px; left:0px; visibility:hidden;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#mainMenu li {position:relative; float:left; width: 110px; list-style:none; margin:0px; padding:0px; z-index:100;}
/* style the links for the top level */
#mainMenu a, #mainMenu a:visited { text-decoration:none; background:url(../images/main.jpg); display:block; width:100%; line-height:25px; color:#006600; font-size:1.0em}
/* a hack so that IE5.5 faulty box model is corrected */
* html #mainMenu a, * html #mainMenu a:visited {width:;w\idth:}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#mainMenu ul ul {text-align:left; text-indent:10px; margin:0; padding:0; visibility:hidden; position:absolute; height:0; top:25px; left:0}
/* another hack for IE5.5 */
* html #mainMenu ul ul {top:25px;t\op:24px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
#mainMenu table {position:absolute; top:1px; left:0px; border-collapse:collapse; z-index:80}
 
/* style the second level links */
#mainMenu ul ul a, #mainMenu ul ul a:visited {width:170px; background-color:#00FF00; background-image:none}
/* yet another hack for IE5.5 */
* html #mainMenu ul ul a, * html #mainMenu ul ul a:visited {width:;w\idth:}
 
/* style the top level hover */
#mainMenu a:hover {background:#00FF00 url(../images/main_over.jpg); color: #FFFFFF}
#mainMenu ul ul a:hover{background:#009900; background-image:none;}
#mainMenu :hover > a #mainMenu a:hover {background:#009900; background-image:none} 
#mainMenu ul ul :hover > a {background:#009900; background-image:none}
 
/* make the second level visible when hover on first level list OR link */
#mainMenu ul li:hover ul,
#mainMenu ul a:hover ul{visibility:visible; }
#mainMenu ul ul .dropdownLast a, #mainMenu ul ul .dropdownLast a:visited {border-bottom:1px solid #AAA}


/* ========== FOOTER MENU ========== */

#footer ul{
	text-align:center;
	list-style:none;
	margin-left:150px;
	margin-top:0;
	padding:0;
	margin-bottom:0;
}
#footer li{
	position:relative;
	float:left;
	width: 100px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer a, #mainmenu :visited{
	text-decoration:none;
	display:block;
	width:100%;
	line-height:20px;
	color:#006600;
	font-size:1.0em
}
#footer1 a:hover {
	background-image: url(../images/main_over.jpg);
	color: #FFFFFF;	
		
}
#footer1 ul{
	text-align:center;
	list-style:none;
	margin-left:150px;
	margin-top:0;
	padding:0;
	margin-bottom:0;
}
#footer1 li{
	position:relative;
	float:left;
	width: 100px;
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer1 a, #mainmenu :visited{
	text-decoration:none;
	display:block;
	width:100%;
	line-height:20px;
	color:#006600;
	font-size:1.0em
}
#footer1 a:hover {
	background-image: url(../images/main_over.jpg);
	color: #FFFFFF;		
}

#seoEweb, #seoEweb a:link, #seoEweb a:visited, #seoEweb a:hover
{
	text-decoration:none;
	color: rgb(255, 255, 219);
	background: #006400 none repeat scroll 0%;
	
}

