table.topmenu {
	width: 800px;
	height: 45px;
	font-family: Calibri;
	font-size: 14px;
	border: 1px solid black;
	padding: 0px;
}
td.topmenu_main {
	width: 100%;
	height: 25px;
	background: url(../img/topMenu/gradTopMenu.jpg) repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

td.topmenu:hover {
	color: #ffffff;
	background: rgb(64, 65, 119);
}
td.topmenu {
  cursor: pointer;
  width: 130px;
  height: 20px;
  text-align: center;
  border-left: 1px solid white;
  /*background: #004080; */
  background: url(../img/topMenu/gradTopMenu.jpg) repeat-x;
}

div.topmenu {
	position:relative;
	float: left;
	width: 800px;
	border: 0px;
	padding: 0px;
}
div {
	position:absolute;
	width: 230px;
}

div.hidden {
  display:none;
}

div.visible {
  display:'static';
}

div#sub2 {
	left: 316px;
	top: 44px;
	background: #004080;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	width: 250px;
}

div#sub3 {
	left: 558px;
	top: 44px;
	width: 180px;
	background: #004080;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}

div#sub3_1 {
	left: 430px;
	top: 50px;
	width: 180px;
	background: #004080;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
}


li.topmenu {
	list-style-type: square;
	padding-left: 15px;
	color: white; 
	line-height: 30px;
	background: url(../img/topMenu/gradTopMenu.jpg) repeat-x;
	border: 1px solid black;	
	
}

li.topmenu a{
	font-size: 12px;
	color: #000000;
	color: #ffffff !important;
}

li.topmenu:hover {
	text-decoration:underline;
	cursor: pointer;
	color: yellow;
}

td.topmenu, TD.topmenu a, .topmenu a {
	color: yellow;
	text-decoration: none;
	font-size: 17px;
	font-weight: normal;
}

TD.topmenu:hover a, .topmenu a:hover {
	color: #ffffff !important;
	color: #000000;
	text-decoration: none;
}

td.header{
    background: white url(../img/topMenu/gradLeft.jpg) repeat-y;
}

span.header {
    margin-bottom: 0px; 
    margin-left: 20px; 
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    #color: #596a89; 
    color: black; 
    font-family: Verdana;
}
span.subheader {
    margin-bottom: 0px; 
    margin-left: 30px; 
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    #color: #596a89; 
    color: black; 
    font-family: Verdana;
}

table.topmenu marquee{
	color: white;
	font-size: 13px;
}

table.topmenu marquee a{
	color: white;
	font-size: 12px;
}

table.topmenu marquee span{
	color: white;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}

table.topmenu marquee a:hover{
	color: yellow;
	text-decoration: underline;
}

