.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
ul.main .divider
{
	border-style: solid;
	border-width: 0;
	display: block;
	font-size: 1px;
}
ul.main .divider-vert
{
	display: none;
	float: left;
	width: 0;
}
ul.main .item-secondary-title
{
	cursor: default;
	display: block;
	white-space: nowrap;
}
.clear
{
	clear: left;
	display: block;
	float: none;
	font-size: 1px;
	height: 0;
	line-height: 0;
	width: 0;
}
ul.main
{
	margin: 0 auto;
	position: relative;
}
ul.main a, ul.main li
{
	display: block;
	float: left;
	white-space: nowrap;
	
}

ul.main a, ul.main li.last
{

	background: none!important;
}

ul.main div a, ul.main ul a, ul.main ul li
{
	float: none;
}
ul.main ul
{
	display: none;
	position: absolute;
	z-index:250;
}
ul.main, ul.main ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.main li a
{
	float: none;
	padding: 10px;
	padding-top: 8px;
}

ul.main li
{
	position: relative;
	background: none;
}
ul.main li.sub-bottom {
	background: transparent url(../_images/menu/sub-bottom.png) no-repeat scroll 0 0;
	height: 9px;
	padding: 0px;
	margin: 0px;
	line-height: 1px;
	font-size: 1px;
	overflow: hidden;
}
ul.main ul
{
	z-index: 30;
}
ul.main ul ul
{
	z-index: 40;
}
ul.main ul ul ul
{
	z-index: 50;
}
ul.main ul ul ul ul
{
	z-index: 60;
}
ul.main ul ul ul ul ul
{
	z-index: 70;
}
ul.main li.active ul
{
	display:block;
}
ul.main ul
{
	top: 100%;
}
ul.main li.open ul
{
	display:block;
}
ul.main a
{
	/*color: #7d6a55;
	font-size: 11pt;
	font-weight: bold;*/
	/*margin: 10px 0 0;*/
	/*padding: 7px 14px 7px 14px;*/
	text-decoration: none;
}
ul.main a:hover
{
	color: #FFFFFF;
}
ul.main div, ul.main ul
{
	background: none;
	margin: 0;
	padding-top: 9px;
	
}

ul.main li.main ul.submain {
	background: transparent url(../_images/submenu_bg.gif) no-repeat bottom;
}

ul.main li.main ul.submain li.submain {
	background-image: none!important;
}

ul.main li ul.submain {
	padding-bottom: 10px;
	background: transparent;
}

ul.main div a, ul.main ul a
{
	background: transparent;
	border-style: none;
	border-width: 0;
	/*font-size: 11pt;*/
	margin: 0;
	padding:8px 0 8px 18px;
	width: 178px;
}
ul.main div a:hover, ul.main ul a:hover
{
	color: #FFFFFF;
}
ul.main .item-secondary-title
{
	background-repeat: no-repeat;
	/*color: #6C3600;*/
	cursor: default;
	font-size: 11pt;
	font-weight: bold;
	padding: 4px 0 3px 7px;
}
ul.main .divider-horiz
{
	border-color: #C16100;
	border-top-width: 1px;
	margin: 5px;
}
ul.main .divider-vert
{
	border-color: #AAAAAA;
	border-left-width: 1px;
	height: 15px;
	margin: 4px 2px 0;
}

.item-primary
{
	margin-top: 0px !important;	
	padding-bottom: 17px !important;
}

.item-primary.active
{
	background: transparent url(../_images/menu/active-arrow.gif) no-repeat center bottom !important;
	/*color: #a30234 !important;*/
}

.open .item-primary 
{
	background: transparent url(../_images/menu/active-arrow-open.gif) no-repeat center bottom !important;
	/*color: #a30234 !important;*/
}

.item-primary:hover {
	background: transparent url(../_images/menu/active-arrow.gif) no-repeat center bottom;
}
