
body {
	behavior: url(csshover.htc);
}

a {
	/*color: #000;
	text-decoration: none;*/
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width:200px;*/
}

ul li
{
    background-position: none;
    font: bold 11px/16px arial, helvetica, sans-serif;
    height: 100%;
    background: none; /*border-bottom:1px solid #fff;*/
    position: relative;
    float: left;
    width: 100%;
}


ul li:hover 
{
    background-position: none;
    background: none;
}
	
ul li ul li{
	
	background:#ffcf8b;
	}

ul li a{
	display:block;
	/*padding: 2px 3px;*/
	}

ul li a:hover 
{
   /* color: #a00;
	background: #ffd3d4;
	border-right:1px solid #fff;
	border-left:1px solid #fff;*/
}


ul li ul li a:hover{
}

ul ul
{
    position: absolute;
    top: -10;
    display: none;
}

ul li:hover ul{
	display: block;
	left:195px;
}


.Arial1OrangeMenu
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FF9200;
}

.Arial1MenuSubItem
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #0171b1;
    text-decoration: none;
}
.Arial1MenuSubItem:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #FF9200;
}