﻿.menu ul {
height:45px;
list-style-type:none;
margin:0;
padding:0;

}

.menu ul li {
    float:left;
     border-right:1px solid white;
     border-bottom:1px solid white;
     
}
.menu ul li a {
font-family: Trebuchet MS, Arial, Sans-Serif;
background-color:#2299cc;
color:#fff;
text-align:center;
display:block;
float:left;
font-weight:bold;
height:45px;
width:120px;
line-height:45px;
text-decoration:none;

}

.menu ul li:hover {
position:relative;
z-index:200;
}

.menu ul li:hover a {
background-color:#ee0022;
color:#ffffff;
}
.menu ul :hover ul {
left:0px;
top:45px;

}

.menu ul ul, .menu ul :hover ul ul {
height:0;
left:-9999px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;

position:absolute;
top:-9999px;

 
}


.menu ul :hover ul li a {
background-color:#2299cc;
color:#ffffff;
text-align:center;

}

.menu ul :hover ul li  {
/*border-left:1px solid white;*/
border-right:0px solid white;
}

.menu ul :hover ul :hover {
background-color:#ee0022;
color:White;
/*border-left: 0px  solid white;
border-right:0px solid white;*/

}


.menu_rand {
border-bottom: thin white solid;
font-size:1.2em;
width: 970px;
}
