﻿/* ######### Style for Menu top ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:16px;
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;

}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
font-size:7pt;
text-decoration: none;
color: black;
text-align:left
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

.ctop {background-image: url(images/cutTask.jpg); width:12px;}
.ctop1 {background-image: url(images/bgTask.jpg); text-align:center; width:100%; line-height:19px; margin:0px; padding:0px;*width:975px;}
.ctop1 div {z-index:1000}
.ctop1 a:link {font-size:8pt; color:Black; font-weight:bold}
.ctop1 a:visited {font-size:8pt; color:Black; font-weight:bold}
.ctop1 a:active {font-size:8pt; color:Black; font-weight:bold}
.ctop1 a:hover {text-decoration:none; color:Red}
.kq{margin-left:0px;*padding-right:5px;*width:970px;}

/*The End menu top*/