/* ================================================================
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.
=================================================================== */

.topmenu {
position:relative;
right: -150px;
z-index:100;
}

.topmenu ul {
padding:0;
margin:0;
list-style-type:none;	
}

.topmenu ul ul {
width:100px;
}

.topmenu li {
float:left;
width:100px;
position:relative;
}

.topmenu a, .topmenu a:visited, .topmenu div {
display:block;
font-size:11px;
text-decoration:none;
text-align:center;
color:#fff;
width:99px;
height:18px;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#0057A3;
line-height:17px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.topmenu ul li a.current{
	background: #001121 ;
}
.menu ul ul {
width:100px;
}

.menu {
position:relative;
z-index: 10;
}

/* 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:100px;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited, .menu div {
display:block;
font-size:11px;
text-decoration:none;
text-align:center;
color:#0057A3;
width:99px;
height:18px;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#FDE1C5;
line-height:17px;
}

.topmenu a, .topmenu a:visited, .topmenu div {
display:block;
font-size:11px;
text-decoration:none;
text-align:center;
color:#fff;
width:99px;
height:18px;
border:1px solid #fff;
border-width:1px 1px 0 0;
background:#0057A3;
line-height:17px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
width:139px;
}

* html .topmenu a, * html .topmenu a:visited {
width:150px;
width:139px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#FDE1C5 url(../images/drop.gif) bottom right no-repeat;

}
/* style the second level background */
.topmenu ul ul a.drop, .topmenu ul ul a.drop:visited {
background:#0057A3 url(../images/drop2.gif) bottom right no-repeat; /*************************/

}


/* style the second level hover */
.menu ul ul a.drop:hover{
background:#0057A3 url(../images/drop.gif) bottom right no-repeat;
}



.menu ul ul :hover > a.drop {
background:#FFF9F3 url(../images/drop.gif) bottom right no-repeat;
}
.topmenu ul ul :hover > a.drop {
background:#001121 bottom right no-repeat;
}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#FDE1C5;
}

/* style the third level background */
.topmenu ul ul ul a.drop, .topmenu ul ul ul a.drop:visited {
background:#0057A3 bottom right no-repeat; /*************************/

}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#FFF9F3;
}

/* style the third level hover */
.topmenu ul ul ul a:hover {
background:#FFF9F3;
}

.topmenu ul ul ul a:hover {
background:#001121;
}

/* 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:19px;
left:0;
width:150px;
}
.topmenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:19px;
left:0;
width:150px;
}


/* another hack for IE5.5 */
* html .menu ul ul {
top:18px;
t\op:19px;
}

/* another hack for IE5.5 */
* html .topmenu ul ul {
top:18px;
t\op:19px;
}


/* position the third level flyout menu */
.menu ul ul ul{
left:150px;
top:0;
width:150px;
}
.topmenu ul ul ul{
left:150px;
top:0;
width:150px;
}



/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}
.topmenu ul ul ul.left {
left:-150px;
}


/* 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;}


.topmenu table {position:absolute; top:0; left:0;}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul div {
background:#FDE1C5;

/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;




color:#0057A3;
height:auto;
line-height:1em;
padding:5px 10px;
width:129px
/* yet another hack for IE5.5 */
}

.topmenu ul ul a, .topmenu ul ul a:visited, .topmenu ul ul div {
background:#0057A3;
/* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
color:#fff; 
height:auto;
line-height:1em;
padding:5px 10px;
width:129px
/* yet another hack for IE5.5 */
}


* html .menu ul ul a{
width:150px;
width:129px;
}

* html .topmenu ul ul a{
width:150px;
width:129px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background:#FFF9F3;
}
.topmenu a:hover, .topmenu ul ul a:hover{
background:#001121;
}


.menu :hover > a, .menu ul ul :hover > a {
background:#FFF9F3;
}
.topmenu :hover > a, .topmenu ul ul :hover > a {
background:#001121;
}


/* 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;
}
.topmenu ul li:hover ul,
.topmenu ul a:hover ul{
visibility:visible;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
.topmenu ul :hover ul ul{
visibility:hidden;
}


/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
visibility:visible;
}
.topmenu ul :hover ul :hover ul{
visibility:visible;
}




/* search in the menu */
/*
.searchbox {
background:#FFF9F3;
color:#0057A3;
border: 1px solid #0057A3;
height:15px;
width:70px
}
.searchbutton {
background:#FFF9F3;
color:#0057A3;
border: 1px solid #0057A3;
height:19px;
width:50px
}
*/

