
/* * { padding: 0; margin: 0; } */

html {
overflow: -moz-scrollbars-vertical; 
overflow-y: scroll;
}

body,table {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 
  /* background-image: url('pageback.png'); 
 background-repeat:repeat-x; 
 background-color: #D7D7D7; */
  
 background-color: #FFFFFF;
}

table {
	
}

td {
	vertical-align: top;
}

h1 { 
	font-family: 'Tahoma', arial, serif; 
	color: #2B387E;
	font-size: 20px;
}

h3 {
	font-family: 'Tahoma', arial, serif; 
	color: #2B387E;
}

a {
	color: #D32B66;
}

.menu {
	font-family: 'Tahoma', arial, serif; 
	color: #2B387E;
	font-size: 11pt;
	font-weight: bold; 
	margin-left: -10px;
	margin-right: 0px;
	padding: 2px 0px 19px 0px; 
	text-align: left;
	margin-top: 0px;
}

.menu a {
	color: #2B387E;
	text-decoration: none;
}

.smallmenu a {
	color: #2B387E;
	text-decoration: none;
}

.smallmenu2 {
	color: #2B387E;
	text-decoration: none;
	font-size: 10px;
}

.menuactive {
	/* background : url(menuback.jpg) no-repeat; background-size: 100% 100%; */
	color: white;
}

#wrapper { 
 margin: 0 auto;
 margin-top: 10px;
 width: 982px;
 min-height: 674px;
 height: 674px;
 background: #FFFFFF;
 display: table;
 border: 1px solid #F0F0F0;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 
 width: 720px;
 display: inline;
}

#leftcolumn { 
 color: #333;
 background: #FFFFFF;
 
 width: 260px;
 float: left;
 border-right: 0px solid red;
}

#main {
	min-height: 400px;
	padding: 10px;
}

/* -------------------------------------------------------- */

#navigation {
    width: 236px;
    margin-top: 20px;
}

#navigation ul {
	    margin: 0px;
	    padding: 0px;
		text-align: left;	
}

ul.top-level { background: #2B387E; }
/* ul #active { background: #EBBD45; } */

ul #active { 
	background: white; 
	color: #666666;
}

ul #active a { 
	background: white; 
	color: #2B387E;
	font-weight: bold;
}

#navigation li { list-style: none; }

 ul.top-level li {

            border-bottom: #fff solid;
            border-top: #fff solid;
            border-width: 1px;

        }

			#navigation a {

				color: #fff;
				cursor: pointer;
				display:block;
				xheight:125px;
				line-height: 25px;
				text-indent: 10px;					
				text-decoration:none;
				width:100%;

			}

			#navigation a:hover{ 
				text-decoration:none;	
			}

	        #navigation li:hover {
	            /* background: #D32B66; */
	            position: relative;
				background: #999999;
	        }

        ul.sub-level { display: none; }

        li:hover .sub-level {

            background: #2B387E;
            border: #fff solid;
            border-width: 1px;
            display: block;
            position: absolute;
            left: 120px;
            top: 5px;
			text-decoration:none;
			z-index: 200;

        }

        ul.sub-level li {
			border: none;
			float:left;
			width:220px; 
			font-size:80%;
			
        }

		#navigation .sub-level { 
			background: #2B387E; 
		}

		#navigation .sub-level .sub-level { background: #09C; }

						

	/*IE RESET HELPER*/

	li:hover .sub-level .sub-level { display:none; }

	.sub-level li:hover .sub-level { display:block; }	




