﻿.AspNet-Menu-Horizontal
{
	height: 24px;
	margin-top: 33px;
	margin-left: 190px;
	float: left;
}


.AspNet-Menu-WithChildren a,
.AspNet-Menu-Leaf a
{
	height: 22px;
	text-decoration: none;
	color: White;
	font-size: 15px;
	padding-left: 7px;
	padding-right: 6px;     
}

.AspNet-Menu-WithChildren ul li a
{
	font-size: 13px;
	width: 150px;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	background-color:#946D64;
	padding-top: 3px;  
}

* html .AspNet-Menu-WithChildren ul li a
{
    font-size: 13px;
	width: 95px;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px; 
	background-color:#946D64;
	padding-top: 3px; 	
	display:block;
}

.AspNet-Menu-WithChildren ul li a:hover
{
    color: #FE8638;  
}

.AspNet-Menu-WithChildren ul li ul
{
	margin-top: -26px;
	margin-left: 163px; 
}

.AspNet-Menu-Leaf-Seperator
{
	height: 1px;
}

.arrowRight
{
	border: 0;
	float: right;
	margin-top: -14px;
}


* html .AspNet-Menu-Horizontal
{
	height: 24px;
	margin-top: 33px;
	margin-left: 95px;
	float: left;
}

* html .AspNet-Menu-WithChildren ul,
* html .AspNet-Menu-Selected ul
{
	position: relative;
	top: 22px;
	left: 0px;
	overflow: hidden;
}

* html ul.AspNet-Menu 
{
   float: left;
}

* html ul.AspNet-Menu li
{
     float: left;
     display: block;
}


* html ul.AspNet-Menu li a,
* html ul.AspNet-Menu li span
{
    float: left;
    display: block;
}
* html ul.AspNet-Menu ul
{
    display:block; 
    width: 135px;
}

* html ul.AspNet-Menu  li.AspNet-Menu-WithChildren ul li.AspNet-Menu-Leaf a
{
    display:block;
    width:135px; 
}