/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
.menulist {
	padding-left: 10px;
}

.menulist ul.secondul {
	padding-top: 26px;
/*	margin-top:2px;*/
}

.menulist ul.secondul li a {
  /*text-align: left;*/
}

.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 1.6em; /* I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 240px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 238px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 text-align: left;
 position: relative;
 background: none;
/* background-image: url(../images/bg_menu.gif);	*/
 border:1px solid #CCCCCC;
 margin-right: -1px;
 height: 48px;


}


.menulist li.first_level {
	border: 0px;
	border-right: 1px solid #F2F2E6;		
/*	height: 2px;*/
/*	padding-top: 2px;
	margin-top: 1px;*/
	padding-top:0px;
	padding-bottom:0px;
	/*padding-left: 4px;*/
	margin-left: 1px;
	width: 140px;
}

.menulist li.first_level a{
	/*color: #fff;
	font-size: 12px;
	padding-right: 12px;*/
	/*font-size: small;*/
	font-weight: bold;
	color: #212014;
	padding: 15px 10px 5px 0px;
	_padding: 15px 10px 5px 5px;
	text-align: center;
	width: 140px;
}


/*.menulist li.second a {
	text-align: left;
}*/

.menulist li.first_level a strong{
	color: #CA7B7A;
	/*font-size: 12px;*/
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;

}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 2px;
 color: #FFF;
 text-decoration:  none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000;
 color:#FFE400;
 /*background-color: #D0D7E8;
 background-color: #3D67BE;
 background-color: #D12C03;*/ 
/* background-image: url(../images/bg_menu.gif);	*/
}
.menulist  a.highlighted {
/* color: #153472;*/
/* background-color: #D0D7E8;*/
}

.menulist a.text:hover,.menulist a.text:focus,.menulist a.textsel:hover,.menulist a.text:focus {
	/*color:#153472;*/
/*	color:FFCC99*/
	background-color: #3D67BE;
	background-color: #D12C03;
		/*background-image: url(../images/bg_menu.gif);	*/
}


/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */
ul#listMenuRoot {
margin-top: 0px;
}
ul#listMenuRoot A {
	/*font-size: small;*/
	font-size: 14px;
}

ul#listMenuRoot A:hover {
	/*color:#FDD0A4;*/
}

#mainmenu A {
color: #FFF;
}
#mainmenu A:HOVER {
color:#FFE400;
}

.menulist li.second {
	background: #FB3200;
	height: 25px;
}

.menulist li.second a{
	font-weight: bold;
	color: #212014;
	padding: 5px 10px 5px 5px;
	text-align: left;
	width: 224px;
	_width: 240px;
}


