.mfirst
{

float:left;
margin-top:3px;
margin-left:50px;
text-decoration:underline;
}

.msecond
{
float:left;
margin-left:-10px;
margin-top:-7px;
}

.mthird
{
float:left;
margin-left:3px;
margin-top:-2px;
text-decoration:underline;
}

* html .msecond
{
left: -10px;
top:-6px;
}

*+ html .msecond
{
	margin-left:-10px;
	margin-top:-6px;
}
*+ html .mthird
{
	margin-top:1px;
}
* html .mthird
{
left: 120px !important;
top:9px;
}




/* style the outer div to give it width */
.cybmenu {
position:relative;
width:2px;
height:10px;
z-index:1000 !important;
font-size:7pt;
text-decoration:underline !important;
}

/* remove all the bullets, borders and padding from the default list styling */
.cybmenu ul 
{
padding:0;
z-index:1000 !important;
margin:0;

list-style-type:none;
width:2px;
}

.cybmenu ul ul
{
width:200px;
z-index:1000 !important;
background-color: #FFFFFF;
}

.cybmenu ul ul ul
{
width:200px !important;
z-index:1000 !important;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.cybmenu li
{
float:left;
width:2px;
position:relative;
}

.cybmenu li li
{
float:left;
width:200px;
position:relative;
}

/* style the links for the top level */
.cybmenu a, .cybmenu a:visited
{
display:block;
text-decoration:underline; 
color: #; 
width:2px; 
height:40px; 
background: transparent; 
padding-left:10px; 
line-height:29px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .cybmenu a, * html .cybmenu
a:visited
{
width:40px !important;
w\idth:29px;
}
* html .cybmenu li li a, * html .cybmenu li li a:visited
{
width:200px;
w\idth:139px;
}

/* style the second level background */
.cybmenu ul ul a.drop, .cybmenu ul ul a.drop:visited
{
background: #;
}

/* style the second level hover */
.cybmenu ul ul a.drop:hover
{
background: #fffffd;
}

.cybmenu ul ul :hover > a.drop
{
background: #;
}

/* style the third level background */
.cybmenu ul ul ul a, .cybmenu ul ul ul a:visited
{
background: #;
}

/* style the third level hover */
.cybmenu ul ul ul a:hover
{
background: #fffffd;
}
.cybmenu ul ul ul :hover > a
{
background: #;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.cybmenu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.cybmenu ul ul
{
visibility:hidden;
position:absolute;
bottom:30px;
left:0; 
width:150px;
}

* html .cybmenu ul ul
{
bottom:30px;
}

/* position the third level flyout menu */
.cybmenu ul ul ul
{
left:150px; 
bottom:0;
width:150px;
}

/* position the third level flyout menu for a left flyout */
.cybmenu ul ul ul.left
{
left:-150px;
}

/* style the second level links */
.cybmenu ul ul a, .cybmenu ul ul a:visited
{
text-decoration: none; 
background: #; 
color: #; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px;
text-align:left !important;
/* yet another hack for IE5.5 */
}

* html .cybmenu ul ul a
{
font-size: 11px;
width:150px;
w\idth:129px;
}

/* style the top level hover */
.cybmenu a:hover, .cybmenu ul ul a:hover
{

background: transparent;
}
* html .cybmenu a:hover, *html .cybmenu ul ul a:hover
{
background: #fffffe;
}
.cybmenu :hover > a, .cybmenu ul ul :hover > a
{
color: #;

background: #;
}

/* make the second level visible when hover on first level list OR link */
.cybmenu ul :hover ul
{
visibility:visible;
height:auto;
}

/* keep the third level hidden when you hover on first level list OR link */
.cybmenu ul :hover ul ul
{
display:none;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.cybmenu ul :hover ul :hover ul ul
{
display:none;
}

/* make the third level visible when you hover over second level list OR link */
.cybmenu ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}

/* make the fourth level visible when you hover over third level list OR link */
.cybmenu ul :hover ul :hover ul :hover ul
{ 
display:block;
bottom:0;
}
