﻿#menu {z-index: 600; font-size: 1.2em; display: block; height: 25px;}

#menu ul {list-style: none; float: left;}

#menu ul li {float: left;}

#menu li {position: relative;}

#menu a {
display: block;
width: auto;
height: 15px;
padding: 5px 16px 5px 17px;
color: #FFFFFF;
text-decoration: none;
background-color: #999; 
text-align: center;
border-right: 1px solid #FFF;
border-bottom: 1px solid #FFF;
}

#menu a.main_current, #menu a.current, #menu a:hover {color: #D61308;}

#menu ul ul {position: absolute;/* z-index: 500;*/}

#menu ul ul ul {position: absolute; top: 0; left: 100%;}

#menu_link2 {cursor: default;}

#menu ul ul, #menu li:hover ul ul, {display: none;}

#menu li:hover ul, #menu ul ul li:hover ul {display: block;}

#menu ul ul a, #menu ul ul ul a {width: 100px; border: 1px solid #FFF; height: auto; text-align: left;}
