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

.menu {
width:100%; 
font-size:0.85em;
position:relative;
z-index:100;
}

#navcontainer ul{padding:0;margin:0 0 5px 0;background: white url(images/menu_bg2.gif) repeat-x top left;color: White;float: left;width: 100%;height:34px;font-family: arial, helvetica, sans-serif;}
#navcontainer ul li {display:inline;font: 12px sans-serif;letter-spacing:0.2em;text-transform:lowercase; }
#navcontainer ul li a{display:block;padding: 6px 15px 7px 30px;background: url(images/paw.gif) 5% -18% no-repeat;color: White;text-decoration: none;float: left;}
#navcontainer ul li a:hover{background-position: 5% -19px;color: #ccf;}
#navlist a.current{background-position: 5% -19px;color: #fff;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0 0 5px 0;
background: white url(images/menu_bg2.gif) repeat-x top left;
color: White;
float: left;
width: 100%;
height:34px;
font-family: arial, helvetica, sans-serif;
/*padding:0;
margin:0;*/
list-style-type:none;
}
.menu ul ul {
width:110px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:110px;
position:relative;
font: 12px sans-serif;letter-spacing:0.2em;text-transform:lowercase;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#fff; 
/*background:#758279; */
padding: 6px 10px 7px 30px;
background: url(images/paw.gif) 5% -18% no-repeat;
}

.menu a.current{background-position: 5% -19px;color: #fff;}

.menu ul ul li{width:140px;}




/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:110px;
w\idth:99px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
color:white;
background-color:#150064;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
color:white;
background-color:#150064;
}

.menu ul ul :hover > a.drop {
color:white;
background-color:#150064;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:27px;
left:0; 
width:110px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}


/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
color:white;
background-color:#150064;
height:auto; 
padding: 6px 15px 6px 30px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:110px;
w\idth:99px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background-position: 5% -19px;color: #ccf;}
.menu :hover > a, .menu ul ul :hover > a {
background-position: 5% -19px;color: #ccf;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}

