.hr {
	margin: 0;
	padding: 0;
	border: 1px dashed #A5AEC5;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background: url(../menubgover.gif) center center repeat-x;
color:#FFFFFF;
width:187px;
padding:5px;
text-align:center;
font-weight:bold;
border:0px solid #000000;
}

.submenu{
margin-bottom: 0.5em;
padding:5px;
font-weight:bold;
text-align:center;
background: #FFFFFF;
margin-bottom: 5px;
}

a img { border: #6a8ebc solid 1px; }

a:link { color: #000000; text-decoration: none;  }
a:visited { color: #000000; text-decoration: none; }
a:active { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; font-weight: bold; }

a.two:link { color: #ffffff; text-decoration: none; }
a.two:visited { color: #ffffff; text-decoration: none; }
a.two:active { color: #ffffff; text-decoration: none; }
a.two:hover { color: #ffffff; text-decoration: none; }

body {
	font-family: Tahoma;
	font-size: 11px;
	margin: 0px;
	background-color: #074290;
}

table td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


input, select, option, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #6a8ebc;
	border: #000000 solid 1px;
	color: #000000;
}

/* Opacity */

.gradualshine{
filter:alpha(opacity=60);
-moz-opacity:0.6;
}

#button {
	width: 196px;
	border-top: 0px solid #666666;
	border-bottom: 0px solid #666666;
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;
	padding: 0 0 0em 0;
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-color: #416daa;
	color: #333;
}
	
#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	border-bottom: 3px solid #cccccc;
	margin: 0;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 0px solid #6a8ebc;
	border-right: 0px solid #2b5da0;
	background: url(../menubgover.gif) center center repeat-x;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 0px solid #2b5da0;
	border-right: 0px solid #6a8ebc;
	background: url(../menubg.gif) center center repeat-x;
	color: #fff;
}

#button ul{
     padding-bottom: 0px;
	 padding-top: 0px;
}

.more {
	display: none;
	border-top: 0px dashed #666;
	border-bottom: 0px dashed #666; }
a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
	background: transparent url('./down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('./up.gif') no-repeat left; }
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #36f; }