/* CSS Document */


A.menulink {
display: block;
width: 187px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:11px;
color: #ffffff;
padding-left: .7em;
padding-top: .3em;
padding-bottom: .3em;
border-bottom: 1px dashed #5C7790;


}

A.menulink:hover {

background-color:#003366 ;
padding-left: .7em;
padding-top: .3em;
padding-bottom: .3em;
text-decoration: none;
color: #ffffff;
border-bottom: 1px dashed #CEB945;

}

A.menulink2 {
display: block;
width: 158px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:11px;
color: #ffffff;
padding-left: .7em;
padding-top: .3em;
padding-bottom: .3em;
border-bottom: 1px dashed #5C7790;
background-color: #000000;
}

A.menulink2:hover {


background-color:#003366 ;
padding-left: .7em;
padding-top: .3em;
padding-bottom: .3em;

text-decoration: none;
color: #ffffff;
border-bottom: 1px dashed #5C7790;
}

A.menulink3 {
display: block;
width: 325px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:11px;
color: #003366;
padding-left: .6em;
padding-top: .2em;
padding-bottom: .2em;
border-bottom: 1px solid #5C7790;
background-color: #003366;
}

A.menulink3:hover {


background-color:#000000 ;
padding-left: .6em;
padding-top: .2em;
padding-bottom:.2em;
text-decoration: none;
color: #ffffff;
border-bottom: 1px solid #5C7790;
}



a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #cccccc;
	text-decoration: none;
}
a:hover {
	color: #40658B;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}





