.menustyle{
font-weight: normal;
padding:0px;
}

.menustyle ul{
padding: 0px 0;
margin: 0;
text-align: right; 
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
background:#666666;
color: #ffffff;
padding: 0px 0px;
margin: 0;
text-decoration: none;
}

.menustyle ul li a:hover{
/*background: url(menubg2-over.gif) center center repeat-x; */
}

.topcorner {
	width:138px;
	background:url(../images/top-corner.gif) no-repeat;
	height:6px;
	padding:0px;
	margin:0px;	}
.bottomcorner {
	width:138px;
	background:url(../images/bottom-corner.gif) no-repeat bottom left;
	height:6px;
	}

.topcorner2 {
	width:165px;
	background:url(../images/top-corner2.gif) no-repeat;
	height:6px;
	padding:0px;
	margin:0px;	}
.bottomcorner2 {
	width:165px;
	background:url(../images/bottom-corner2.gif) no-repeat bottom left;
	height:6px;
	}

.dropmenudiv{
position:absolute;
top: 0;
/*border: 0px 1px solid #FF6600; */

font:normal 12px Verdana, Arial, Helvetica, sans-serif;
line-height:22px;
z-index:999;
background-color: white;
width: 138px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ffffff,direction=135,strength=5); 
text-align:left;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 0px 0px;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ 
background-color: #FF6600;
color:#FFFFFF;
}
.whiteMenuLink {
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	display:block;
	background:#0099CC;
	padding-top:10px;
	height:19px;
	text-align:center;
		}
.whiteMenuLink:hover {
	color:#FF6600;
	background:#FFFFFF;
	}