/*Menu*/
.lastmenu {
	position:absolute;
	margin-left:590px;
	margin-top:-254px;
}
* html .lastmenu {
	margin-top:-206px;
}
*+ html .lastmenu {
	margin-top:-206px;
}

.cssmenu {
position:relative;
z-index:1000;
font-size:12px;
text-align:left;
padding:0;
margin:0 0 0 0;
}

* html .cssmenu {
font-size:12px;
text-align:left;
padding:0 !important;
}

* + html .cssmenu {
margin:0 0 -12px 0 !important;
}

/* remove all the bullets, borders and padding from the default list styling */
.cssmenu ul {
padding:0;
margin:0;
list-style-type:none;
width:170px;
background-image:none;
}


/* hack for IE5.5 */
* html .cssmenu ul {margin-left:-16px; ma\rgin-left:0; width:58px;}
/* position relative so that you can position the sub levels */
.cssmenu li {
position:relative;
background:transparent;
margin: 0;
padding:0;
background-image:none;
}

.cssmenu li li {
position:relative;
background:#A79D96;
/*height:18px;*/
margin: 0;
padding:0;
}

.cssmenu li ul {
border-top: 0 solid #ddd;
border-left: 0 solid #069;
border-bottom: 1px solid #069;
border-right: 1px solid #ddd;
background: #A79D96;
}



/* get rid of the table */
.cssmenu table {
position:absolute;
border-collapse:collapse;
top:0;
left:0;
z-index:100;
font-size: 1em;
}

/* style the links */
.cssmenu a, .menu a:visited {
display:block;
text-decoration:none;
line-height:16px;
width:70px;
color:#fff !important;
text-indent:5px;
font-size:12px;
margin: 0 0 0 0;
font-weight:bold;
background:transparent;
background-image:none !important;
border:0 solid red;
padding-top:18px;
padding-bottom:1px;
}


/* hack for IE5.5 */
* html .cssmenu a, * html .cssmenu a:visited
{
font-size:12px;
background:#990034; width:160px; w\idth:170px;
}

* + html .cssmenu a, + html .cssmenu a:visited
{
width:170px;
}

/* style the link hover */
* html .cssmenu a:hover {
font-size:12px;
color:#fff;
margin: 0;
background:#990035; width:160px; w\idth:170px;
}

* html .cssmenu ul ul a:hover {
font-size:12px;
color:#fff;
margin: 0;
background:#990032; width:160px; w\idth:170px;
}

.cssmenu span {
	font-weight:bold;
	display:block;
	padding:2px 0 2px 10px;
	font-size:14px;
}

.cssmenu :hover > a {
color:#fff;
font-size:12px;
background:#990034;
}

.cssmenu ul ul :hover > a {
background:#990034;
}

/* style the links 2. level */
.cssmenu ul ul a, .menu ul ul a:visited {
display:block;
text-decoration:none;
line-height:16px;
width:235px;
color:#999 !important;
padding-left:15px;
font-size:12px;
margin: 0 0 0 0;
font-weight:normal;
background:#A79D96;
border:none;
padding-top:2px;
padding-bottom:2px;
}


/* hack for IE5.5 */
* html .cssmenu ul ul a, * html .cssmenu ul ul a:visited
{
font-size:12px;
background:#fffffe; width:240px; w\idth:250px;
}

* + html .cssmenu ul ul a, + html .cssmenu ul ul a:visited
{
width:250px;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.cssmenu ul ul {
visibility:hidden;
position:absolute;
bottom:-189px;
left:-90px;
background:#A79D96 !important;
z-index:1001 !important;
border:0;
border:2px solid #9A9C97;
width:272px !important;
overflow:auto;
height:189px;
}

.cssmenu ul ul a
{
	background:#A79D96;
}

.cssmenu ul ul li
{
	/*height:18px !important;*/
}

* html .cssmenu ul ul {
bottom:-100px !important;
}

.cssmenu ul ul ul {
visibility:hidden;
position:absolute;
bottom:0;
left:-170px;
background:#A79D96;
z-index:1001 !important;
border:0;
border-left:1px solid #C0C0C0;
border-bottom:1px solid #C0C0C0;
}

* html .cssmenu ul ul ul{
left:-171px;
bottom:-15px !important;
}

/* make the second level visible when hover on first level list OR link */
.cssmenu ul :hover ul{
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.cssmenu ul :hover ul ul{
visibility:hidden;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.cssmenu ul :hover ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.cssmenu ul :hover ul :hover ul{
visibility:visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.cssmenu ul :hover ul :hover ul :hover ul {
visibility:visible;
}

.cssmenu ul li ul,.cssmenu ul li ul li
{
	background:#A79D96 !important;
}

.cssmenu ul li ul,.cssmenu ul li ul a
{
	width:240px;
	background:#A79D96;
	border:1px solid #A79D96;
	color:#000 !important;
	font-size:11px;
}
* html .cssmenu ul li ul a, * html .cssmenu ul li ul a:visited
{
	background:#A79D97; width:260px !important; w\idth:250px !important;
}
.cssmenu ul li ul a:hover
{
	font-size:11px;
	background:#990034 !important;
	color:#fff !important;
}
