﻿#menu {
width: 180px;
background: #eee;
margin: 0 auto;
font-size: 14px;
font-weight: bold;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
font-size: 14px;
font-weight: bold;
}

#menu a, #menu h2 {
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #ccc #ccc #ccc;
margin: 1px 0px 0px 0px;
padding: 2px 3px;
font-size: 14px;
font-weight: bold;
}

#menu h2 {
color: #9a93d4;
background: #fff url('../img/folder.png') no-repeat right center;
font-size: 14px;
font-weight: bold;
}

#menu a {
color: #9a93d4;
background: #efefef;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

#menu a:hover {
color: #a00;
background: #fff;
font-size: 14px;
font-weight: bold;
}

#menu li {
position: relative;
font-size: 14px;
font-weight: bold;
}

#menu ul ul ul {
position: absolute;
top: 0;
right: 100%;
width: 140px;
font-size: 14px;
font-weight: bold;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none; font-size: 14px; font-weight: bold;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block; font-size: 14px; font-weight: bold;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%; font-size: 14px; font-weight: bold;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url("../../js/sidebarmenu.js");
font-size: 14px;
font-weight: bold;
} 
#menu ul li {float: left; width: 100%; font-size: 14px; font-weight: bold;}
#menu ul li a {height: 1%; font-size: 14px; font-weight: bold;} 

#menu a, #menu h2 {
font: bold arial, helvetica, sans-serif; font-size: 14px; font-weight: bold;
} 

</style>
<![endif]-->


