/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*************** Menu Main ***************/

#main_menu {
	width: 800px;
	height: 43px;
	margin: 0 auto;
	background: #516277 url(../images/img02.png) no-repeat;
}

#main_menu ul {
	margin: 0;
	padding: 12px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#main_menu li {
	float: left;
	padding: 0 20px 0 22px;
	background: url(../images/img03.gif) no-repeat left center;
}

#main_menu a {
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

#main_menu a:hover {
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

#main_menu #current a{ /*currently selected tab*/
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}


/*************** Menu Sub ***************/

#sub_menu {
	padding-left: 30px;
	text-align: left;
	width: 800px;
	height: 30px;
}


#sub_menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

#sub_menu li{
	display: inline;
	background: url(../images/img03.gif) no-repeat left center;
}

#sub_menu a{
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


#sub_menu a:hover{
	text-decoration: underline;
	color: #000000;
}

#sub_menu #current a{ /*currently selected tab*/
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}


