/* MAIN MENU CSS */

div#main_nav {
	float:left;
	width:1024px;
	height:35px;
	display:block;
	padding:0px;
	margin:0px;
	background: #cccccc url(../images/menu_back.gif);
	background-repeat:repeat-x;
	}
div#main_nav_left {
	float:left;
	width:6px;
	height:35px;
	display:block;
	padding:0px;
	margin:0px;
	background: #cccccc url(../images/main_nav_left.gif);
	background-repeat:no-repeat;
	}
div#main_nav_center {
	float:left;
	width:1012px;
	height:35px;
	display:block;
	padding:0px;
	margin:0px;
	background: #cccccc url(../images/menu_tile.gif);
	background-repeat:repeat-x;
	}
div#main_nav_right {
	float:right;
	width:6px;
	height:35px;
	display:block;
	padding:0px;
	margin:0px;
	background: #cccccc url(../images/main_nav_right.gif);
	background-repeat:no-repeat;
	}
#main_nav ul {
	display:block;
	height:35px;
	width:1012px;
	padding:0px 0px 0px 0px;
	margin:0px;
	float:left;
	list-style:none;
	}
#main_nav li {
	border-right:solid 1px #ffffff;
	float:left;
	color:#ffffff;
	}
#main_nav li:hover {
	background:url(../images/menu_over.gif);
	background-repeat:repeat-x;
	float:left;
	color:#ffffff;
	}
/* MAIN NAV WIDTHS */

/* MENU 01 */

#main_nav li.one, li.one a {
	text-align:center;
	width:117px;
	}
#main_nav li.one_selected, li.one_selected a {
	text-align:center;
	width:117px;
	background: #e4e4e4 url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}
/* MENU 02 */

#main_nav li.two, li.two a {
	text-align:center;
	width:153px;
	}
#main_nav li.two_selected, li.two_selected a {
	text-align:center;
	width:153px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}

/* MENU 03 */

#main_nav li.three, li.three a {
	text-align:center;
	width:165px;
	}
#main_nav li.three_selected, li.three_selected a {
	text-align:center;
	width:165px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}

/* MENU 04 */

#main_nav li.four, li.four a {
	text-align:center;
	width:79px;
	}
#main_nav li.four_selected, li.four_selected a {
	text-align:center;
	width:79px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}

/* MENU 05 */

#main_nav li.five, li.five a {
	text-align:center;
	width:69px;
	}
#main_nav li.five_selected, li.five_selected a {
	text-align:center;
	width:69px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}

/* MENU 06 */

#main_nav li.six, li.six a {
	text-align:center;
	width:143px;
	}
#main_nav li.six_selected, li.six_selected a {
	text-align:center;
	width:143px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}

/* MENU 07 */

#main_nav li.seven, li.seven a {
	text-align:center;
	width:62px;
	}
#main_nav li.seven_selected, li.seven_selected a {
	text-align:center;
	width:62px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}

/* MENU 08 */

#main_nav li.eight, li.eight a {
	text-align:center;
	width:90px;
	}
#main_nav li.eight_selected, li.eight_selected a {
	text-align:center;
	width:90px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	}
	
/* MENU 09 */

#main_nav li.nine, li.nine a {
	text-align:center;
	width:126px;
	float:right;
	border-right:none;
	}
#main_nav li.nine_selected, li.nine_selected a {
	text-align:center;
	width:126px;
	background: #ffffff url(../images/menu_over.gif);
	background-repeat:repeat-x;
	float:right;
	border-right:none;
	}

/* LINKS */

#main_nav li a {
	padding:10px 0px 0px 0px;
	margin:0px;
	display:block;
	height:25px;
	font-size:12px;
	float:left;
	text-decoration:none;
	color:#ffffff;
	}
#main_nav li a:link {
	padding:10px 0px 0px 0px;
	margin:0px;
	display:block;
	height:25px;
	font-size:12px;
	float:left;
	text-decoration:none;
	color:#ffffff;
	}
#main_nav li a:visited {
	padding:10px 0px 0px 0px;
	margin:0px;
	display:block;
	height:25px;
	font-size:12px;
	float:left;
	text-decoration:none;
	color:#ffffff;
	}
#main_nav li a:active {
	padding:10px 0px 0px 0px;
	margin:0px;
	display:block;
	height:25px;
	font-size:12px;
	float:left;
	text-decoration:none;
	color:#ffffff;
	}
#main_nav li a:hover {
	padding:10px 0px 0px 0px;
	margin:0px;
	display:block;
	height:25px;
	font-size:12px;
	float:left;
	text-decoration:none;
	color:#ffffff;
	}

/* FOOTER MENU CSS */
/*******************/

div#footer {
	width:1024px;
	height:20px;
	display:block;
	float:left;
	background:#ffffff;
	}
div#footer_left {
	width:6px;
	height:20px;
	display:block;
	float:left;
	background:#ffffff;
	}
div#footer_center {
	width:1012px;
	height:20px;
	display:block;
	float:left;
	background:#ffffff;
	}
div#footer_right {
	width:6px;
	height:20px;
	display:block;
	float:right;
	background:#ffffff;
	}

/* FOOTER MENU */

#footer_center ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	float:left;
	list-style:none;
	}
#footer_center ul li {
	float:left;
	}
#footer_center ul li a {
	color:#5e5e5e;
	background:none;
	border-right:solid 1px #1c8dd6;
	padding:0px 0px 0px 0px;
	margin:0px;
	font-size:11px;
	float:left;
	text-decoration:none;
	}

/* FOOTER SELECTED */

/* ONE */

#footer_center ul li.one_selected, #footer_center ul li.one_selected a  {
	text-align:center;
	width:117px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.one, #footer_center ul li.one a  {
	text-align:center;
	width:117px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.one a:hover  {color:#8c8c8c;}

/* TWO */

#footer_center ul li.two_selected, #footer_center ul li.two_selected a  {
	text-align:center;
	width:153px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.two, #footer_center ul li.two a  {
	text-align:center;
	width:153px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.two a:hover  {color:#8c8c8c;}

/* THREE */

#footer_center ul li.three_selected, #footer_center ul li.three_selected a  {
	text-align:center;
	width:165px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.three, #footer_center ul li.three a  {
	text-align:center;
	width:165px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.three a:hover  {color:#8c8c8c;}

/* FOUR */

#footer_center ul li.four_selected, #footer_center ul li.four_selected a  {
	text-align:center;
	width:79px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.four, #footer_center ul li.four a  {
	text-align:center;
	width:79px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.four a:hover  {color:#8c8c8c;}

/* FIVE */

#footer_center ul li.five_selected, #footer_center ul li.five_selected a  {
	text-align:center;
	width:69px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.five, #footer_center ul li.five a  {
	text-align:center;
	width:69px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.five a:hover  {color:#8c8c8c;}
	
/* SIX */

#footer_center ul li.six_selected, #footer_center ul li.six_selected a  {
	text-align:center;
	width:135px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.six, #footer_center ul li.six a  {
	text-align:center;
	width:135px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.six a:hover  {
	color:#8c8c8c;
	}

/* SEVEN */

#footer_center ul li.seven_selected, #footer_center ul li.seven_selected a  {
	text-align:center;
	width:62px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.seven, #footer_center ul li.seven a  {
	text-align:center;
	width:62px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.seven a:hover  {color:#8c8c8c;}

/* EIGHT */

#footer_center ul li.eight_selected, #footer_center ul li.eight_selected a  {
	text-align:center;
	width:87px;
	background: none;
	color:#2e93d4;
	}
#footer_center ul li.eight, #footer_center ul li.eight a  {
	text-align:center;
	width:87px;
	background: none;
	color:#5e5e5e;
	}
#footer_center ul li.eight a:hover  {color:#8c8c8c;}

/* NINE */

#footer_center ul li.nine_selected, #footer_center ul li.nine_selected a {
	text-align:center;
	width:120px;
	background: none;
	border-right:none;
	color:#2e93d4;
	}
#footer_center ul li.nine, #footer_center ul li.nine a {
	text-align:center;
	width:120px;
	background: none;
	border-right:none;
	color:#5e5e5e;
	}
#footer_center ul li.nine a:hover  {color:#8c8c8c;border-right:none;}
