.mystyle{
width: 99%;
font-weight: normal;
	position:relative;
	top: 27px;
}

.mystyle:after{
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mystyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left;
}

.mystyle ul li{
display: inline;
}

.mystyle ul li a{
color: #494949;
padding: 4px 0px;
margin: 0;
	color: #0a6eb4;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.mystyle ul li a:hover{
	color: #faa61a;
	text-decoration: underline;
}

.mystyle ul li a[rel]:after{
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #faa61a;
border-bottom-width: 0;
font-size:12px;
font-height:bold;
line-height:18px;
color:#0a6eb4;
z-index:100;
background-color: #ffffff;
width: 170px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #faa61a;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #0a6eb4;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #fffdd3;
}