/* Kris: Controls main navigation dropDown */



.NaviMenuDropDown {
position: absolute;
visibility: hidden;
color: #666666;
width: 190px;
}
.BGDropDown {
background-color: #EEEEEE;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
text-indent: 5px;
}
.NaviMenuDropDown a {
width: 100%;
display: block;
font: normal 11px arial;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
.NaviMenuDropDown a:hover {
text-decoration: underline;
background-color: #FFFFFF;
}


/* Kris: Controls dropDown round corners */
.gsbottom {
display: block; 
background: transparent;
}
.gs1, .gs2, .gs3, .gs4 {
display: block; 
overflow: hidden;
}
.gs1, .gs2, .gs3 {
height: 1px;
}
.gs2, .gs3, .gs4 {
background: #EEEEEE; 
border-left: 1px solid #999999; 
border-right: 1px solid #999999;
}
.gs1 {
margin: 0px 5px; 
background: #999999;
}
.gs2 {
margin: 0px 3px; 
border-width: 0px 2px;
}
.gs3 {
margin: 0px 2px;
}
.gs4 {
height: 2px; 
margin: 0px 1px;
}