*{
	padding:0;
	margin-top: 200;
	border-top-style: insert;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 body {font-size:62.5%; font-family:"trebuchet ms" verdana,arial,sans-serif;} /*Font-size: 1.0em = 10px when browser default size is 16px*/
.page-container {width:900px; margin:0px auto; margin-top:0px; border:none; font-size:1em;}

/**********************/
/*  2. DROP-DOWN MENU */
/**********************/

/*Basic Setup*/
.dropnav {
	float:right;
	width:900px;
	border:none;
	margin-top:0px;
	font-size:130%;
	background-image: url(../img/bg_head_bottom_nav2.jpg);
	background-repeat: no-repeat;
} /*Color navigation bar normal mode*/
.dropnav ul {list-style-type:none;}
.dropnav ul li {
	float:left;
	position:relative;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: rgb(175,175,175);
}
.dropnav ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 8px 0 8px; text-decoration:none; font-weight:bold; color: rgb(255,255,255);}
.dropnav ul li ul {display:none; border:none;}





