/* 
.DBlink {  font-family: Tahoma; font-size: 10px}
.webcontent {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; color: #000099}
.Maintext {  font-family: "Trebuchet MS", Arial; font-size: 11px; font-weight: normal; color: #666666; font-style: normal; line-height: normal; font-variant: normal; background-color: #FFFFFF; background-image: none; background-repeat: no-repeat}
.Hdr {  font-family: "Century Gothic"; font-size: 14px; font-weight: bold; color: #0033CC}
.Label {  font-family: Verdana; font-size: 11px; font-weight: bold; color: #0033CC}
.Button {  font-family: "Trebuchet MS", Arial; font-size: 11px; color: #000000; font-style: normal; line-height: normal; font-weight: normal; font-variant: normal; background-color: #FFFFFF}
.TableText {  font-family: Verdana; font-size: 10px; color: #333333}
.TableHdr {  font-family: Verdana; font-size: 10px; font-weight: bold; color: #FFFFFF}
.Textbox {  font-family: Verdana, ; font-size: 11px; color: #000000}
 .LinkMenu {  font-family: Verdana; font-size: 11px; font-weight: bold; color: #FF9900} */
H1 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: Navy;
}


/* NEW MENU */

#navcontainer
{
	margin-left: 30px;
	width: 12em;
	border-right: 1px solid #000;
	padding: 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	font-size: 13px;
}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 5px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

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

#navcontainer li a:hover
{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
	font-size: medium;
}

#navcontainer li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
}

#navcontainer li li a
{
display: block;
padding: 5px 5px 5px 20px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #5ba3e0;
color: #fff;
text-decoration: none;
width: 100%;
}

/* NEW MENU */


/* TOP MENU START */


	#menu{
		width:100%;
	}
		#menu ul{
			list-style:none;
		}
			#menu li{
				list-style:none;
				display:block;
				float:left;
			}
				#menu li a{
					display:block;
					float:left;
					height:66px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(Images/menu_007_left.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a span{
					display:block;
					float:left;
					background:url(Images/menu_007_right.jpg) no-repeat right;
					height:66px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}
					#menu li a:hover{
						display:block;
						float:left;					
						background:url(Images/menu_007_left_h.jpg) no-repeat left;
						height:66px;
					}
					#menu li a:hover span{
						display:block;
						float:left;					
						background:url(Images/menu_007_right_h.jpg) no-repeat right;
						color:#fff;
						height:66px;
					}
				#menu li a.current{
					display:block;
					float:left;
					height:66px;
					color:#fff;
					text-transform:uppercase;
					font-size:11px;
					font-weight:bold;
					background:url(Images/menu_007_left_h.jpg) no-repeat left;
					line-height:43px;
					padding:0 0 0 7px;
					text-decoration:none;
				}
				#menu li a.current span{					
					display:block;
					float:left;
					background:url(Images/menu_007_right_h.jpg) no-repeat right;
					height:66px;
					color:#fff;
					line-height:43px;
					padding:0 14px 0 6px;
				}

/* TOP MENU END*/

/* HOME PAGE MENU */
#vertmenu {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 100%;
	width: 300px;
	padding: 0px;
	margin: 0px;
}

#vertmenu h1 {
	display: block;
	background-color: #F0F8FF;
	font-size: 90%;
	padding: 3px 0 5px 3px;
	border: 1px solid #000000;
	color: #333333;
	margin: 0px;
	width: 299px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:300px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

*/