/* Start of CMSMS style sheet 'Menu' */
/* Main Navigation */
#menu {
	text-align: center;	
}

#menu ul {
	margin-left: 0;
	margin-top: -5px;
	padding-left: 0;
	list-style: none;
}

#menu li {
	padding: 5px 0px 7px 0px;
	background: url(uploads/images/layout/menu_line.png) no-repeat bottom center;
        margin: 0px;
}

#menu a:link, #menu a:visited {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}	

#menu a:hover, #menu a:active {
	color: #fdaa09;
}

#menu .current_page {
        color: #fdaa09;
}

/* Sub Navigation */
#sub_menu {
	text-align: center;	
}

#sub_menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-top: 16px;
}

#sub_menu li {
	padding-right: 15px;
        margin: 0px;
	display: inline;
        background: url('uploads/images/layout/sub_menu_li_bg.png') no-repeat right center;
}

#sub_menu li.last {
        background: none;
}

#sub_menu a:link, #sub_menu a:visited {
	color: #fff;
	font-size: 13px;
	text-decoration: none;
        font-weight: bold;
}	

#sub_menu a:hover, #sub_menu a:active {
	color: #fdaa09;
}

#sub_menu .current_page {
        color: #fdaa09;
}


/* Footer Navigation */
#footer {
	text-align: right;	
}

#footer p {
     margin-top: 10px;
}

#footer ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#footer li {
	padding-right: 7px;
	display: inline;
}

#footer li.last {
        padding-right: 0;
}

#footer a:link, #footer a:visited {
	color: #feffff;
	font-size: 12px;
	text-decoration: none;
}	

#footer a:hover, #footer a:active {
	color: #fdaa09;
}
/* End of 'Menu' */

