
/* 
WEBSITE dropdown menu CSS
*/

#dropmenudiv {
   position: absolute;
   background-color: red;
}

.left-shadow {
   position: absolute;
   top: 0px;
   left: 0px;
   width: 5px;
   background-color: transparent;
   background: url(../images/shadow-left.png);
}

.right-shadow {
   position: absolute;
   top: 0px;
   left: 0px;
   background-color: transparent;
   background: url(../images/shadow-right.png);
   width: 5px;
}

.bottom-shadow {
   position: absolute;
   left: 4px;
   background-color: transparent;
   background: url(../images/shadow-bottom.png);
   min-height: 5px;
}

.pulldown {
   position: absolute;
   top: 0px;
   left: 5px;
   background-color: transparent;
   background: url(../images/menu-background.png);
   background-position:bottom;
  
}

.pulldown img {
   cursor: pointer;
   margin-bottom: 15px;
}

#dropmenudiv a{
    margin: 0 11px 0 11px;
	height: 19px;
	display: block;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 7px;
	line-height:14px;
	color: #808080;
	border-bottom: #CCCCCC 1px solid;
}

#dropmenudiv a.last {
   border: none;
   padding-bottom: 10px;
}
	
#dropmenudiv a:hover{
	background-color: transparent;
	height: 19px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	padding-top: 5px;
	padding-left: 7px;
	line-height:14px;
	color: #3D7BA5;
	}
