.menu {
position:absolute;
z-index:9999;
height:21px;
background-color:#2187C5;
top:119px;
margin-left:10px;
float:left;
}

/* remove all the bullets, borders and padding from the default list styling */

.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

.menu ul ul {
width:111px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:115px;
position:relative;
}

/* style the links for the top level */
.menu a:visited {
display:block;
width:108px;
font-size:10px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
height:20px; 
border:1px solid #cacebf; 
border-width:1px 1px 0 1px; 
background:#2187C5; 
line-height:20px;
}

.menu a {
display:block;
font-size:10px;
font-weight:bold;
text-decoration:none; 
color:#fff; 
width:98px; 
height:20px; 
border:1px solid #cacebf; 
border-width:1px 1px 0 1px; 
background:#2187C5; 
padding-left:10px; 
line-height:20px;
text-align: left;
}

/* a hack so that IE5.5 faulty box model is corrected */
.menu a:visited {
width:108px;
w\idth:104px;
}

.menu a {
width:108px;
w\idth:104px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level background */
.menu ul ul a.drop:visited {
background:#2187C5 bottom right no-repeat;
}

.menu ul ul a.drop {
background:#2187C5 bottom right no-repeat;
}

/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65 bottom right no-repeat;
}

.menu ul ul :hover > a.drop {
background:#663300 bottom right no-repeat;
}

/* style the third level background */
.menu ul ul ul a:visited {
background:#2187C5;
}

.menu ul ul ul a {
background:#2187C5;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background:#663300;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:21px;
left:0; 
width:131px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:25px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:170px; 
top:0;
width:105px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-170px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a:visited {
background:#2187C5; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:149px

/* yet another hack for IE5.5 */
}

.menu ul ul a {
background:#2187C5; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:149px

/* yet another hack for IE5.5 */
}

.menu ul ul a{
width:149px;
}

/* style the top level hover */
.menu ul ul a:hover{
color:#fff; 
background:#663300;
}

.menu a:hover{
color:#fff; 
background:#663300;
}

.menu ul ul :hover > a {
color:#fff;
background:#663300;
}

.menu :hover > a {
color:#fff;
background:#663300;
}

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

.menu ul li:hover ul{
visibility:visible; 
}

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

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

.SmallMenu {
	width:100px;
}
.SmallMenu li {
	width:100px;
}

.SmallMenu li a, .SmallMenu li a:visited,  {
	width:100px;
}