/* ================================================================ 
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.
=================================================================== */
/* remove the bullets, padding and margins from the lists */

/* body {font-family:verdana, arial, helvetica, sans-serif; font-size:76%; color:#000; padding:0; border:0; margin:0; background:#fff url(../graphic/body_back.gif) repeat-x 0 10px; text-align:left;}
*/

/*a {color:#000;}

a:visited {color:#111;}

a:active {color:#222;}

a:hover {text-decoration:none;}
*/


#wrapper_topmenu {
width:550px;
text-align:left;
float: left;

}

div#wrapper_topmenu { 
min-height:20px;
height:expression(this.scrollHeight > 600 ? "auto":"20px"); 
}

/* remove the bullets, padding and margins from the lists */
.topmenu ul{
color: black;
float: right;
list-style-type:none;
padding:0;
margin:0;
margin-right: -1px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.topmenu li{
color: #636363;
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.topmenu table{
color: #636363;
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:12px;
}

/* style all the links */
.topmenu a  {
display:block;
font-size: 10px;
padding-left: 6px;
padding-right: 6px;
color: #787878;
background:#ffffff;
text-decoration:none;
margin-right:1px;
text-align:left;
border-right-style: solid;
border-right-width: 1px;
}


.topmenu ul ul a {
padding-bottom: 1px;
padding-right: 15px;
padding-top: 9px;
display:block;
font-size: 10px;
width:149px;
color: #a0a0a0;
background:#eeeeee;
text-decoration:none;
margin-right: 0px;
text-align:left;
border: none;
padding-left: 6px;
}


/* style the links hover */
.topmenu :hover{
background-color: #eeeeee;
color: #888888;
z-index: 200;
}

/* hide the sub level links */
.topmenu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.topmenu ul li:hover ul,
.topmenu ul a:hover ul{
visibility:visible;
}

/* ================================================================ 
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.
=================================================================== */

#wrapper_middlemenu {
width:550px;
text-align:left;
background-color: #fff;
float: left;
padding-top: 6px;
}

div#wrapper_middlemenu { 
min-height:20px;
height:expression(this.scrollHeight > 600 ? "auto":"20px"); 
}

/* remove the bullets, padding and margins from the lists */
.middlemenu ul{
float: left;
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.middlemenu li{
float:left;
position:relative;
z-index:200;
}

/* use the table to position the dropdown list */
.middlemenu table{
position:absolute;
border-collapse:collapse;
z-index:180;
left:-1px;
top:12px;
}

/* style all the links */
.middlemenu a {
font-weight: bold;
display:block;
font-size: 10px;
padding-left: 5px;
padding-right: 5px;
color: #787878;
background:#ffffff;
text-decoration:none;
margin-right:1px;
text-align:left;
border-left-style: solid;
border-left-width: 1px;
}


.middlemenu ul ul a {
font-style: normal;
font-weight: normal;
display:block;
font-size: 10px;
width:149px;
padding:7px 0;
color: #787878;
background:#eeeeee;
text-decoration:none;
margin-right:1px;
text-align:left;
border: none;
padding-left: 10px;
}


/* style the links hover */
.middlemenu :hover{
font-weight: bold;
color: #888888;
background: #eeeeee;
z-index: 300;
}

/* hide the sub level links */
.middlemenu ul ul {
color: #787878;
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.middlemenu ul li:hover ul,
.middlemenu ul a:hover ul{
font-style: normal;
font-weight: normal;
color: #888888;
visibility:visible;
}




/* ================================================================ 
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.
=================================================================== */

#wrapper_footermenu {
width:550px;
text-align:left;
height: 40px;

padding-top: 5px;
}

/* remove the bullets, padding and margins from the lists */
.footermenu ul{
float: right;
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.footermenu li{
color: white;
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.footermenu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:12px;
}

/* style all the links */
.footermenu a, .footermenu :visited {
display:block;
font-size:10px;
padding-left: 10px;
padding-right: 10px;
color: #888888;
background:#ffffff;
text-decoration:none;
margin-right:1px;
text-align:left;
border-right-style: solid;
border-right-width: 1px;
}


.footermenu ul ul a, .footermenu ul ul :visited {
display:block;
font-size:10px;
width:149px;
padding:7px 0;
color:#000;
background:#94FF7c;
text-decoration:none;
margin-right:1px;
text-align:left;
border: none;
padding-left: 10px;
}


/* style the links hover */
.footermenu :hover{

color:#444;
background: white;
z-index: 200;
}

/* hide the sub level links */
.footermenu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.footermenu ul li:hover ul,
.footermenu ul a:hover ul{
visibility:visible;
}