/* CSS Document */

* {padding:0; margin:0;}

.dropdown{
float:left;
position:relative;
margin:0 0 10px 0;
}

.dropdown dt.MenuOne{
width:224px;
height:50px;
font-weight:bold;
cursor:pointer;
}

.dropdown dt.MenuTwo{
width:136px;
height:50px;
font-weight:bold;
cursor:pointer;
}

.dropdown dt.MenuThree{
width:111px;
height:50px;
font-weight:bold;
cursor:pointer;
}

.dropdown dt.MenuFour{
width:117px;
height:50px;
font-weight:bold;
cursor:pointer;
}

.dropdown dt.MenuFive{
width:82px;
height:50px;
font-weight:bold;
cursor:pointer;
}

.dropdown dt:hover{
}

.dropdown dd{
position:absolute;
overflow:hidden;
width:150px;
display:none;
z-index:200;
opacity:0;
}

.dropdown ul{
width:140px;
list-style:none;
/*border-top:1px solid #C8C8C8;*/
}

.dropdown li{
display:inline;
/*border-top:none;
border-right:1px solid #C8C8C8;
border-bottom:none;
border-left:1px solid #C8C8C8;
*/
}

.dropdown dd ul li a, .dropdown dd ul li a:active, .dropdown dd ul li a:visited{
display:block;
padding:6px;
font-size:10px;
color:#000000;
text-decoration:none;
background:#EAEAEA;
width:128px;
border-top:none;
border-right:1px solid #B7B6B6;
border-left:1px solid #B7B6B6;
border-bottom:1px solid #B7B6B6;
}

.dropdown dd ul li a:hover{
background:#fcfccb;
color:#000;
text-decoration:underline;
}

ul.dropdownTwo{
float:left;
}

img.ListMarkPad{
margin:0 0 0 0;
}

li.BottomNoBorder{
border:0;
}

