.menu {

width:1000px; 

font-size:0.85em;

padding-bottom:200px;

}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {

padding:0;

margin:0;

list-style-type:none;

padding-top:11px;

}

.menu ul ul {

width:136px;

}

/* 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:136px;

height:29px;

background-image:url(../images/link_unmarked.png);

background-repeat:no-repeat;

text-align:center;

position:relative;

margin-left:15px;

}

.left-t {



}

.menu li ul li {

width:136px;

height:30px;

background-image:url(../images/sub_unmarked.png);

background-repeat:no-repeat;

text-align:center;

left:0;

margin-left:0px;

}



/* style the links for the top level */

.menu a, .menu a:visited {

color:#2f2f2f;

font:1em Arial;

text-decoration:none;

display:block;

padding-top:7px;

}

.menu span{

color:#2f2f2f;

font:1em Arial;

text-decoration:none;

padding-top:7px;

display:block;

}

/* a hack so that IE5.5 faulty box model is corrected */

* html .menu a, * html .menu a:visited {

width:136px;

w\idth:139px;

}



/* style the second level background */

.menu ul ul a.drop, .menu ul ul a.drop:visited {



}

/* style the second level hover */

.menu ul ul a.drop:hover{



}

.menu ul ul :hover > a.drop {



}





/* 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:29px;

left:0; 

width:136px;

}

/* another hack for IE5.5 */

* html .menu ul ul {

top:29px;

t\op:30px;

}





/* 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:#000; 

height:auto; 

line-height:1em; 

padding:5px 0px; 

width:136px

/* yet another hack for IE5.5 */

}

* html .menu ul ul a{

width:136px;

w\idth:129px;

}





/* style the top level hover */

.menu a:hover {

background-image:url(../images/link_marked.png);

background-repeat:no-repeat;

height:28px;

width:136px;

}

.menu span:hover {

background-image:url(../images/link_marked.png);

background-repeat:no-repeat;

height:28px;

width:136px;

}

.menu ul ul a:hover {

background-image:url(../images/sub_marked.png);

background-repeat:no-repeat;

height:28px;

width:136px;

}



.menu :hover > a {

background-image:url(../images/link_marked.png);

background-repeat:no-repeat;

height:28px;

width:136px;

}

.menu :hover > span {

background-image:url(../images/link_marked.png);

background-repeat:no-repeat;

height:28px;

width:136px;

}

 .menu ul ul :hover > a {

background-image:url(../images/sub_marked.png);

background-repeat:no-repeat;

height:28px;

width:136px;

}



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

}



.menu-active {

background-image:url(../images/link_marked.png);

}



