﻿
.menulist ul {
 margin: 0;
 padding: 1px;
 width: 180px;
 list-style: none;
 background: #ffffff left repeat-y;
 text-decoration: none; 
 font: 12px "arial"; 
 color: #ff0000; 
}

.menulist {
 text-align: left;
 margin: 0;
 padding: 1px;
 width: 180px;
 list-style: none;
 background: #ffffff left repeat-y;
 text-decoration: none; 
 font: 12px "arial"; 
 color: #ff0000; 
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 180px;
 width: 172px;
 border: 1px solid #000000;
 background: #ffffff left repeat-y;
}

/* All menu items (<li> tags) are relatively positioned (to correctly offset submenus). */
.menulist li {
 position: relative;
 border: 1px solid #ffffff;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 1px 1px 1px 1px;
 color: #4a4733;
 text-decoration: none;
 border: 1px solid transparent;
}
/* IE fix because it doesn't support transparent borders */
* html .menulist a {
 border: none;
 margin: 1px;
}


.menulist a:focus {
 color: #fff;
 background-color: #4a4733;
 padding: 1px 1px 1px 1px;
 border: 1px solid #f2f2f2;
 margin: 0;
}


.menulist a.highlighted:hover {
 color: #fff;
 background-color: #4a4733;
 padding: 1px 1px 1px 1px;
 border: 1px solid #f2f2f2;
 margin: 0;
}


.menulist a:hover {
 color: #fff;
 background-color: #4a4733;
 padding: 1px 1px 1px 1px;
 border: 1px solid #f2f2f2;
 margin: 0;
}
.menulist a.highlighted {
 color: #fff;
 background-color: #4a4733;
 border: 1px solid #f5f5f5;
 margin: 0;
}




/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

