﻿/* begin ctrlMainMenu       ***********/
.ctrlMainMenu
{
	background:url(../i/master/mainMenuBgr.png) repeat;
	padding:10px;
	float:left;
}
.ctrlMainMenu .menuLink,
.ctrlMainMenu .menuLinkSel
{
	padding: 6px 0px;
	width:100%;
	float:left;
}
.ctrlMainMenu .menuLinkSel
{
	background:url(../i/master/mainMenuSel.png) no-repeat  right;
	*background:url(../i/master/mainMenuSel4.png) no-repeat  right;	
}
.ctrlMainMenu .menuLink a,
.ctrlMainMenu .menuLinkSel a
{
	color:#523920;
	font-size:13px;
	font-weight:bold;
	width:100%;
	text-decoration:none;
	float:left;
}
.ctrlMainMenu .menuLinkSel a
{
	color:#fffffe;
}
.ctrlMainMenu .menuLink a:hover
{
	color:#fffffe;
}
.ctrlMainMenu .separator
{
	background:url(../i/master/mainMenuSeprtr.gif) repeat-x;
	float:left;
	width:100%;
	height:1px;
	overflow:hidden;	
}
/* end   ctrlMainMenu ***********/
/* begin ctrlBottomMenu       ***********/
.ctrlBottomMenu
{
	width:100%;
	padding:10px 2px;
	float:left;
}
.ctrlBottomMenu .menuLink,
.ctrlBottomMenu .menuLinkSel
{
	float:left;
    padding-left:10px;	
}
.ctrlBottomMenu .menuLink a,
.ctrlBottomMenu .menuLinkSel a
{
	color:#9d7347;
	font-size:13px;
	text-decoration:none;	
}
.ctrlBottomMenu .menuLink a:hover
{
	text-decoration:underline;
}
.ctrlBottomMenu .separator
{	
	background:url(../i/master/bottomMenuSeprtr.png) repeat-y top;
	width:1px;
	height:15px;
	float:left;	
	overflow:hidden;
	margin-left:10px;
}	
/* end   ctrlBottomMenu ***********/
/*** begin page SiteMap ***********************************************************/
.pSiteMap a:hover
{
	text-decoration:underline;
}
.pSiteMap a
{
	font-size:14px;
	color:#937848;
}
.pSiteMap .siteMap
{
	padding-left:20px;
}
/*** end page SiteMap *************************************************************/