
/************************ LEFT MENU *****************************/

.menuContainer
{
	background-image: url(../images/master/menu_bg3.png);
	width: 871px; /* mora biti ovaj 1px zbog toga da širina paše sa .contentPlaceHolder */
	height: 44px;
	text-align: left;
	padding: 0;
	margin: 0 auto;
}

.menuSubContainer
{
	width: 738px;
	padding: 0;
	margin: 0 auto;
}

.menuItem
{
	width: 119px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	position: relative;
	left: 3px;
}

.menuItemMouseOver
{
	width: 119px;
	height: 40px;
	padding: 0;
	margin: 0;
	text-decoration: underline;
	color: white;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	position: relative;
	left: 3px;
}

.subMenuItem
{
	height: 20px;
	padding: 2px 8px 2px 4px;
	margin: -1px 0 0 0;
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: Bold;
	cursor: pointer;
	background: #FF8040; /* #E88D5E;*/
	text-align: left;
	vertical-align: middle;
}
/*E88D5E*/

.subMenuItemMouseOver
{
	height: 20px;
	padding: 2px 8px 2px 4px;
	margin: -1px 0 0 0;
	text-decoration: none;
	color: white;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	background: #CC4823;
	color: white;
	text-align: left;
	vertical-align: middle;
}
/*background: #B36D49;*/
