#menubottom
{
	float:right;
	margin-right:60px;
	margin-top:-50px;
}

* html #menubottom
{
	float:right;
	margin-right:40px;
	margin-top:-50px;
}

* + html #menubottom
{
	float:right;
	margin-right:60px;
	margin-top:-50px;
}

.menuen
{
	margin-right:75px !important;
}

* html .menuen
{
	margin-right:54px !important;
}

* + html .menuen
{
	margin-right:75px !important;
}

.cssmenu {
position:relative;
z-index:1000;
font-size:10px;
text-align:left;
padding:0;
margin:0 0 0 0;
}

* html .cssmenu {
font-size:10px;
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:70px;
}


/* 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;
}

.cssmenu li li {
position:relative;
background:#AEB0AF;
/*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: #AEB0AF;
}



/* 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:#999 !important;
text-indent:5px;
font-size:10px;
margin: 0 0 0 0;
font-weight:normal;
background:transparent;
border:0 solid red;
padding-top:18px;
padding-bottom:1px;
}


/* hack for IE5.5 */
* html .cssmenu a, * html .cssmenu a:visited 
{
font-size:10px;
background:#333334; width:60px; w\idth:70px;
}

* + html .cssmenu a, + html .cssmenu a:visited 
{
width:70px;
}

/* style the link hover */
* html .cssmenu a:hover {
font-size:10px;
color:#fff; 
margin: 0;
background:#333; width:60px; w\idth:70px;
}

* html .cssmenu ul ul a:hover {
font-size:10px;
color:#fff; 
margin: 0;
background:#333332; width:160px; w\idth:170px;
}

.cssmenu :hover > a {
color:#fff;
font-size:10px;
background:#333;
}

.cssmenu ul ul :hover > a {
background:#333;
}

/* style the links 2. level */
.cssmenu ul ul a, .menu ul ul a:visited {
display:block; 
text-decoration:none;
line-height:16px;
width:250px;
color:#999 !important;
text-indent:30px;
font-size:10px;
margin: 0 0 0 0;
font-weight:normal;
background:#AEB0AF;
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:10px;
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:35px;
left:-50px;
background:#AEB0AF !important;
z-index:1001 !important;
border:0;
border:2px solid #9A9C97;
width:270px !important;
overflow:auto;
height:402px;
}

.cssmenu ul ul a
{
	background:#AEB0AF;
}

.cssmenu ul ul li
{
	/*height:18px !important;*/
}

* html .cssmenu ul ul {
bottom:0px !important;
}

.cssmenu ul ul ul {
visibility:hidden;
position:absolute;
bottom:0;
left:-170px;
background:#AEB0AF;
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:#AEB0AF !important;
}

.cssmenu ul li ul,.cssmenu ul li ul a
{
	width:250px;
	background:#AEB0AF;
	border:1px solid #AEB0AF;
	color:#000 !important;
	font-size:11px;
}
* html .cssmenu ul li ul a, * html .cssmenu ul li ul a:visited 
{
	background:#AEB0AE; width:260px !important; w\idth:250px !important;
}
.cssmenu ul li ul a:hover
{
	font-size:11px;
	background:#333 !important;
	color:#fff !important;
}

ul ul li.sub
{
	margin:0 0 9px 0;
}

* html ul ul li.sub
{
	margin:0 0 -9px 0 !important;
}

ul ul li.sub span
{
	display:block;
	color:#000;
	padding-left:10px;
	font-weight:bold;
	font-size:11px;
	border-bottom:1px solid #2F3130;
}
