﻿.menu 
{
float: left;
width:650px;
margin-bottom: 45px !important; margin-bottom: 20px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
list-style-image: none;
float: left;
position: relative;
z-index: 50;
display: inline;
}

.menu ul ul {
width:184px;
margin: 0;
border-top: solid 1px #3b4450;
}

.menu li {
float:left;
position:relative;
width: 190px;
height: auto !important;
margin-left: 20px;
display: inline;
}

.menu ul ul li
{
    height: 20px;
    margin: 0;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
height: 220px;  
padding: 15px;
width: 160px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
width:160px;
w\idth:160px;
}

/* 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:220px;
left:-189px; 
width:190px;
background: #99cc66;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:250px;
t\op:220px;
}

/* style the table so that it takes no part 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:#fff; 
height:30px;
line-height: 30px;
width:165px;
text-decoration: none;
padding: 0;
padding-left: 25px;
background: #99cc66 url(../_img/arrow-right.gif) center left no-repeat;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:165px; 
w\idth:165px;
}

/* style the top level hover */
.menu a:hover{
	background:#99cc66 url(../_img/feature-hover.gif) repeat left top;
}
.menu :hover > a, .menu ul ul :hover > a {
background:#99cc66 url(../_img/feature-hover.gif) top left repeat-x;
}
.menu ul ul :hover > a
{
    background: #99cc66 url(../_img/arrow-right.gif) center left no-repeat;
}

.menu ul ul a:hover, * html .menu ul ul a:hover
{
    background: #99cc66 url(../_img/arrow-right.gif) center left no-repeat;
    text-decoration: underline;
}

/* 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; 
}

/* 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; border-collapse:collapse;}


.menu ul a
{
    color: #fff;
    text-decoration: none;
}

.menu ul a span
{
    font-size: 140%;
    display: block;
    margin: 5px 0;
}
