/* CSS Document */
*{
	margin:0;
	padding:0;
}
#menu{
	width:735px;
	margin:2px;
	float:left;
}
#menu ul{
	list-style:none;
	float:right;
}
#menu li.divider {
	display:inline;
	width:2px;
	height:60px;
	float:left;
	background:url(../images/menu_divider.jpg) no-repeat top;
	}
#menu li{
	display:block;
	float:left;
}
#menu li a{
	background: url(images/menu_bg.gif) repeat-x;
	border:0px solid #bdc5cd;
	margin:0 1px;
	padding:10px;
	display:block;
	float:left;
	color:#2b61a1;
	text-transform:uppercase;
	text-decoration:none;
	text-align: Center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	height: 50px;
}
#menu li a span{
	color:#636363;
	font-size:11px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
#menu li a:hover{
	background: url(images/menu_hover.gif) repeat-x;
	border:0px solid #4a88ce;
	text-decoration:none;
	color: #b1d311;
}
#menu li a:hover span{
	color:#636363;
}

.current{
	background: url(images/menu_hover.gif) repeat-x;
	border:1px solid #4a88ce;
	margin:0 1px;
	padding:10px 10px 10px 10px;
	display:block;
	float:left;
	color:#2b61a1;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	cursor:pointer;
	font-weight:bold;
	height: 50px;
}
.current span{
	color:#636363;
	font-size:10px;
	text-transform:lowercase;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

/*navlist menu*/
#navlist{
	padding-left: 0;
	margin-left: 0;
	border-top: 0px dotted #ccc;
	width: 255px;
}

#navlist li{
	list-style: none;
	margin: 0;
	padding:7px;
	border-bottom: 1px dotted #ccc;
}

#navcontainer ul{
	list-style-type: none;
	text-align: left;
	}

#navcontainer ul li a{
	background: transparent url(../images/list-bullet-01.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font: normal 13px "Geneva", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #2b61a1;
	}

#navcontainer ul li a:hover{
	background: transparent url(../images/list-bullet-01.gif) left center no-repeat;
	color: black;
	}

#navcontainer ul li a#current{
	background: transparent url(../images/list-bullet-01-link.gif) left center no-repeat;
	color: #666;
	}


/* container footer */

#navcontainer_left ul{list-style-type: none; text-align: left;}
#navcontainer_middle ul{list-style-type: none; text-align: left;}
#navcontainer_right ul{list-style-type: none; text-align: left;}

#navcontainer_left ul li a{background: transparent url(../images/list-bullet-01.gif) left center no-repeat; padding-left: 15px ; text-align: left; font: normal 12px "verdana", arial, lucida, sans-serif; text-decoration: none; color: #666;}
#navcontainer_middle ul li a{background: transparent url(../images/list-bullet-01.gif) left center no-repeat; padding-left:15px; text-align: left; font: normal 12px "verdana", arial, lucida, sans-serif; text-decoration: none; color: #666;}
#navcontainer_right ul li a{background: transparent url(../images/list-bullet-01.gif) left center no-repeat; padding-left: 15px; text-align: left; font: normal 12px "verdana", arial, lucida, sans-serif; text-decoration: none; color: #666;}

#navcontainer_left ul li a:hover{background: transparent url(../images/list-bullet-01-link.gif) left center no-repeat; color: black;}
#navcontainer_middle ul li a:hover{background: transparent url(../images/list-bullet-01-link.gif) left center no-repeat; color: black;}
#navcontainer_right ul li a:hover{background: transparent url(../images/list-bullet-01-link.gif) left center no-repeat; color: black;}

#navcontainer_left ul li a#current{background: transparent url(../images/list-bullet-01.gif) left center no-repeat; color: #666;}
#navcontainer_middle ul li a#current{background: transparent url(../images/list-bullet-01.gif) left center no-repeat; color: #666;}
#navcontainer_right ul li a#current{background: transparent url(../images/list-bullet-01.gif) left center no-repeat; color: #666;}

#navlist_left li{list-style: none; margin: 0;padding: 0.45em}
#navlist_middle li{list-style: none; margin: 0;padding: 0.45em}
#navlist_right li{list-style: none; margin: 0;padding: 0.45em}