/* CSS Document */

.menu{margin:0; padding:0; width:160px; list-style:none;}
.menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
.menu li a{
	text-align:left;
	height:40px;
	padding:0px 25px;
	color:rgb(255,255,255);
	display:block;
	text-decoration:none;
	background-image: url(images/verMenuImages.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.menu li a:hover{
	color:rgb(255,255,255);
	background-image: url(images/verMenuImages.png);
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.menu li a.active, .menu li a.active:hover{
	color:rgb(255,255,255);
	background-image: url(images/verMenuImages.png);
	background-repeat: no-repeat;
	background-position: 0px -80px;
}
.menu li a span{line-height:40px;}

.MainText {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.SmallText {
	font-family: Tahoma;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
a:link {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #173D82;
	text-decoration: none;
}
.Break {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 10px;
	background-attachment: scroll;
	background-image: url(images/dashes.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.HeaderText {

	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
a:visited {

	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #173D82;
	text-decoration: none;
}
a:hover {


	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #173D82;
	text-decoration: none;
}
a:active {



	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #173D82;
	text-decoration: none;
}
.formelements {
	font-family: Tahoma;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	border: 1px solid #9DBAEE;
	background-color: #D7DFE9;
}
.LargeText {
	font-family: Tahoma;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
