#MenuMain {
   position: absolute;
   left: 0;
   top: 0;
   width: 156px;
   height: 146px;
   padding: 5px 0;
   border-bottom: 10px solid #fff;
   background-color: #EFE6D2;
}

#MenuMain.start {
   background-color: #FDF7E9;
}

#MenuMain.start a,
#MenuMain.start a:link,
#MenuMain.start a:viisted,
#MenuMain.start a:focus,
#MenuMain.start a:hover,
#MenuMain.start a:active,
#MenuMain.start a.selected,
#MenuMain.start a.selected:link,
#MenuMain.start a.selected:visited,
#MenuMain.start a.selected:focus,
#MenuMain.start a.selected:hover,
#MenuMain.start a.selected:active {
   color: #615D55;
}

#MenuMain li {
   display: block;
}

#MenuMain a,
#MenuMain a:link,
#MenuMain a:visited,
#MenuMain a:focus,
#MenuMain a:hover,
#MenuMain a:active,
#MenuMain a.selected,
#MenuMain a.selected:link,
#MenuMain a.selected:visited,
#MenuMain a.selected:focus,
#MenuMain a.selected:hover,
#MenuMain a.selected:active {
   color: #615D55;
   font-size: 86%;
   text-decoration: none;
   display: block;
   padding: 1px 5px;
   line-height: 120%;
}

/** MENU LIFE **/

#MenuLife {
   position: relative;
   width: 156px;
   height: 146px;
   background-color: #FDF7E9;
   border-bottom: 10px solid #fff;
   padding: 5px 0;
}

#MenuLife li {
   display: block;
}

#MenuLife a,
#MenuLife a:link,
#MenuLife a:visited {
   color: #615D55;
   text-decoration: none;
   display: block;
   font-weight: normal;
   font-size: 86%;
   text-align: right;
   padding: 1px 5px;
   line-height: 120%;
}

#MenuLife a:focus,
#MenuLife a:hover,
#MenuLife a:active,
#MenuLife a.selected,
#MenuLife a.selected:link,
#MenuLife a.selected:visited,
#MenuLife a.selected:focus,
#MenuLife a.selected:hover,
#MenuLife a.selected:active {
   color: #E2001A;
   font-weight: bold;
}

#MenuLife.start {
   position: relative;
   float: right;
   height: 156px;
   width: 156px;
   margin: 0 0 0 12px;
   padding: 0;
   background-color: #ffffff;
}

/** Menu Extras **/

#MenuExtras {
   position: relative;
   background-color: #EFE6D2;
   border-bottom: 10px solid #fff;
   padding: 5px 0;
   height: 146px;
   width: 156px;
}

#MenuExtras li {
   display: block;
}

#MenuExtras a,
#MenuExtras a:link,
#MenuExtras a:visited {
   font-size: 86%;
   display: block;
   text-decoration: none;
   color: #615D55;
   padding: 1px 5px;
   line-height: 120%;
   text-align: right;
}

#MenuExtras a:focus,
#MenuExtras a:hover,
#MenuExtras a:active,
#MenuExtras a.selected,
#MenuExtras a.selected:link,
#MenuExtras a.selected:visited,
#MenuExtras a.selected:focus,
#MenuExtras a.selected:hover,
#MenuExtras a.selected:active {
   color: #E2001A;
   font-weight: bold;
}

/** Menu Sub **/
#MenuSubContainer {
   position: relative;
   width: 156px;
   height: 156px;
   background-color: #DDD2BB; 
}

#MenuSub {
   position: relative;
   padding: 5px 0;
   width: 156px;
   height: 146px; 
}

#MenuSub li {
   display: block;
}

#MenuSub a,
#MenuSub a:link,
#MenuSub a:visited {
   color: #615D55;
   padding: 2px 5px;
   font-size: 86%;
   text-align: right;
   display: block;
   text-decoration: none;
}

#MenuSub a:focus,
#MenuSub a:hover,
#MenuSub a:active,
#MenuSub a.selected,
#MenuSub a.selected:link,
#MenuSub a.selected:visited,
#MenuSub a.selected:focus,
#MenuSub a.selected:hover,
#MenuSub a.selected:active {
   color: #E2001A;
   font-weight: bold;
}

/** Menu Top **/

#MenuTop {
	position: relative;
	margin: 0;
	padding: 0;
	
	/*
   position: absolute;
   top: 0;
   left: 498px;
   width: 151px;
   height: 151px;
   padding-top: 5px;
   background-color: #ddd2bb;
   */
}

#MenuTop li {
   display: block;
}

#MenuTop a,
#MenuTop a:link,
#MenuTop a:visited {
   color: #fff;
   text-decoration: none;
   display: block;
   padding: 2px 15px;
   text-align: right;
   font-size: 86%;
}

#MenuTop a:focus,
#MenuTop a:hover,
#MenuTop a:active,
#MenuTop a.selected,
#MenuTop a.selected:link,
#MenuTop a.selected:visited,
#MenuTop a.selected:focus,
#MenuTop a.selected:hover,
#MenuTop a.selected:active {
   text-decoration: underline;
}

/** Menu Icons **/

#MenuIcons {
   margin-top: 5px;
   padding: 0 0 0 13px;
   height: 41px;
}

#MenuIcons li {
   display: block;
   float: left;
   margin: 0 10px 0 0;
}

/** Menu Bottom **/

#MenuBottom {
   position: relative;
   float: left;
   /*
   top: 15px;
   left: 130px;
   font-size: 92%;
   */
}

#MenuBottom li {
   float: left;
   display: block;
   border-right: 1px solid #BEA882;
   padding: 0 5px;
}

#MenuBottom li.lastLi {
   border-right: 0 none;
}

#MenuBottom a,
#MenuBottom a:link,
#MenuBottom a:visited,
#MenuBottom a:focus,
#MenuBottom a:hover,
#MenuBottom a:active
#MenuBottom a.selected,
#MenuBottom a.selected:link,
#MenuBottom a.selected:visited,
#MenuBottom a.selected:focus,
#MenuBottom a.selected:hover,
#MenuBottom a.selected:active {
   color: #BEA882;
   display: block;
   text-decoration: none;
   font-size: 92%;
   padding: 0 3px;
}

#MenuBottom.start li {
   border-right: 1px solid #fff;
}

#MenuBottom.start li.lastLi {
   border-right: 0 none;
}

#MenuBottom.start a,
#MenuBottom.start a:link,
#MenuBottom.start a:visited,
#MenuBottom.start a:focus,
#MenuBottom.start a:hover,
#MenuBottom.start a:active,
#MenuBottom.start a.selected,
#MenuBottom.start a.selected:link,
#MenuBottom.start a.selected:visited,
#MenuBottom.start a.selected:focus,
#MenuBottom.start a.selected:hover,
#MenuBottom.start a.selected:active {
   color: #fff;
}
