body {
	color: #FFFFFF;
	background-color : #000041;
	background-image : url(images/BG_nav001.gif);
	background-repeat : repeat-x;
	margin : 0;
	padding : 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a {
	color : Yellow;
	text-decoration : none;
}

a:hover {
	color : Yellow;
	text-decoration : underline;
}

td {
	font-size : 12px;
}
.ReorderRow1{
	/*background-image: url(images/ReorderBG1.jpg);
	background-repeat: repeat-y;*/
	border-bottom-color: #000090;
	border-bottom-style: solid;
	border-bottom-width: thin;
}	

.BGbig {
	background-image : url(images/BG_nav001_big.gif);
	background-repeat : no-repeat;
}

.SubMenuBox {
	background-image : url(images/BG_sub.gif);
	background-repeat : repeat-y;
	font-size : 10px;
	font-weight : bold;
	padding-bottom : 50px;
}

#navcontainer {
	padding-top : 5px;
}

#navcontainer ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#navcontainer ul {
	list-style-type : none;
	margin : 0;
	padding : 0;
}

#navcontainer li {
	margin: 0 0 .2em 1.2em;
	background-image : url(images/bullet_001.gif);
	background-repeat : no-repeat;
	padding-left : .2em;
	background-position : 0 .7em;
}

#navcontainer a {
	display : block;
	color : White;
	width: 120px;
	padding: .2em .8em;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #369;
	color: #FFF;
}

.headerTop {
	background-image : url(images/BG_header_nav001.gif);
	background-repeat : repeat-x;
}

.ContentArea {
	padding : 2px 30px 120px 30px;
}

#dropmenudiv{
position:absolute;
background-color: #5177BF;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #809CD0;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}
